Zoë Bijl
1ff70886a1
[build] upgrade eslint to 9.37.0 ( #88 )
...
Co-authored-by: tobi <tobi.smethurst@protonmail.com >
Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/88
Co-authored-by: Zoë Bijl <moiety@noreply.codeberg.org >
Co-committed-by: Zoë Bijl <moiety@noreply.codeberg.org >
2025-10-12 13:42:02 +02:00
prplecake
60792ec753
[feature] Add logout button to sidebar ( #48 )
...
This one should probably be scrutinized a little more than my previous two.
For example, I don't know why I needed to do this: https://codeberg.org/prplecake/masto-fe-standalone/src/commit/1a1f48ceaa544650a8b8f50f8fa4e8c7cdc44c12/app/javascript/flavours/glitch/features/ui/index.jsx#L152
~~But, it appears to work.~~ It's live at https://masto-fe.compostintraining.club if you want to test it out.
~~Edit: it breaks stuff. Images don't load anymore...~~ Maybe that was just a network glitch...
Fixes #21 .
Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/48
Co-authored-by: prplecake <me@prplecake.com >
Co-committed-by: prplecake <me@prplecake.com >
2025-06-07 15:12:37 +02:00
julia
873838ebfe
[feature] Always show content warning: use existing glitch feature ( #1 )
...
The modifications you made are somewhat janky; for instance, editing a toot with an existing content warning makes the UI look very weird and doesn't quite work.
Glitch already has a feature for this, so simply turn it on by default. This should do the same thing.
Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/1
Co-authored-by: julia <midnight@trainwit.ch >
Co-committed-by: julia <midnight@trainwit.ch >
2024-12-24 14:03:51 +00:00
tobi
b16e8bda7d
[feature] Always show spoiler / content-warning box
2024-12-19 17:16:15 +01:00
tobi
b8dd1e34bd
remove unused translation languages
2024-12-18 11:55:01 +01:00
jwbjnwolf
915034f6a6
Revert "Remove layout glitch-soc settings"
...
Reverts 0d61985713 . Re-enables the ability to toggle between single/multi column ui.
2024-07-17 16:41:39 +02:00
Laura Hausmann
d35cbe4473
Remove /deck prefix
2023-10-12 20:13:44 +02:00
Renaud Chaput
919ed0e469
[Glitch] Convert dropdown_menu state to Typescript
...
Port 4b7bc1f07c to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-09-26 13:19:27 +02:00
Stanislas Signoud
f05effeb8f
[Glitch] Fix a missing redirection on getting-started in multi column mode
...
Port 586b1c9dca to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-07-30 13:32:16 +02:00
Claire
0c45bed333
[Glitch] Fix “Back” button sometimes redirecting out of Mastodon
...
Port a442a1d1c6 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-07-17 19:12:09 +02:00
Stanislas Signoud
9bd012b7cb
[Glitch] Change links in multi-column mode so tabs are open in single-column mode
...
Port 5fad7bd58a to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-07-14 13:01:31 +02:00
Claire
0d61985713
Remove layout glitch-soc settings
2023-07-14 13:01:31 +02:00
Eugen Rochko
c250b37f0a
[Glitch] Fix explore page being inaccessible when opted-out of trends in web UI
...
Port ceeb2b8c41 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-07-12 15:34:12 +02:00
Claire
7cc2c1be29
[Glitch] Change local and federated timelines to be in a single firehose column
...
Port cea9db5a0b to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-07-02 11:58:51 +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
Nick Schonning
e8fc445e14
[Glitch] Enable ESLint react/no-deprecated
...
Port b878e3d8df to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-05-25 21:07:38 +02:00
Claire
0fff2b67de
Disable broken onboarding code
2023-05-09 23:03:23 +02:00
fusagiko / takayamaki
3d9e35375c
[Glitch] Rewrite actions/app.ts and reducers/missed_updates.ts with createAction
...
Port 0999cb4601 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-05-08 22:15:00 +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
neatchee
8215df76c0
[Glitch] Remove legacy decorators syntax
...
Port d1b057a0ac to glitch-soc
2023-03-27 08:51:57 +02:00
Christian Schmidt
8f97ffe91e
[Glitch] Replace Status#translatable? with language matrix in separate endpoint
...
Port bd047acc35 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2023-03-16 23:21:08 +01: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