aboutsummaryrefslogtreecommitdiff
path: root/app/views/application
Commit message (Collapse)AuthorAgeFilesLines
* [DEBUG] Avoid rendering error with nil classhellekin2021-03-221-1/+1
|
* [FIX] Availability of agentshellekin2021-02-111-0/+4
|
* Remove unused Taxonomy target and refactor debughellekin2021-01-231-1/+1
| | | | Cleaning up the code.
* Move CSS to Webpackhellekin2021-01-231-0/+3
| | | | | | | | | | | | | 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...
* Merged masterhellekin2020-11-123-0/+11
|\
| * Add agent selector widget and taxonomy navigator (WIP)hellekin2020-10-293-0/+11
| |
* | Remove bork agent_selector_form helperhellekin2020-10-091-4/+0
|/
* Enable switching Agenthellekin2020-10-091-2/+2
| | | | | | | Switching current Agent can help with roles and resource access. Go to your dashboard by clicking the avatar. Select agent and hit "Select"
* Scope routes to Agenthellekin2020-10-091-1/+1
| | | | | | | Since an Agent is required for all records, we scope the routes and get it present for free ;) This commit also adds resource views.
* Make map more beautifulhellekin2020-10-081-0/+5
| | | | | | | | | | | | | 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/+3
|
* Fix URLhellekin2020-10-061-1/+1
|
* First pass at something visiblehellekin2020-10-061-0/+17
This is a first version of the application, to go beyond simple authentication.