Misty De Meo
23633720a8
merge tag v4.5.0
5 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)
5 months ago
Misty De Meo
86df8feb80
merge v4.4.0 into mastodon_4_3_0
5 months ago
Darius Kazemi
876f7b750e
Fixing bug with crash on remote profile
...
Displaying a remote profile would cause the app to crash due to unmerged
changes related to reverting in-app redirects back to normal, external
URL permalinks:
https://github.com/hometown-fork/hometown/pull/1249
5 months ago
Eugen Rochko
28c4eca0af
Change responsive break points on navigation panel in web UI ( #32034 )
2 years ago
Claire
6c76a7a907
Fix cancel follow request button sometimes saying “Follow back” ( #31934 )
2 years ago
Renaud Chaput
97b9e8befd
Add account notes to hover cards ( #31300 )
2 years ago
Eugen Rochko
d3f504245c
Fix missing confirmation when unfollowing from hover card in web UI ( #30879 )
2 years ago
Renaud Chaput
b6fd14f0e2
Fix `createDataLoadingThunk` and related actions ( #30408 )
2 years ago
Renaud Chaput
10ec421dd4
Proposal: a modern & typed way of writing Redux actions doing API requests ( #30270 )
2 years ago
Renaud Chaput
a178ba7cd5
Use a modern React context for identity in the app ( #30098 )
2 years ago
Renaud Chaput
ec1e770fea
Add the role ID to the badge component ( #29707 )
2 years ago
Eugen Rochko
407287573c
Add domain information to profiles in web UI ( #29602 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
19efa1b9f1
Change action button to be last on profiles in web UI ( #29533 )
2 years ago
Renaud Chaput
4185f3792c
Fix full date display not respecting the locale 12/24h format ( #29448 )
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
nachtjasmin
e14ae645d6
Ensure correct rendering for profile links
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
Renaud Chaput
1c041356a1
Fix error on viewing a profile when unlogged ( #28465 )
2 years ago
Eugen Rochko
5976d3702f
Change "Follow" to "Follow back" and "Mutual" when appropriate in web UI ( #28452 )
2 years ago
Josh Goldberg ✨
3a7f10c3f1
Converted hashtag.jsx to TypeScript ( #27872 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2 years ago
Eugen Rochko
87696ea26e
Add prominent share/copy button on profiles in web UI ( #27865 )
2 years ago
Claire
c451bbe249
Allow viewing and severing relationships with suspended accounts ( #27667 )
2 years ago
Renaud Chaput
3bf2a7296e
Use Immutable `Record` for accounts in Redux state ( #26559 )
3 years ago
Eugen Rochko
fa7e64df1d
Fix various icon styles in web UI ( #27579 )
3 years ago
Eugen Rochko
134de736dc
Change icons in web UI ( #27385 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
3 years ago
Renaud Chaput
9d45a444f9
Convert `<Button>` to Typescript ( #27492 )
3 years ago
Renaud Chaput
1b70d7ed7c
Upgrade to react-router v5 ( #25047 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Renaud Chaput
bd06c13204
Convert `actions/account_notes` into Typescript ( #26601 )
3 years ago
Claire
d9c21293aa
Fix unfollow icon styling in advanced column ( #26482 )
3 years ago
Eugen Rochko
2cbdff97ce
Change design of role badges in web UI ( #26281 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Claire
1e4ccc655a
Add role badges to the WebUI ( #25649 )
3 years ago
gunchleoc
217ef7f2af
Replace 'favourite' by 'favorite' for American English ( #26009 )
3 years ago
Trevor Wolf
ea10febd25
fix buttons showing inconsistent styles ( #25903 )
3 years ago
Eugen Rochko
a8edbcf963
Fix dropdowns being disabled for logged out users in web UI ( #25714 )
3 years ago
alfe
20e85c0e83
Rewrite `<ShortNumber />` as FC and TS ( #25492 )
3 years ago
fusagiko / takayamaki
e0d230fb37
simplify counters ( #25541 )
3 years ago
Eugen Rochko
000b835803
Add canonical link tags in web UI ( #25715 )
3 years ago
Eugen Rochko
432a5d2d4b
Change "bot" label to "automated" ( #25356 )
3 years ago
Eugen Rochko
e4fd9503ec
Change design of dropdowns in web UI ( #25107 )
3 years ago
Eugen Rochko
1caa5ff39e
Change share action from being in action bar to being in dropdown in web UI ( #25105 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Renaud Chaput
d27216dc46
Enforce import order with ESLint ( #25096 )
3 years ago
Renaud Chaput
5a16bd7bf4
Use JSX syntax for Fragments ( #25093 )
3 years ago
Renaud Chaput
8f66126b10
Use the new JSX transform ( #25064 )
3 years ago
Nick Schonning
b878e3d8df
Enable ESLint react/no-deprecated ( #24471 )
3 years ago
Renaud Chaput
c8181eb0a4
Enforce stricter rules for Typescript files ( #24910 )
3 years ago
Eugen Rochko
8099ba04be
Change hashtags and mentions in bios to open in-app in web UI ( #24643 )
3 years ago
Eugen Rochko
68a192e718
Change "direct message" nomenclature to "private mention" in web UI ( #24248 )
3 years ago