aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/welcome.scss
Commit message (Collapse)AuthorAgeFilesLines
* Add Stimulus Map and Taxonomy (WIP)hellekin2020-11-121-33/+0
| | | | | | | | 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-121-0/+6
|\
| * REUSE: Add LAL-1.3 license to SCSShellekin2020-10-291-0/+6
| |
* | Adjust Style for mobile and stimulushellekin2020-11-111-0/+34
|/
* 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.