aboutsummaryrefslogtreecommitdiff
path: root/app/javascript
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
|
* [FIX] Restore REUSE 3.0 compliancehellekin2021-02-021-0/+4
|
* Add leaflet-geosearchhellekin2021-02-023-0/+12
| | | | | | | | | | | 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/
* [FEATURE] Add print buttonhellekin2021-01-311-0/+10
| | | | | | | | Using `leaflet-easyprint`, we can add a button to print a current view of the map. This commit adds the functionality, without customization. Source: https://github.com/rowanwins/leaflet-easyPrint
* Add scale information to the maphellekin2021-01-311-0/+3
|
* Remove unused Taxonomy target and refactor debughellekin2021-01-231-1/+2
| | | | Cleaning up the code.
* Move CSS to Webpackhellekin2021-01-2319-4/+558
| | | | | | | | | | | | | 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...
* On the way to finding fonts?hellekin2021-01-221-1/+1
|
* Add markers and popupshellekin2021-01-223-30/+12
| | | | | - Replace MakiMarkers with ExtraMarkers and ForkAwesome - Add HTML popup binding
* Upgrade Rails and add StimulusJS supporthellekin2021-01-223-17/+160
|
* Add compatibilty CSS for leaflethellekin2020-11-131-0/+1
|
* Add leaflet plugin to fix webpack compatibilityhellekin2020-11-131-2/+3
|
* Add Stimulus Map and Taxonomy (WIP)hellekin2020-11-122-0/+105
| | | | | | | | This commit add StimulusJS interaction for the map and taxonomy, as well as styling. It provides preliminary work to hook up live data on the map from the taxonomy.
* Remove example controllerhellekin2020-11-111-18/+0
|
* Add stimulus.jshellekin2020-10-233-0/+29
|
* rails new incommon-map -d postgresql -C -Thellekin2020-10-051-0/+16