Commit graph

3013 commits

Author SHA1 Message Date
Alex Gleason
fb1f05b0ec
Merge remote-tracking branch 'origin/next' into next 2021-10-06 10:59:13 -05:00
Alex Gleason
61282f0963
MoreFollows: hide if not federating 2021-10-06 10:58:29 -05:00
Alex Gleason
bb9e7a73f7 Merge branch 'fix/next-accordion-icon' into 'next'
Fix accordion arrow icons (next)

See merge request soapbox-pub/soapbox-fe!784
2021-10-06 05:25:40 +00:00
Sean King
e7f7a3cb6f
Fix accordion arrow icons 2021-10-05 23:11:36 -06:00
Alex Gleason
89ac03e07a
BundleErrorColumn: fix icon and rounded corners 2021-10-05 22:48:10 -05:00
Alex Gleason
4e6a6278ac
Revert "Swap positions of Search and Messages/Chats in navigation"
This reverts commit 66f2aa4e84.
2021-10-05 22:25:50 -05:00
Alex Gleason
66f2aa4e84
Swap positions of Search and Messages/Chats in navigation 2021-10-05 22:22:47 -05:00
Alex Gleason
42904dc82f
Notifications: clean up styles 2021-10-05 22:01:16 -05:00
Alex Gleason
d674d998e3
Chats: fix color of X icon in light theme 2021-10-05 19:29:16 -05:00
Alex Gleason
f340b3f77a
Add tabler classname to custom Gavel icon 2021-10-05 19:01:26 -05:00
Alex Gleason
23b6144718
Fix icons in VerificationBadge and FilterBar 2021-10-05 18:59:27 -05:00
Alex Gleason
a0990bcac5
Add tabler classname to custom Home icon 2021-10-05 18:23:18 -05:00
Alex Gleason
0dc58babf3
Revert "Shrink the custom Home icon just slightly"
This reverts commit f37025d0e8.
2021-10-05 18:22:52 -05:00
Alex Gleason
f37025d0e8
Shrink the custom Home icon just slightly 2021-10-05 18:18:58 -05:00
Alex Gleason
bde50477ad
Condense custom SVG icons 2021-10-05 18:08:46 -05:00
Alex Gleason
1b7fe4ee04
Use custom Home and Post icons 2021-10-05 18:02:19 -05:00
Alex Gleason
30973bd05f
Rotate unread notification bell icon with CSS instead of relying on a separate icon 2021-10-05 17:49:44 -05:00
Alex Gleason
e04a488ea4
Pleroma: mark notifications read in case Markers don't work 2021-10-05 17:39:38 -05:00
Alex Gleason
dbf410e34c
Messages: prefer DirectTimeline, but fall back to Conversations 2021-10-05 17:24:01 -05:00
Alex Gleason
a1512316d8
Add Mastodon compatibility routes, expose /conversations, display Messages tab for Mastodon 2021-10-05 17:07:00 -05:00
Alex Gleason
468119fe3c
SidebarMenu: fix access to intl in mapDispatchToProps 2021-10-05 16:23:06 -05:00
Alex Gleason
e8d0ff89ef
Alerts: don't dispatch empty Redux action in showAlertForError() 2021-10-05 16:13:42 -05:00
Alex Gleason
d48412c5b2
Account: display full Follow button 2021-10-05 14:45:44 -05:00
Alex Gleason
ad3943af19
Search: greatly improve design of standalone search section 2021-10-05 14:34:03 -05:00
Alex Gleason
620aff7107
PrimaryNavigation: add Search button 2021-10-05 13:29:52 -05:00
Alex Gleason
c222e0da9d
TabsBar: fall back to Home icon when no logo is provided 2021-10-05 13:14:55 -05:00
Alex Gleason
a6f5cf33d0
Media: prefer V2 media API when available 2021-10-05 12:59:37 -05:00
Alex Gleason
ddad49480b
ComposeForm: display autosuggestions above TimelineQueueButtonHeader 2021-10-05 12:11:59 -05:00
Alex Gleason
5e6058489b
Preferences: conditionally display post format (Markdown) settings 2021-10-05 11:03:00 -05:00
Alex Gleason
59e7c6538e
Audio: ingest attachment metadata 2021-10-05 00:44:49 -05:00
Alex Gleason
115d324e9b
LoadingIndicator: refactor styles, improve look of ColumnLoading 2021-10-04 16:46:55 -05:00
Alex Gleason
63a001ae7d
Fix PropType warnings in ColumnHeader and SubNavigation 2021-10-04 13:39:07 -05:00
Alex Gleason
c789fba629
Notifications: use Markers for unread count
This works consistently across all backends
2021-10-04 13:27:05 -05:00
Alex Gleason
f5673662dc
Suggestions: display whole ActionButton instead of plus icon 2021-10-02 16:09:28 -05:00
Alex Gleason
77f22e5293
AccountTimeline: fix fetchAccountByUsername when switching between two profiles 2021-10-02 15:45:14 -05:00
Alex Gleason
d3908f107a
AccountHeader: refactor Follow button, remove Message button in favor of a menu item
This is better on mobile and simpler to newcomers
2021-10-02 15:39:12 -05:00
Alex Gleason
5f7a201f08
Accounts: call isVerified in the places it's missing 2021-10-02 15:26:51 -05:00
Alex Gleason
1be73d13a1
Suggestions: fix optimistic dismissal 2021-10-02 15:18:27 -05:00
Alex Gleason
fcd9e47a99
Status: fix size of lock icon 2021-10-02 15:08:43 -05:00
Alex Gleason
0a4ffc3624
Card: fix icons in embedded video player 2021-10-02 15:02:07 -05:00
Alex Gleason
ba09e2ebc9
Mastodon: redirect status route for "Share" functionality to work 2021-10-02 10:29:17 -05:00
Alex Gleason
415e744ddb
Merge remote-tracking branch 'origin/develop' into next 2021-10-02 10:12:25 -05:00
Alex Gleason
efbc0cd6ce
Dashboard: add custom Gavel icon 2021-10-02 10:06:26 -05:00
Alex Gleason
2e0c9bdc7b Merge branch 'share-route' into 'develop'
Implement /share route

See merge request soapbox-pub/soapbox-fe!783
2021-10-02 05:52:55 +00:00
6235ca5ab2 Implement /share route
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-10-01 19:53:46 +02:00
Alex Gleason
9e6a95a367
Fix crashing MediaItem 2021-09-29 21:12:59 -05:00
Alex Gleason
9ddc54a666
Snackbar: fix icons 2021-09-29 16:14:29 -05:00
Alex Gleason
c29d9fde40
Merge commit 'd85b6742faaca10016d306d831ec8d1d196b9c27' into next 2021-09-29 14:56:24 -05:00
Alex Gleason
ff458cff2c
Mastodon: SidebarMenu: link to rendered pages for Preferences and Security 2021-09-29 07:24:01 -05:00
Alex Gleason
fcf7b1ffed
Fix inability to delete a status 2021-09-28 17:29:14 -05:00