Commit 30f4422
authored
Fix React hydration issues (#32958)
* Add more playwright axe tests to settings dialogs
* Add utility to jest setupTests to detect React hydration errors
* Iterate jest utility
* Fix axe issue heading-order
* Fix div-in-p issues
* Fix setupTests.ts
* Fix heading order
* Make types happier
* Fix hydration issues of thead containing text nodes
* Update tests
* Fix form-in-form React hydration issues
* Fix li-in-li React hydration issues
* Fix checked in form without onChange React hydration issue
* Fix styling bleeding from _common.pcss
* Update snapshots
* Fix more remaining issues
* Remove _common.pcss h2 rule altogether
* Fix test
* Update snapshots
* Iterate
* Iterate
* Update snapshots
* Simplify diff
* Test
* Update screenshots
* Update screenshot1 parent d7f5546 commit 30f4422
File tree
62 files changed
+2364
-2291
lines changed- apps/web
- playwright/snapshots
- forgot-password/forgot-password.spec.ts
- settings
- appearance-user-settings-tab/appearance-user-settings-tab.spec.ts
- general-room-settings-tab.spec.ts
- notifications
- notifications-settings-2-tab.spec.ts
- notifications-settings-tab.spec.ts
- preferences-user-settings-tab.spec.ts
- security-user-settings-tab.spec.ts
- spaces/spaces.spec.ts
- res/css
- components/views/location
- views
- elements
- settings
- tabs
- src
- components
- structures
- auth
- views
- auth
- dialogs
- devtools
- elements
- right_panel
- room_settings
- settings
- notifications
- tabs
- room
- user
- spaces
- utils
- test
- unit-tests
- components
- structures/__snapshots__
- views
- auth/__snapshots__
- beacon/__snapshots__
- dialogs
- __snapshots__
- devtools/__snapshots__
- elements/__snapshots__
- messages/__snapshots__
- right_panel
- __snapshots__
- user_info/__snapshots__
- settings
- __snapshots__
- devices/__snapshots__
- notifications
- __snapshots__
- tabs
- room/__snapshots__
- user/__snapshots__
- spaces/__snapshots__
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+2364
-2291
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | 837 | | |
850 | 838 | | |
851 | 839 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments