Eugen Rochko
9101067154
[Glitch] Change navigation layout on small screens in web UI
...
Port a13b33d851 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-06-12 09:48:07 +02:00
Echo
fa33eff372
[Glitch] Prevent two composers from being shown
...
Port 8cf246e4d3 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-06-11 23:02:09 +02:00
Eugen Rochko
cedacd6435
[Glitch] Remove old notifications route from web UI
...
Port 429e08e3d2 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2024-12-01 18:47:56 +01:00
Claire
38744a4e51
[Glitch] Change mobile breakpoint back to old version and allow main column to shrink
...
Port b5bdc69f7b to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2024-09-23 20:26:05 +02:00
Eugen Rochko
9bd5838646
[Glitch] Fix browser glitch caused by two overlapping scroll animations in web UI
...
Port ef4d6ab988 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2024-09-21 15:16:28 +02:00
Claire
6bd86fede0
[Glitch] Increase no-gap-breakpoint by 32px to fix overflow
...
Port d2f9075078 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2024-09-17 18:13:36 +02:00
Renaud Chaput
7224e24054
[Glitch] Grouped Notifications UI
...
Port f587ff643f to glitch-soc
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com >
Co-authored-by: Claire <claire.github-309c@sitedethib.com >
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2024-07-18 19:55:02 +02:00
neetshin
6996b96fab
[Glitch] Make columns-area unscrollable when modal opened
...
Port 2091ae92be to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2024-03-08 11:50:23 +01:00
Renaud Chaput
ca17c2d35a
[Glitch] Use a context to propagate column-related Props, and remove forceUpdate usage
...
Port 537442853f to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2024-01-14 14:31:49 +01:00
Eugen Rochko
d54414866c
[Glitch] Change icons in web UI
...
Port 134de736dc to glitch-soc
Co-authored-by: Renaud Chaput <renchap@gmail.com >
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2024-01-13 23:19:01 +01:00
Claire
408d4710ed
Further reduce differences with upstream
2023-12-09 20:58:50 +01:00
Claire
a97b722ad5
Reduce differences with upstream due to import style ( #2465 )
...
Fix relative / VS absolute style imports, and fix whitespace discrepancies
2023-11-15 12:01:51 +01:00
Renaud Chaput
d6eacb79c6
[Glitch] Upgrade to react-router v5
...
Port 1b70d7ed7c to glitch-soc
Co-authored-by: Claire <claire.github-309c@sitedethib.com >
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-10-21 22:14:24 +02:00
Claire
5ed48e6878
Fix extraneous newlines
2023-05-28 18:06:09 +02:00
Claire
7d7db8977b
Fix import order with ESLint
...
Port d27216dc46 to glitch-soc
2023-05-28 16:38:10 +02:00
Claire
6001f5ff36
[Glitch] Use the new JSX transform everywhere
...
Port 8f66126b10 to glitch-soc
2023-05-28 14:18:43 +02:00
Renaud Chaput
e6a7cfd12e
[Glitch] Add stricter ESLint rules for Typescript files
...
Port 5eeb40bdbe to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-05-25 21:43:19 +02:00
Claire
3fb7fe14c6
Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream ( #2208 )
...
* Run eslint --fix
* Fix linting issues in video player and reduce divergences with upstream
This includes a behavior change of not auto-looping videos anymore. I don't
remember loops being ever intended, and they have been removed from upstream
a while ago, but we somehow missed the change.
* Fix lint issues in `app/javascript/flavours/glitch/selectors/index.js`
Those were basically caused by dead code that isn't present upstream, so
that brings us closer to upstream as well.
* Fix linting issue and bug in streaming/index.js
* Fix linting issues in config/webpack/shared.js
* Fix unused import in flavours/glitch/features/ui/index.js
* Fix linting issues and reduce divergences from upstream in flavours/glitch/features/ui/components/video_modal.jsx
* Fix linting issues in flavours/glitch/reducers
* Fix linting issues in glitch-soc onboarding modal
* Fix linting issues in flavours/glitch/features/ui/components/navigation_panel.jsx
* Remove dead code for unused local setting navbar_under
* Fix various linting issues
* Fix linting issues in flavours/glitch/components/scrollable_list.jsx and reduce divergences with upstream
2023-05-07 18:22:25 +02:00
Renaud Chaput
81ef21a0c8
[Glitch] Rename JSX files with proper .jsx extension
...
Port 44a7d87cb1 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-02-25 14:35:31 +01:00