Darius Kazemi
1fde76f067
Big merge!
4 months ago
Misty De Meo
23633720a8
merge tag v4.5.0
4 months ago
Darius Kazemi
1a23238e2c
Removing Permalink
...
We could add this back in future branches/releases but Mastodon has
changed how they handle external links broadly, so we would need a
different approach (particularly around the "pill" UI element they do
for remote domains in accounts)
4 months ago
Darius Kazemi
180ee3f775
Getting rid of string/boolean confusion
...
The issue is in the dropdown_selector component, which stores data as a
`data-index` element on a dropdown. This means all values are cast to
strings in anything using that dropdown, which means we need to
unstringify on the `handleChange` function that (up in the component)
calls the `getAttribue` function. Anyway this means we can remove
terrible hacks in multiple places.
4 months ago
Darius Kazemi
040c324a44
Fixing application of local_only / federation flag
...
We should probably actually fix this to store as a boolean if at all
possible
4 months ago
Darius Kazemi
65831fbf26
Handling string-value booleans
4 months ago
Darius Kazemi
ac2b63cdba
Add missing var
4 months ago
Darius Kazemi
4924ad9344
More merging
...
Work to maintain
- Permalinks (aka links outside the app instead of inside)
- Alt badges and no-alt badges and media-description-missing class for
audio/video
- Federation dropdowns and icons (local-only UI)
4 months ago
Misty De Meo
86df8feb80
merge v4.4.0 into mastodon_4_3_0
4 months ago
Darius Kazemi
b6f78c3c6b
Fix modal appearing on mobile for federation dropdown
...
There was some leftover code from an old Mastodon UI thing where there
was a modal rendering when choosing the federation options in Compose.
This change makes it consistent with the PrivacyDropdown component.
4 months ago
Darius Kazemi
8b7a77c444
Improving layout
4 months ago
Darius Kazemi
4db61853d8
Updating Icon rendering in federation dropdowns
...
Fixes an issue where it was trying to render FontAwesome-style icons
still. I just copied what some of the other similar dropdowns do. This
also fixes a rendering error when displaying a local-only post, thought
the layout still needs fixing.
4 months ago
Darius Kazemi
4621990cc4
Removing reference to NavigationContainer
...
This must be from one of the future version backports maybe?
4 months ago
Misty De Meo
eaee208667
fix: federation dropdown icons
4 months ago
Misty De Meo
2abf78861f
fix: typo in permalink
4 months ago
Eugen Rochko
11a12e56b3
Change media reordering design in the compose form in web UI ( #32093 )
2 years ago
Christian Schmidt
8adf67f2db
`frequentlyUsedLanguages` not updated correctly ( #31386 )
2 years ago
Claire
86f15cef66
Change search popout to not list unusable search options when logged out ( #27918 )
2 years ago
Claire
2edae5ea28
Convert PrivacyDropdownMenu to Typescript and generalize it to DropdownSelector component ( #31338 )
2 years ago
Eugen Rochko
8818748b90
Change design of confirmation modals in web UI ( #30884 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2 years ago
Claire
e768b23aa9
Remove routerHistory parameters from composer actions ( #31077 )
2 years ago
Renaud Chaput
f587ff643f
Grouped Notifications UI ( #30440 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Tianwei Dong
36d819bef3
Change to use an unified constant for max media attachments per status ( #29073 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2 years ago
Marcin Mikołajczak
a243963e93
LanguageDropdown: remove unused function ( #30346 )
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2 years ago
Renaud Chaput
a178ba7cd5
Use a modern React context for identity in the app ( #30098 )
2 years ago
Claire
7d3fe2b4c3
Add loading indicator and empty result message to advanced interface search ( #30085 )
2 years ago
Eugen Rochko
8e7e86ee35
Add ability to reorder uploaded media before posting in web UI ( #28456 )
2 years ago
Claire
94f7ae192b
Fix emoji picker placement on limited-height viewports ( #29651 )
2 years ago
Eugen Rochko
1e1d97a787
Fix wrong background color on search results in web UI ( #29584 )
2 years ago
Renaud Chaput
b9722dfe2b
Use the server setting to get the max number of poll options in UI ( #29490 )
2 years ago
Mashiro
b8bd94ca8e
Fix unhandled nullable attachments limitation counter ( #29183 )
2 years ago
Claire
90573c3abb
Change behavior of privacy dropdown to only change value on validation ( #29406 )
2 years ago
Claire
25ffe0af45
Fix pixel alignment for some composer icons ( #29372 )
2 years ago
Claire
ca8fbda5d0
Add end-to-end test for OCR in media uploads ( #29148 )
2 years ago
Yamagishi Kazutoshi
b3075a9993
Remove unused l18n messages ( #28964 )
2 years ago
J H
1467f1e1e1
Fixed the toggle emoji dropdown bug ( #29012 )
2 years ago
Claire
805dba7f8d
Change compose form to use server-provided post character limit ( #28928 )
2 years ago
Eugen Rochko
6936e5aa69
Change design of compose form in web UI ( #28119 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
dfc8fcc6f0
Fix width of large text icon buttons ( #27127 )
2 years ago
Eugen Rochko
01ce9df880
Fix search form re-rendering spuriously in web UI ( #28876 )
2 years ago
Eugen Rochko
9f8e3cca9a
Fix duplicate and missing keys in search popout component in web UI ( #28834 )
2 years ago
Renaud Chaput
01b6c83c36
Add a new `@/` alias for the root frontend directory and use it where possible ( #28753 )
2 years ago
Claire
6bbcd9348e
Switch from 48px weight 600 material symbol icons to 24px weight 400 icons ( #28064 )
2 years ago
Renaud Chaput
608f66f978
Change icon SVG imports to use a default import ( #28709 )
2 years ago
Renaud Chaput
a0e237a96f
Upgrade Redux packages ( #28585 )
2 years ago
nachtjasmin
54bcf3dc11
Add styles for "multiple choice" toggle
2 years ago
nachtjasmin
cea84abb03
Add Mastodon v3 click behaviour back
...
This reverts commit 2bf1233a7e .
2 years ago
nachtjasmin
9abc807591
Smaller formatting fixes
2 years ago
nachtjasmin
66ff566453
Fix several merge errors (whitespace, duplicate lines)
...
- Align webfinger_controller with upstream
- Remove validation from webhook (It's not in v4.2.1, I don't know where it came from)
- Remove show_application from other view (merge error)
- Remove duplicate display name from account header
- Fix misspelled className for navigation bar
2 years ago
nachtjasmin
f5747f4b88
Refactor the federation dropdown
...
The privacy dropdown also changed a lot, this commit aligns both
codebases.
2 years ago