aboutsummaryrefslogtreecommitdiff
path: root/app/javascript/scss
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' of code.cepheide.org:incommon-map into mainv0.1.9IN COMMON Collective2021-03-221-0/+29
|\
| * [FEATURE] Link to editv0.1.8hellekin2021-02-111-0/+29
| |
* | [FIX] Keep footer stuck to the bottomIN COMMON Collective2021-03-221-1/+1
|/
* [FIX] Availability of agentshellekin2021-02-111-0/+7
|
* Add leaflet-geosearchhellekin2021-02-021-0/+1
| | | | | | | | | | | This Leaflet plugin adds a live address search on the map. We anticipate the possibility to find POIs from their address, or to check whether an address is already in the database. For now it enables looking up an address. https://smeijer.github.io/leaflet-geosearch/leaflet-control/
* Move CSS to Webpackhellekin2021-01-2318-0/+554
Using both the asset pipeline and webpack is confusing and leads to unpredictable results in production. This commit moves all (S)CSS to Webpack under `app/javascript/scss` so that we can test whether the development interface results in a consistent production deployment. In order to load the ForkAwesome fonts we used a long path: `$fa-font-path: "../../../node_modules/fork-awesome/fonts";` Not sure whether this works...