3206 Commits

Author SHA1 Message Date
Claire
e736363e77 [Glitch] Add hover cards to follow suggestions
Port e97335191d6da32c3785664a82dd97b035b74449 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-27 18:21:56 +01:00
Eugen Rochko
560eaff2c4 [Glitch] Remove system tooltip for alt text in web UI
Port 956873362edb33e0089367b279f03bb42e0f1829 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-27 18:21:36 +01:00
Eugen Rochko
a21f35786d [Glitch] Fix color of language indicator in light theme in web UI
Port 81271a18c596e940f01608739de749f4375b6e60 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-27 18:20:58 +01:00
Eugen Rochko
12bdf58db4 [Glitch] Refactor <LanguageDropdown> into TypeScript
Port 52a5c8ae053120f08f91e0d5c594380cebff24ee to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-27 18:20:37 +01:00
Claire
75e304d0c9 [Glitch] Convert LanguageDropdownMenu to functional component
Port 9a0166c3f30fdc0fa60d4be5e88ebc03ec69f4ed to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-27 18:20:00 +01:00
Eugen Rochko
17af994a05 [Glitch] Add information about alt text to alt text modal in web UI
Port 0885c316331cf4d314fb6dc3f2e057a6d2ccdfaf to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-27 18:20:00 +01:00
Claire
c14c553c7e [Glitch] Convert LanguageDropdown to a functional component
Port db146046c4eaea8e980f3e7ab5f2254f93f4feae to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-27 18:20:00 +01:00
Claire
45093e7abf [Glitch] Fix language detection taking mentions and URLs into account
Port 3178acc5cb8415a72b646dbe77be05255d3966f3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-23 13:40:00 +01:00
Claire
38905ae658 [Glitch] Fix WebUI crash when language detection code returns undefined
Port 8dcfd3f246ff68d5bd190d57a8b7c422076a4943 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-23 13:38:35 +01:00
Eugen Rochko
bfb9092890 [Glitch] Refactor <DomainPill> into TypeScript
Port 8b24085f8e614568712102d1a4844d2c0ab58dd6 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-23 13:38:35 +01:00
Eugen Rochko
5e7c079787 [Glitch] Change design of edit media modal in web UI
Port 11786f1114f9dfb5a17810d14477a94162f94064 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-21 19:43:38 +01:00
Claire
785543b5a6 [Glitch] Fix opening modals losing some location parameters
Port 4ebdfed8ea7d16d203da73051ef26bbcdeb63681 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-21 12:07:40 +01:00
Eugen Rochko
89b7f8884a [Glitch] Add warning when selected and detected language is different in web UI
Port 8962f1157816848b1eff8ee992410c120d4696e8 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-20 18:07:59 +01:00
Plastikmensch
e489410b0f
Fix attachment list in conversation component (#2941)
`media` is no longer part of `StatusContent`, so the attachment list wasn't shown in the private mentions column.

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2025-01-15 08:18:39 +01:00
Plastikmensch
5395154832
Fix media attachments in report modal
Media attachments weren't shown in the report modal since they were passed as `media` to `StatusContent`, but `StatusContent` doesn't use the media prop anymore.

Instead match the file with vanilla.

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2025-01-14 23:47:09 +01:00
Claire
09bd5aa156 [Glitch] Redirect new users to onboarding
Port e9462960a7cf416b9e459d599a0f2cc8c5b070f0 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-14 20:47:40 +01:00
Claire
563ff91cf8 [Glitch] Use final specification for new WebPush subscriptions in web interface
Port e2f085e2b2cec08dc1f5ae825730c2a3bf62e054 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-14 20:46:21 +01:00
Claire
0270bd2ee5 [Glitch] Require specific subtype of formatMessage in timeAgoString
Port 6b1ea8dd2c998a5b6fe5f37454e4c04df4863772 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-10 20:56:20 +01:00
Claire
00f410a089 [Glitch] Fix use of deprecated Iterable.isIndexed from immutable
Port 1bf61957632bff5c0a3e8d0af60eeefb41a4cc18 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-10 20:55:27 +01:00
Emelia Smith
fb48fc4cce [Glitch] Include time portion in formatted datetimes when provided
Port JS part of 15669fcf75e79b4f6a2fe0c09ee8ae56d1a25270 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-10 20:53:48 +01:00
Claire
19b9884bb2 [Glitch] Fix preview card sizing in “Author attribution” in profile settings
Port 82e046ea0661e23681304d0e3b95d59736256d21 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-10 20:53:12 +01:00
Claire
10e24113a8
Fix issue with “Translate” button being overlayed on text (#2935)
Fixes #2932
2025-01-08 18:25:09 +01:00
Claire
dc14695f8a
Fix extraneous margins below CW in absence of mentions (#2936) 2025-01-08 18:24:57 +01:00
Claire
412a0dd661 [Glitch] Further remove old notifications code
Port e8672e27e8372d4e76838771d47c40bd67c504bf to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-06 20:40:26 +01:00
Claire
32567a6d8d [Glitch] Fix color contrast in report modal
Port c692f69dbab7df442463e68ed3629896d3c6767c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-06 20:40:06 +01:00
Jeremy Kescher
ae302d2f5a
[Glitch] Standalone share page: Dispatch fetchServer for maxChars (#2929) 2025-01-06 12:50:40 +01:00
github-actions[bot]
53f8ac09f3
New Crowdin Translations (automated) (#2920)
* New Crowdin translations

* Update no.yml

* Update simple_form.no.yml

---------

Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2025-01-05 14:55:11 +01:00
Claire
0327db3db0 [Glitch] Refactor status handleClick and handleHotkeyOpen handlers
Port 9712518b2fb2585df3bcff95a687c291f04a4199 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-04 15:30:32 +01:00
Claire
d878ca267c [Glitch] Fix audio player modal having white-on-white buttons in light theme
Port 02fe176fd4bc095cd6819606cc310cc8bc234e91 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-04 15:29:56 +01:00
Claire
813921295e [Glitch] Remove old notifications actions and reducers
Port 7d6da219c0fccb8693282a99765135050173d7c4 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-03 20:54:09 +01:00
Christian Schmidt
49c5791dec [Glitch] Localize language names
Port f9582bcfc3676404bd0053f58702246ed2d98431 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-03 20:29:08 +01:00
Claire
04be5e7f12 [Glitch] Add t hotkey for post translations
Port 79a9069debe67d099f9fc7c9725f3df01f50131f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-03 12:36:12 +01:00
gunchleoc
216b1fcd45 [Glitch] Fix favorite & bookmark text toggle in timeline, status and image view
Port 3201485df22af4b862ad1a8e8c43252ae5d7d1fd to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-02 22:08:43 +01:00
Jeong Arm
539fa40623 [Glitch] Fix keyboard shortcut for open status
Port a557f9bbaafc67702a5e06d7eea3545f537449b7 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-02 21:16:56 +01:00
Claire
970eaae2f1 [Glitch] Fix processing of incoming notifications for unfilterable types
Port 655c4a5ebbcd8f953aad6e93909c7f666d7541e8 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-02 21:16:01 +01:00
Claire
b9a32b0003 [Glitch] Fix WebUI erroneously stopping to offer expanding search results after second page
Port 68bfa7ae3f742b343c98a28526bfecace4d243dd to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-01-02 21:15:38 +01:00
Claire
b7afca0f05
Change status content markup to match upstream (#2923)
* Remove option to have media outside of CWs

Upstream adopted the media-in-CW design glitch-soc originally had.

* Move poll to StatusContent

* Refactor status media icons

* Rename `forceFilter` to `showDespiteFilter` for consistency with upstream

* Change media and status content markup to match upstream's

* Add mention placeholders back
2024-12-29 19:59:19 +01:00
Claire
a6007ef5fa
Fix “Media“ local settings page being inaccessible (#2922) 2024-12-28 19:31:27 +01:00
Eugen Rochko
c40016b785 [Glitch] Change search to use query params in web UI
Port 0636bcdbe1ddbd648b1bc1c26f9ee897a816306a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:38:02 +01:00
Eugen Rochko
168d14c920 [Glitch] Change design of interaction modal in web UI
Port f19fd0b88991f9728a74fcfe05e22f01ca62d6bc to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:39 +01:00
Eugen Rochko
2f9efb721c [Glitch] Change animation on feed generation screen in web UI
Port 3cf6681736bae45cf13bf48cb2a72d3ac60bef60 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:39 +01:00
Matt Jankowski
e516066112 [Glitch] Fix long account username leaving container
Port 234af149665d0c8f926e4ee4b6c967ee7d072563 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:39 +01:00
Renaud Chaput
e5dc03a353 [Glitch] Fix voting on polls
Port da279df8ae029de80eb4709e1abdb95f132d5cfc to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:39 +01:00
Claire
9e7a7c713f [Glitch] Change label of grouped favourite notification on private mentions
Port a4560d927832afaa0bcb12b25f356a9e063eb2e2 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:39 +01:00
Renaud Chaput
37070a7881 [Glitch] Convert polls to Typescript / Immutable Records
Port ded799f91302c1ea2ac0b463ef50e309e154466c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:39 +01:00
Claire
967e095724 [Glitch] Fix Chromium showing scrollbar on embedded posts
Port 58c5068bda2967c663202d955e65b7420db03b01 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:39 +01:00
Eugen Rochko
bb17ffac92 [Glitch] Change referrer policy to be controlled by header in web UI
Port 425311e1d95c8a64ddac6c724fca247b8b893a82 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:39 +01:00
Emelia Smith
39ebf707f0 [Glitch] Fix missing top border on Admin Hashtags UI
Port 6615f17b4837b73b1c5baec48e5dcfa1371b6c14 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:38 +01:00
Eugen Rochko
cbe88a1e9c [Glitch] Add terms of service
Port 30aa0df88c00cc3597ad87a5b6402de4369e274c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:38 +01:00
Eugen Rochko
1da3010ffd [Glitch] Fix design of search bar on explore screen in light theme in web UI
Port bf7917482985f643debb59bb76e4fe24f59040e3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-12-25 21:21:38 +01:00