Commit graph

2929 commits

Author SHA1 Message Date
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
Alex Gleason
5dd19606d1 Merge branch 'next-tachometer-change-la' into 'next'
tachometer -> tachometer-alt

See merge request soapbox-pub/soapbox-fe!782
2021-09-28 14:19:50 +00:00
Sean King
61b92e6d7e
tachometer -> tachometer-alt 2021-09-27 23:06:53 -06:00
Alex Gleason
d85b6742fa
Use SVG icons in more places 2021-09-27 23:47:43 -05:00
Alex Gleason
280e6f93ab
FeaturesPanel: fix margin on icon with counter 2021-09-27 22:16:25 -05:00
Alex Gleason
f23a6b0890
Replace a lot more icons with SVG icons 2021-09-27 20:47:44 -05:00
Alex Gleason
54ec139bfc
TimelineQueueButtonHeader: improve spacing 2021-09-27 19:31:46 -05:00
Alex Gleason
f46effb873
TimelineQueueButtonHeader: z-index 500 2021-09-27 19:18:34 -05:00
Alex Gleason
161b59431f
TimelineQueueButtonHeader: fix tests 2021-09-27 19:17:52 -05:00
Alex Gleason
cbb033e866
TimelineQueueButtonHeader: make it sticky 2021-09-27 18:38:38 -05:00
Alex Gleason
e30ca5208d
Snackbar: LineAwesome fix 2021-09-27 16:45:34 -05:00
Alex Gleason
9a660e8363
iOS: improve PWA support
Fixes: https://gitlab.com/soapbox-pub/soapbox-fe/-/issues/747
2021-09-27 16:39:29 -05:00
Alex Gleason
f8065543f2
Audio: fix timeline jitter caused by Audio player 2021-09-27 15:29:13 -05:00
Alex Gleason
997375a927
DetailedStatus: fix rounded corners 2021-09-27 15:03:20 -05:00
Alex Gleason
b5041602e6
SubNavigation: round out corners on desktop 2021-09-27 14:47:57 -05:00
Alex Gleason
f8bd87c57f
SubNavigation: improve display of DetailedStatus 2021-09-27 14:42:35 -05:00
Alex Gleason
8c1d6ab195
Remove ColumnHeader test
It's not very useful anyway
2021-09-27 14:09:50 -05:00
Alex Gleason
60c3243fcb
SubNavigation: refactor to be contextual based on Column 2021-09-27 13:38:02 -05:00
Alex Gleason
db4a0d33c8
LineAwesome: fix "close" icon 2021-09-27 12:19:39 -05:00
Alex Gleason
f4f262a20f
Merge remote-tracking branch 'origin/develop' into next 2021-09-27 10:41:13 -05:00
Alex Gleason
796117ecca Merge branch 'bruntnorton-develop-patch-97051' into 'develop'
Update zh-CN locale

See merge request soapbox-pub/soapbox-fe!781
2021-09-27 15:27:21 +00:00
bruntnorton
e805c34c3f Update zh-CN locale 2021-09-27 15:27:20 +00:00
Alex Gleason
23f631f820
Remove unavailable LineAwesome icons from forkawesome.json 2021-09-27 00:26:04 -05:00
Alex Gleason
f6fdf46040
Use Tabler for missing LineAwesome icons 2021-09-27 00:00:03 -05:00
Alex Gleason
b7c7d64bf7
CharacterCounter: make thinner 2021-09-26 23:30:37 -05:00
Alex Gleason
bc4f953af2
Improve display of LineAwesome icons 2021-09-26 23:28:45 -05:00
Alex Gleason
2015560a42
Replace ForkAwesome with LineAwesome 2021-09-26 23:09:19 -05:00
Alex Gleason
58adc67e4b
Webpack: serve SVG icons as files 2021-09-26 20:00:16 -05:00
Alex Gleason
80d75d5a80
Fix status overflow issue *and* scroll bar 2021-09-26 18:48:43 -05:00
Alex Gleason
ce7eb29e1c
Improve scrolling desynchronization
https://gitlab.com/soapbox-pub/soapbox-fe/-/issues/749
2021-09-26 18:24:12 -05:00
Alex Gleason
df0fb5ae58
SubNavigation: add non-Home timelines 2021-09-26 16:33:54 -05:00
Alex Gleason
86950dde42
Mastodon: clear token on 401 in VERIFY_CREDENTIALS_FAIL 2021-09-26 16:30:45 -05:00
Alex Gleason
c5a5c5a6e3
Status: css fix to only target tabler icons 2021-09-26 15:18:19 -05:00
Alex Gleason
06fddb26f3
SidebarMenu: add links to local and Fediverse timelines 2021-09-26 12:21:23 -05:00
Alex Gleason
1bf5021cfc
Move logo to center on mobile 2021-09-26 12:12:28 -05:00