Commit Graph

339 Commits

Author SHA1 Message Date
fc6911caad Push notifications: refactor, restore 2021-10-21 16:22:54 -05:00
001aae849b TabsBar: display counters only on profile pages where they're needed 2021-10-19 17:43:18 -05:00
0e8ed14ffe TabsBar: add notifications back for desktop UI 2021-10-19 16:09:22 -05:00
8b7890f6aa Fix remote follow button for remote accounts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-10-16 13:15:55 +02:00
b236e11225 Local timeline: restore column settings 2021-10-15 17:11:16 -05:00
f22037d51e Handle /statuses/new route instead of just redirecting 2021-10-15 15:30:24 -05:00
4464a7f19e Swap out a few more icons for svg icons 2021-10-14 14:14:13 -05:00
ef809a8d59 Delete ColumnBackButtonSlim, fix runtime warnings 2021-10-14 13:38:16 -05:00
8dd49343ad ComposeModal, ComposeForm: adapt depending on privacy scope 2021-10-13 14:24:22 -05:00
4fb447596e FAB: replace pen icon with new custom Tabler icon 2021-10-13 14:07:21 -05:00
2d42995e6f ProfileMediaPanel: fix navigating between profiles, display LoadingIndicator, display empty message 2021-10-13 12:55:17 -05:00
59835087b5 ActionButton: remove minus icon from Unfollow button 2021-10-13 12:12:21 -05:00
135ec190ee Instead of str.replaceAll, use str.replace with regex (for better browser support) 2021-10-12 10:31:15 -05:00
0060667639 Optimistic statuses: add .thread__status className 2021-10-09 21:39:15 -05:00
379d03a509 Optimistic statuses: prepend with 末 to sort it at the end 2021-10-09 21:16:37 -05:00
50feacbd6b Optimistic, nonblocking statuses 2021-10-09 17:30:20 -05:00
e9b5a9cf2e MediaModal: use Tabler next/prev arrows 2021-10-08 16:44:24 -05:00
92fc853642 AttachmentThumbs: display compact media thumbs instead of AttachmentList 2021-10-08 13:17:37 -05:00
b47e7a3197 Column: remove ColumnBackButton from most places, fix DetailedStatus border-bottom, improve HashtagTimeline 2021-10-08 11:53:15 -05:00
43c86ff85c BetterColumn: remove ColumnBackButton, fix border-bottom 2021-10-08 11:20:41 -05:00
3a37635040 Get rid of unused DrawerLoading component 2021-10-08 10:43:29 -05:00
891a65b66f Favourites: display favourites for Mastodon (if exposableReactions is manually toggled) 2021-10-07 18:21:28 -05:00
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
b6704991d2 Column: consolidate column components, refactor transparency, get rid of .column-area--mobile, wtf 2021-10-06 16:01:18 -05:00
89ac03e07a BundleErrorColumn: fix icon and rounded corners 2021-10-05 22:48:10 -05:00
1b7fe4ee04 Use custom Home and Post icons 2021-10-05 18:02:19 -05:00
dbf410e34c Messages: prefer DirectTimeline, but fall back to Conversations 2021-10-05 17:24:01 -05:00
a1512316d8 Add Mastodon compatibility routes, expose /conversations, display Messages tab for Mastodon 2021-10-05 17:07:00 -05:00
c222e0da9d TabsBar: fall back to Home icon when no logo is provided 2021-10-05 13:14:55 -05:00
59e7c6538e Audio: ingest attachment metadata 2021-10-05 00:44:49 -05:00
115d324e9b LoadingIndicator: refactor styles, improve look of ColumnLoading 2021-10-04 16:46:55 -05:00
c789fba629 Notifications: use Markers for unread count
This works consistently across all backends
2021-10-04 13:27:05 -05:00
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
5f7a201f08 Accounts: call isVerified in the places it's missing 2021-10-02 15:26:51 -05:00
ba09e2ebc9 Mastodon: redirect status route for "Share" functionality to work 2021-10-02 10:29:17 -05:00
415e744ddb Merge remote-tracking branch 'origin/develop' into next 2021-10-02 10:12:25 -05:00
6235ca5ab2 Implement /share route
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-10-01 19:53:46 +02:00
d85b6742fa Use SVG icons in more places 2021-09-27 23:47:43 -05:00
f23a6b0890 Replace a lot more icons with SVG icons 2021-09-27 20:47:44 -05:00
60c3243fcb SubNavigation: refactor to be contextual based on Column 2021-09-27 13:38:02 -05:00
f6fdf46040 Use Tabler for missing LineAwesome icons 2021-09-27 00:00:03 -05:00
bc4f953af2 Improve display of LineAwesome icons 2021-09-26 23:28:45 -05:00
ca1b4ff73d Merge remote-tracking branch 'origin/develop' into next 2021-09-24 12:53:42 -05:00
937cc18012 Add basic invite route, fix Chats fetch 2021-09-24 11:37:47 -05:00
165b924ce7 Merge remote-tracking branch 'origin/develop' into next 2021-09-22 11:17:21 -05:00
acbf890f35 Chats: fix fetching when instance is delayed 2021-09-22 11:15:05 -05:00
c869eeb003 Add Conversations to async-components 2021-09-21 20:48:33 -05:00
a8673c8e54 Add 3-level Mastodon compatibility route 2021-09-21 18:30:34 -05:00
1f474c167b ProfileInfoPanel: call isVerified() 2021-09-21 17:29:47 -05:00
dbc8e3fc26 Add Mastodon compatibility routes for /web and /web/timelines/home 2021-09-21 16:29:50 -05:00