Commit Graph

633 Commits

Author SHA1 Message Date
Alex Gleason 82dd1d16c8
ScrollableList: fix border-radius on mobile 2021-10-07 15:52:30 -05:00
Alex Gleason e16a5ac9f9
ComposeForm: add back original character counter, commented out for now 2021-10-07 15:46:45 -05:00
Alex Gleason cf19366626
Rename .follow-button to .button--follow
The other classname is listed on Fanboy's Annoyances List
2021-10-06 18:48:13 -05:00
Alex Gleason 5807b8f823
Thread: display status connectors (basic threading) 2021-10-06 17:50:43 -05:00
Alex Gleason a917d79ec7
MissingIndicator: fix background overflow (border-radius) 2021-10-06 16:30:26 -05:00
Alex Gleason 8facd71822
DetailedStatus: fix unnecessary margin-bottom 2021-10-06 16:27:29 -05:00
Alex Gleason eaa031901c
MediaGallery: fix filename text color 2021-10-06 16:24:29 -05:00
Alex Gleason b3f9381193
Column: fix .timeline-compose-block mobile styles 2021-10-06 16:20:06 -05:00
Alex Gleason 5447c27d9e
MaterialStatus: fix border-radius on small screen sizes 2021-10-06 16:10:27 -05:00
Alex Gleason b6704991d2
Column: consolidate column components, refactor transparency, get rid of .column-area--mobile, wtf 2021-10-06 16:01:18 -05:00
Alex Gleason 4b92dbc93d
Create separate MaterialStatus component for statuses with gaps (in timelines) 2021-10-06 14:42:24 -05:00
Alex Gleason 6e305fd854
DetailedStatus: remove gaps, rename .detailed-status-container to .thread 2021-10-06 13:59:52 -05: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 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 23b6144718
Fix icons in VerificationBadge and FilterBar 2021-10-05 18:59:27 -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 a1512316d8
Add Mastodon compatibility routes, expose /conversations, display Messages tab for Mastodon 2021-10-05 17:07:00 -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 115d324e9b
LoadingIndicator: refactor styles, improve look of ColumnLoading 2021-10-04 16:46:55 -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 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 efbc0cd6ce
Dashboard: add custom Gavel icon 2021-10-02 10:06:26 -05:00
Alex Gleason 9ddc54a666
Snackbar: fix icons 2021-09-29 16:14:29 -05: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 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 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 60c3243fcb
SubNavigation: refactor to be contextual based on Column 2021-09-27 13:38:02 -05:00
Alex Gleason f6fdf46040
Use Tabler for missing LineAwesome icons 2021-09-27 00:00:03 -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 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 c5a5c5a6e3
Status: css fix to only target tabler icons 2021-09-26 15:18:19 -05:00
Alex Gleason 1bf5021cfc
Move logo to center on mobile 2021-09-26 12:12:28 -05:00