David Taylor and GitHub
5f12e99dd2
DEV: Upgrade modifyClass syntax to remove object-literal decorators ( #50 )
...
Decorators on object literal properties are unsupported in most modern JS tooling, including ts/glint and Prettier 3.0. Using the new native-class-based modifyClass syntax means we can use decorators safely
2025-03-05 10:36:25 +00:00
David Taylor and GitHub
7519cbc614
DEV: Bump dependencies and fix linting ( #46 )
2025-02-06 19:56:28 +01:00
David Taylor and GitHub
2f939cb949
DEV: Pin version for Discourse <3.5.0.beta1-dev ( #45 )
2025-02-05 19:50:57 +01:00
David Taylor and GitHub
533c97fc4f
DEV: Update linting ( #43 )
2024-11-28 15:46:28 +01:00
David Taylor and GitHub
63d6efc69f
DEV: Update linting ( #42 )
2024-11-20 19:30:13 +01:00
David Taylor and GitHub
b67ceac39d
DEV: Update eslint config ( #41 )
2024-11-19 15:37:33 +01:00
1902277ff0
DEV: Update linting ( #22 )
...
* drop jQ
* qunit-dom
* convert the button to gjs
* use the store
---------
Co-authored-by: Jarek Radosz <jradosz@gmail.com >
2024-03-28 10:12:48 +00:00
David Taylor and GitHub
4d7491226a
DEV: Resolve deprecations for compatibility with latest ember ( #20 )
2024-01-09 12:44:56 +00:00
David Taylor and GitHub
57b90b1d4f
DEV: Update eslint-config-discourse, use prettier for hbs ( #12 )
2023-01-04 13:48:00 +01:00
David Taylor and GitHub
d7d4687caf
FIX: Ensure clicking a card loads the user page ( #8 )
2022-10-17 10:06:20 +01:00
David Taylor and GitHub
8ad475a960
UX: Update HTML following core change ( #6 )
2021-12-01 18:43:11 +00:00
David Taylor and GitHub
1f5aebb180
DEV: Merge route:users modifyClass into one ( #5 )
...
Running modifyClass twice with the same pluginId means the second modification won't be applied. We can simply combine these two calls into one.
2021-10-27 11:41:52 +01:00
David Taylor
f26c9fa005
DEV: Add pluginId to modifyClass to satisfy console warning
2021-10-27 11:26:59 +01:00
David Taylor and GitHub
1522f3cd2d
FEATURE: Add a button to toggle the card view ( #4 )
2021-07-09 14:33:56 +01:00
David Taylor and GitHub
cff3d510f2
FIX: Update for Discourse core changes ( #3 )
...
- Adds support for core's customizable user directory: https://meta.discourse.org/t/195263
- Adds a new theme component setting which allows the statistics to be hidden completely from the user cards
- Uses core's new group filter functionality
- Adds .discourse-compatibility so that this component can still be installed successfully on older Discourse versions
2021-07-01 17:50:38 +01:00
David Taylor and GitHub
d9ed154f98
FIX: Correct color variable to work with automatic dark mode ( #2 )
2020-11-27 18:13:46 +00:00
David Taylor and GitHub
c4ae5cd32c
FEATURE: Setting to hide current user from directory ( #1 )
2020-11-24 20:08:20 +00:00
David Taylor
b2bb6a3790
FIX: Update directory header to match core
...
This updates the parameters passed to the period-chooser, and makes sure the date displays as expected
2020-06-24 09:27:45 +01:00
David Taylor
53120661ad
FIX: Update for core changes
2020-06-19 21:24:06 +01:00
David Taylor and GitHub
314873f190
Update metadata
2020-03-17 13:58:40 +00:00
David Taylor
5726d7718d
Add basic support for IE11
...
User cards will be shown in a single column
2020-03-12 13:44:22 +00:00
David Taylor
99713bf14c
FIX: grid-template-columns in Firefox do not support nested calc()
2020-03-12 13:39:31 +00:00
David Taylor
da13c0f68a
DEV: Changes following review
2020-03-10 10:09:30 +00:00
David Taylor
d977f9acaa
Use CSS grid for improved layout
...
This avoids the final card being full-width
2020-03-09 17:22:38 +00:00
David Taylor
74ab657d6c
Fix CSS
2020-03-09 16:42:45 +00:00
David Taylor
9c4a1ecd68
Add stats, add filters, add time period selector, fix mobile view
2020-03-09 16:37:29 +00:00
David Taylor
771d593372
Initial commit
2020-02-28 15:02:45 +00:00