Commit graph

782 commits

Author SHA1 Message Date
Daniel Roe 2d49074242
refactor: split tauri config into module 2022-12-21 00:03:41 +00:00
patak 44cf8aa89c
feat: responsive sidebar, aim for a 600px timeline always (#482) 2022-12-21 00:02:01 +00:00
Daniel Roe 3907199a54
feat: add invite link for easier onboarding (#481) 2022-12-20 22:39:04 +00:00
Daniel Roe dfc24370d8
fix: don't apply auth middleware on signin callback (#478) 2022-12-20 21:03:15 +00:00
patak 2e97780899 feat: author on GitHub issues and PR cards 2022-12-20 20:42:28 +01:00
Daniel Roe 60a8673757
fix: use masto.loginTo to update masto api (#474) 2022-12-20 15:56:54 +00:00
Daniel Roe ab4321ad33
refactor: simplify assignment 2022-12-20 14:44:40 +00:00
Anthony Fu 11731ee280 chore: update vueuse 2022-12-20 15:22:21 +01:00
Anthony Fu b23f560713 chore: update lock 2022-12-20 14:35:21 +01:00
Anthony Fu bcba3ca970 chore: fix types 2022-12-20 14:27:53 +01:00
Anthony Fu 0a5edda4cd chore: move dependencies 2022-12-20 14:25:39 +01:00
Anthony Fu 602afa497c fix: upgrade vueuse, close #469 2022-12-20 14:19:41 +01:00
patak 687acc185e feat: links to Mastodon and Discord in app 2022-12-20 12:08:03 +01:00
patak b369f80703 chore: update app info 2022-12-20 11:58:50 +01:00
Daniel Roe 8de1c95fd3
fix: handle permalinks with app shell (#468) 2022-12-20 09:20:40 +01:00
Robert van Hoesel f8ebc0e99a
fix: don't decode HTML entities (&foo;) until rendering (#465) 2022-12-20 00:23:06 +00:00
Daniel Roe 9a7c37db24
fix: key current instance on user server, not user id (#466) 2022-12-20 01:16:15 +01:00
Joaquín Sánchez 7484c5c072
chore: remove unused favicons (#467) 2022-12-20 00:29:41 +01:00
Joaquín Sánchez db8c2adaec
feat: switch theme color on theme toggling (#454)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-12-19 23:37:23 +01:00
Andre_601 6eef0fe25a
feat(i18n): update de-DE translation with latest changes (#431) 2022-12-19 21:40:31 +00:00
Jason Etcovitch b918ad50cf
fix: image modal unable to select image (#459)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-12-19 22:34:58 +01:00
Anthony Fu ae45b8d822 ui: interactions for help preview 2022-12-19 22:30:27 +01:00
Joaquín Sánchez 4d88ee312e
fix(i18n): use floor rounding on use time ago (#444) 2022-12-19 22:20:32 +01:00
Anthony Fu aa9b5d2cb1 ui: pwa prompt 2022-12-19 22:14:54 +01:00
Anthony Fu 7c1baf0f0a ui: improve bot indicator 2022-12-19 21:40:46 +01:00
Anthony Fu 72a3482e4e ui: update icons 2022-12-19 21:31:12 +01:00
Ayo Ayco e880cd7b63
feat: card type icons (#462) 2022-12-19 15:52:32 +00:00
patak cd85871d01
feat: account switcher sidebar (#460)
* feat: account switcher sidebar

* fix: defer loading sidebar until masto initialised

* fix: only show user switcher for 2 or more accounts

* chore: use `ofetch` (newer version of `ohymfetch`)

* chore: early alpha warning

* fix: handle missing user in github preview

* refactor: avoid circular auto-import

Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-12-19 16:44:14 +01:00
patak 15b59ae9b9 feat: muting feedback on follow button 2022-12-19 15:29:12 +01:00
patak e72d45a208 feat: blocking feedback on follow button 2022-12-19 15:01:45 +01:00
Guillaume Chau 79fb8c5d92
feat: update vue-virtual-scroller (#461) 2022-12-19 13:48:25 +00:00
Daniel Roe c7e6e10cb5
fix: handle missing user in github preview 2022-12-19 12:29:28 +00:00
patak b8ec153244 chore: early alpha warning 2022-12-19 09:36:58 +01:00
Daniel Roe b885d83011
chore: use ofetch (newer version of ohymfetch) 2022-12-18 23:13:01 +00:00
patak c830b8087a feat: link to account from single follow notification 2022-12-18 14:41:32 +01:00
patak 139a2ea3b6 fix: responsive github cards, don't constrain height 2022-12-18 14:22:39 +01:00
Joaquín Sánchez f5d0660d7a
docs: PWA capabilities (#455) 2022-12-18 13:58:24 +01:00
patak a210292397 fix: github cards for mobile 2022-12-18 11:26:55 +01:00
Daniel Roe 51eaa99441
chore: explicitly use development flag 2022-12-18 00:15:19 +00:00
Daniel Roe 01ecdcb663
fix: enable pwa module in production 2022-12-18 00:07:05 +00:00
Daniel Roe d7236910a5
fix: disable enabling notifications if user needs to re-login 2022-12-17 23:55:00 +00:00
Daniel Roe 80ad2ab607
fix: skip removal of notifications if pwa not enabled 2022-12-17 23:54:16 +00:00
Joaquín Sánchez f0c91a3974
feat: pwa with push notifications (#337) 2022-12-17 23:29:16 +00:00
wheat a18e5e2332
feat: add component to enable scroll-into view (#451) 2022-12-17 23:15:41 +01:00
wheat c1d1138742
feat: search (#285) 2022-12-17 22:35:07 +01:00
Daniel Roe 5ff0900108
fix: typo 2022-12-17 21:28:47 +00:00
Daniel Roe da5f2d3c66
chore: add more translations for GitHub cards flag 2022-12-17 21:24:00 +00:00
patak 798f73ece5
feat: GitHub cards (#450) 2022-12-17 22:11:39 +01:00
Daniel Roe 7887629954
fix: don't parse rich content in display name (#449)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-12-17 21:01:20 +00:00
Daniel Roe 9395b7031e
feat: render app shell with ssr to improve loading experience (#448) 2022-12-17 17:55:29 +01:00