10 Commits

Author SHA1 Message Date
caf19de2b1 experimenting 2025-03-27 20:29:01 -07:00
bb033ad81f Filter user cards based on user_field.3 2025-03-27 20:28:12 -07:00
David Taylor
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
7519cbc614
DEV: Bump dependencies and fix linting (#46) 2025-02-06 19:56:28 +01:00
Natalie Tay
010ada35b7
FIX: Update order when column is clicked (#40)
In #29209, we introduced a callback to the TableHeaderToggle's parent to update the column order. This commit is to update this component to use that callback.
2024-10-17 00:15:53 +08:00
Jarek Radosz
36dd79a8c3
FIX: Regression after a core change (#27)
a3d0a9edbb in core converted the Users route to a native class, which meant that `queryParams` merging no longer works.

Extend it manually in `init()`.
2024-06-19 14:12:21 +02:00
David Taylor
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
4d7491226a
DEV: Resolve deprecations for compatibility with latest ember (#20) 2024-01-09 12:44:56 +00:00
David Taylor
d7d4687caf
FIX: Ensure clicking a card loads the user page (#8) 2022-10-17 10:06:20 +01:00
Jarek Radosz
02e70aad1c
DEV: Add CI setup and fix linting issues (#7) 2022-06-18 16:52:34 +02:00