aboutsummaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Reconfigure the asset pipelinehellekin2021-01-231-1/+1
| | | | | Since we moved CSS to Webpack, also tell that to the asset pipeline.
* Move CSS to Webpackhellekin2021-01-2317-539/+0
| | | | | | | | | | | | | 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
|
* Try loading fonts from webpackhellekin2021-01-221-1/+1
|
* Fix category styleshellekin2021-01-221-12/+12
| | | | | | Make category style independent of database ID to prevent bad surprises between development and production. Instead we use the rank.
* Link to current source code version (per AGPL-3.0)hellekin2021-01-221-0/+20
|
* Add markers and popupshellekin2021-01-221-0/+12
| | | | | - Replace MakiMarkers with ExtraMarkers and ForkAwesome - Add HTML popup binding
* Move map to tophellekin2021-01-222-2/+2
|
* Fix category colors for Dewey taxonomyhellekin2021-01-221-11/+11
| | | | Original colors are kept as comments for future reference.
* Upgrade Rails and add StimulusJS supporthellekin2021-01-223-1/+12
|
* Add Stimulus Map and Taxonomy (WIP)hellekin2020-11-124-75/+59
| | | | | | | | 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.
* Merged masterhellekin2020-11-1212-0/+153
|\
| * REUSE: Add LAL-1.3 license to SCSShellekin2020-10-2912-0/+153
| |
* | Adjust Style for mobile and stimulushellekin2020-11-116-2/+115
|/
* Fix flashes stylehellekin2020-10-091-5/+12
|
* Fix z-index for map and articlehellekin2020-10-082-1/+1
|
* Make map more beautifulhellekin2020-10-084-0/+146
| | | | | | | | | | | | | This commit introduces a few things: 1. New `content_for` hooks for :debug, :head, and :body_end so that views code remains consistent and clean 2. Fullscreen map! 3. Welcome#index view, the Rails way It also moves controller-related code to the controller, Enjoy!
* Fix form, add flashhellekin2020-10-061-0/+22
|
* First pass at something visiblehellekin2020-10-066-0/+241
| | | | This is a first version of the application, to go beyond simple authentication.
* Add Authentication logichellekin2020-10-051-0/+3
| | | | | | | | | | | The ApplicationController provides a `current_user` method (and helper) to access the authenticated user (if any). The WelcomeController provides minimal logic to authenticate against DiscourseSSO. Current state is that one can login and logout. Views need a lot of work.
* rails new incommon-map -d postgresql -C -Thellekin2020-10-053-0/+17