Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move CSS to Webpack | hellekin | 2021-01-23 | 1 | -19/+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... | ||||
* | Move map to top | hellekin | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Merged master | hellekin | 2020-11-12 | 1 | -0/+6 |
|\ | |||||
| * | REUSE: Add LAL-1.3 license to SCSS | hellekin | 2020-10-29 | 1 | -0/+6 |
| | | |||||
* | | Adjust Style for mobile and stimulus | hellekin | 2020-11-11 | 1 | -1/+1 |
|/ | |||||
* | Fix z-index for map and article | hellekin | 2020-10-08 | 1 | -1/+0 |
| | |||||
* | Make map more beautiful | hellekin | 2020-10-08 | 1 | -0/+14 |
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! |