diondiondion
26ba2db53f
[Glitch] fix: Don't submit post when pressing Enter in CW field
...
Port ee21f72211 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-07-23 12:28:15 +02:00
diondiondion
0ae7c7e406
[Glitch] refactor: Replace react-hotkeys with custom hook
...
Port 4de5cbd6f5 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-07-23 12:22:42 +02:00
Claire
105315a2e3
Rename GlitchThemes plugin on import to reduce changes with upstream
2025-07-23 12:10:29 +02:00
Claire
45d79427c4
Merge commit '0af2c4829ff86cf84ed9e7804d023f31e805542b' into glitch-soc/merge-upstream
...
Conflicts:
- `vite.config.mts`:
Conflict because of differently-named theme plugins.
Updated to go with upstream's changes.
2025-07-23 12:08:59 +02:00
Claire
b3809ffa31
Merge pull request #3137 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to fab95b8dae
2025-07-22 23:53:05 +02:00
diondiondion
82f1bb4191
[Glitch] fix: Fix quote posts styling on notifications page
...
Port 3771f9e04b to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-07-22 23:20:30 +02:00
diondiondion
40de31ddad
[Glitch] refactor: Disable useDrag hook when main menu is not openable
...
Port a842b14c84 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-07-22 23:20:11 +02:00
diondiondion
696ad9d414
[Glitch] fix: Add lang attribute to current composer language in alt text modal
...
Port 138746bdcc to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-07-22 23:19:55 +02:00
Claire
5ff0039d7b
Merge commit 'fab95b8dae3db411318638804a01675dd5b38a01' into glitch-soc/merge-upstream
2025-07-22 23:17:48 +02:00
Claire
889c0b3a1f
Merge commit '9e6a9efe101b36291897ae9fd4dbc5163a6cef38' into glitch-soc/merge-upstream
...
Conflicts:
- `package.json`:
Upstream added/updated dependency adjacent to glitch-soc-only dependency.
Updated as upstream did.
- `vite.config.mts`:
Upstream reworked the config file while using a different plugin for themes.
Adapted upstream's changes.
- `yarn.lock`:
Same as `package.json`
2025-07-22 23:07:30 +02:00
Echo
0af2c4829f
Creates Vite plugin to generate assets file ( #35454 )
2025-07-22 13:58:04 +00:00
github-actions[bot]
be3dc5b508
New Crowdin Translations (automated) ( #35453 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-07-22 10:10:37 +00:00
Claire
9c9bca713b
Merge pull request #3136 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to 19626ad89f
2025-07-21 22:40:28 +02:00
diondiondion
9c918e31e3
[Glitch] fix: Improve a11y of custom select menus in notifications settings
...
Port faffb73cbd to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-07-21 21:21:03 +02:00
Claire
4bc361546e
Merge commit '19626ad89f66a32a3ddecb4f43a7b84e3236d287' into glitch-soc/merge-upstream
2025-07-21 21:19:53 +02:00
renovate[bot]
ae13063460
chore(deps): update dependency eslint-plugin-jsdoc to v51 ( #35026 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-21 16:31:10 +00:00
renovate[bot]
1ed58aaaf2
fix(deps): update dependency axios to v1.10.0 ( #35050 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-21 16:28:49 +00:00
renovate[bot]
bf17895d19
chore(deps): update dependency chromatic to v13 ( #35064 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-21 16:28:01 +00:00
Matt Jankowski
20b3c43dde
Update playwright-ruby-client to version 1.54.0 ( #35448 )
2025-07-21 16:24:55 +00:00
diondiondion
ee21f72211
fix: Don't submit post when pressing Enter in CW field ( #35445 )
2025-07-21 15:57:20 +00:00
diondiondion
4de5cbd6f5
refactor: Replace react-hotkeys with custom hook ( #35425 )
2025-07-21 14:43:38 +00:00
Matt Jankowski
fab95b8dae
Add coverage for api/v1/invites scenarios ( #35389 )
2025-07-21 14:17:53 +00:00
renovate[bot]
4d2655490c
chore(deps): update dependency nokogiri to v1.18.9 ( #35433 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-21 12:25:28 +00:00
github-actions[bot]
6bb4113d0a
New Crowdin Translations (automated) ( #35428 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-07-21 09:01:34 +00:00
Matt Jankowski
3e76f01db4
Use bundler version 2.7.0 ( #35430 )
2025-07-21 08:07:53 +00:00
diondiondion
cf580d8c90
Don't require JSDoc params & return in TS ( #35426 )
2025-07-18 18:34:04 +00:00
github-actions[bot]
dbd0c3cbd9
New Crowdin Translations (automated) ( #35420 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-07-18 07:52:05 +00:00
diondiondion
3771f9e04b
fix: Fix quote posts styling on notifications page ( #35411 )
2025-07-17 17:28:30 +00:00
diondiondion
a842b14c84
refactor: Disable useDrag hook when main menu is not openable ( #35414 )
2025-07-17 12:39:40 +00:00
diondiondion
138746bdcc
fix: Add lang attribute to current composer language in alt text modal ( #35412 )
2025-07-17 11:12:54 +00:00
Echo
9e6a9efe10
Replace Ruby Vite plugins ( #35195 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com >
2025-07-17 10:04:04 +00:00
renovate[bot]
19626ad89f
chore(deps): update dependency httplog to v1.7.1 ( #35406 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 09:32:57 +00:00
github-actions[bot]
7e2d92284c
New Crowdin Translations (automated) ( #35408 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-07-17 09:31:22 +00:00
renovate[bot]
20fb6bd788
chore(deps): update docker.io/ruby docker tag to v3.4.5 ( #35397 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 09:03:40 +00:00
diondiondion
faffb73cbd
fix: Improve a11y of custom select menus in notifications settings ( #35403 )
2025-07-17 08:56:00 +00:00
renovate[bot]
02a4e30594
chore(deps): update dependency propshaft to v1.2.0 ( #35398 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 08:48:10 +00:00
renovate[bot]
f10b522f0c
chore(deps): update dependency ruby to v3.4.5 ( #35395 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 08:47:39 +00:00
Claire
e4a22e8068
Fix links in posts always having noreferrer in glitch flavor ( #3135 )
...
Fixes #3128
2025-07-16 22:56:36 +02:00
Claire
cfd2acfdd2
Merge pull request #3134 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to 331599fa2b
2025-07-16 22:15:45 +02:00
diondiondion
6628faaa6a
[Glitch] fix: Fix selected item in poll select menus is unreadable in Firefox
...
Port 558b9c90a6 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-07-16 21:33:20 +02:00
Claire
d6ce7de2d3
Merge commit '331599fa2b335a7b832adcab594a833f09b808f0' into glitch-soc/merge-upstream
...
Conflicts:
- `.github/ISSUE_TEMPLATE/1.web_bug_report.yml`:
We don't use the github features that upstream does, so kept our version.
- `.github/ISSUE_TEMPLATE/2.server_bug_report.yml`:
We don't use the github features that upstream does, so kept our version.
2025-07-16 21:31:28 +02:00
github-actions[bot]
331599fa2b
New Crowdin Translations (automated) ( #35399 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-07-16 12:24:09 +00:00
diondiondion
558b9c90a6
fix: Fix selected item in poll select menus is unreadable in Firefox ( #35402 )
2025-07-16 12:03:39 +00:00
Renaud Chaput
7d2dda97b3
Remove the "to triage" label status ( #35394 )
2025-07-16 07:17:21 +00:00
Claire
5c6133c20b
Merge pull request #3133 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes up to 74fc4dbacf
2025-07-15 22:59:06 +02:00
diondiondion
16caa6e387
[Glitch] refactor: Only remove pointer-events when necessary
...
Port 74fc4dbacf to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-07-15 18:22:12 +02:00
diondiondion
dc5693fde3
[Glitch] fix: Improve Dropdown component accessibility
...
Port 82a6ff091f to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com >
2025-07-15 18:21:53 +02:00
Claire
eeffe580d8
Merge commit '74fc4dbacf5a9168074e91fc2d75309dc42ff1ed' into glitch-soc/merge-upstream
2025-07-15 18:19:32 +02:00
diondiondion
74fc4dbacf
refactor: Only remove pointer-events when necessary ( #35390 )
2025-07-15 15:57:31 +00:00
diondiondion
07912a1cb7
Update age limit wording ( #35387 )
2025-07-15 15:46:44 +00:00