Commit Graph

7 Commits

Author SHA1 Message Date
Carson Chang bcaa7376c1 Revert "DEV: Switch to new API to render into plugin outlet (#36)"
This reverts commit a77a6143ba.
2023-10-11 09:35:41 -07:00
Alan Guo Xiang Tan a77a6143ba
DEV: Switch to new API to render into plugin outlet (#36)
Why this change?

The `renderInOutlet` plugin API was introduced in Discourse core which
we will prefer to use going forward.
2023-10-11 07:18:07 +08:00
Bianca Nenciu 2951c995fe
DEV: Update to latest guidelines (#37)
- Use Glimmer components
- Remove usage of observer
- Remove unnecessary API call
- Use explicit service injection
2023-09-12 18:14:25 +03:00
David Taylor da7b271923
DEV: Update eslint-config-discourse, use prettier for hbs (#22) 2023-01-04 13:46:49 +01:00
Jarek Radosz 09a7b5ba85
DEV: Add CI setup and fix linting issues (#11) 2022-05-13 13:55:40 +02:00
David Taylor 1e6ade528d DEV: Refactor into component with computed properties
This commit also
  - Removes use of api.onPageChange in favor of the router service
  - Removes JQuery use
  - Uses currentRouteName instead of currentURL so that the bar is hidden for loading substates
2020-12-18 11:52:17 +00:00
David Taylor 4422ee24d3 DEV: Move JS/HBS into dedicated files
This introduces no functional changes, it simply copies the js and templates
into their own files, and applies prettier formatting.
2020-12-18 11:52:17 +00:00