element-web-Github/test/hooks
David Baker 9254e9562e
Don't reference the notification levels by colour (#12138)
* Don't reference the notification levels by colour

We're about to change what colours they are so either we'd have to rename
a bunch of constants. We may as well make things not reference what colour
anything is in the actual UI. Hopefully these constants are clear enough.

 * Rename NotificationColor -> NotificationLevel
 * Red -> Highlight
 * Grey -> Notification
 * Bold -> Activity
 * Anywhere else that calls it 'color' -> 'level'

Also fixes some weird mixes of US & UK English.

It turns out this is referenced in... quite a lot of places, so this is
quite a large PR. It can't really be much smaller, sorry.

* One test rename & some hiding due to ts-ignore

* More hiding behind ts-ignore

* Damn you, @ts-ignore...

* Fix test CSS values

* Missed some colour -> level

Co-authored-by: Florian Duros <florianduros@element.io>

* Change other instances of variables renamed in suggestion

* Update new test for renames

---------

Co-authored-by: Florian Duros <florianduros@element.io>
2024-01-15 15:25:48 +00:00
..
room Don't reference the notification levels by colour (#12138) 2024-01-15 15:25:48 +00:00
useDebouncedCallback-test.tsx Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
useLatestResult-test.tsx Convert remaining hook tests to RTL (#10166) 2023-02-16 14:13:05 +00:00
useNotificationSettings-test.tsx Implement new model, hooks and reconcilation code for new GYU notification settings (#11089) 2023-06-17 00:17:51 +00:00
useProfileInfo-test.tsx Add MatrixClientPeg::safeGet and use it in tests (#10985) 2023-06-05 18:12:23 +01:00
usePublicRoomDirectory-test.tsx Add MatrixClientPeg::safeGet and use it in tests (#10985) 2023-06-05 18:12:23 +01:00
useRoomMembers-test.tsx Fix useRoomMembers missing updates causing incorrect membership counts (#11392) 2023-08-09 12:27:37 +00:00
useSlidingSyncRoomSearch-test.tsx Convert useSlidingSyncRoomSearch tests to RTL (#10161) 2023-02-14 15:04:13 +00:00
useUnreadNotifications-test.ts Don't reference the notification levels by colour (#12138) 2024-01-15 15:25:48 +00:00
useUserDirectory-test.tsx Add MatrixClientPeg::safeGet and use it in tests (#10985) 2023-06-05 18:12:23 +01:00
useUserOnboardingTasks-test.tsx static-user-onboarding-steps (#9799) 2023-01-02 14:34:34 +00:00