Commit graph

165 commits

Author SHA1 Message Date
thislight
d1c073e33e
Profile: add loading indicator for toot list 2024-10-28 13:56:04 +08:00
thislight
66bded813d
remove old placeholder algorithm
All checks were successful
/ depoly (push) Successful in 1m21s
- TootPreviewCard and MediaAttachmentGrid
- the placeholder thing is now offloaded to the
  browser
2024-10-27 23:57:10 +08:00
thislight
b9b2d40614
package: update bun version
All checks were successful
/ depoly (push) Successful in 1m16s
2024-10-27 14:21:31 +08:00
thislight
c06d8b8c11
vite: precache images for pwa 2024-10-27 14:19:56 +08:00
thislight
4734a67f5a
Profile: fix page title and intro layout
All checks were successful
/ depoly (push) Successful in 1m13s
2024-10-27 13:57:09 +08:00
thislight
49e1731cdb
RegularToot: open profile 2024-10-27 13:43:34 +08:00
thislight
d4093aaf5c
README: update links for the app 2024-10-27 13:13:28 +08:00
thislight
b25c2d5f45
docs: update for https dev server
All checks were successful
/ depoly (push) Successful in 1m15s
2024-10-27 00:34:18 +08:00
thislight
f8f07e9015
TrendTimelinePanel: remove prefetching
All checks were successful
/ depoly (push) Successful in 1m19s
2024-10-27 00:29:41 +08:00
thislight
f914ada22b
vite: fix https is enabled if cert is not present 2024-10-27 00:28:01 +08:00
thislight
130a989185
vite: add https variables
All checks were successful
/ depoly (push) Successful in 1m21s
Personal note from Rubicon: I am unware that I
originally put the localhost.direct cert files
into the repository. All reference to the files
are now removed.

Sorry for the inconvenience.
2024-10-27 00:22:28 +08:00
thislight
4958fb1346 Menu: support right-top origin
All checks were successful
/ depoly (push) Successful in 1m18s
2024-10-25 22:40:07 +08:00
thislight
556e0b2336 Profile: add menu and load more button 2024-10-25 22:38:59 +08:00
thislight
88731c07b7 vite-plugin-pwa: enable production sw for staging 2024-10-24 23:50:57 +08:00
thislight
f8dc2950d2 Profile: filter recent toots
- material: new Menu component
- material/theme: animation curves
- TootFilterButton
2024-10-24 23:49:37 +08:00
thislight
08201cccef material: rename mui to theme 2024-10-24 22:21:37 +08:00
thislight
6620e022bf masto/timelines: now the params is general typed 2024-10-24 22:20:38 +08:00
thislight
a0cbf857a9 vite-plugin-pwa: enable dev sw for not production 2024-10-24 16:00:19 +08:00
thislight
20163dcb8e update logo 2024-10-22 23:25:13 +08:00
thislight
4da3263e17 Toot: fix expansion animation on WebKit (fix #29) 2024-10-22 23:24:31 +08:00
thislight
3ca43b4282 i18n: chunk strings based on the key 2024-10-22 22:55:53 +08:00
thislight
74ee61af63 added icon 2024-10-22 17:48:17 +08:00
thislight
c5f21f22bd Profile: fix toolbar color as scrolled by banner 2024-10-18 22:37:19 +08:00
thislight
7e120fba2d TootList: support openFullScreenToot 2024-10-18 22:35:04 +08:00
thislight
664c1568d0 Profile: first prototype 2024-10-18 19:15:35 +08:00
thislight
54db6d4fbe TootBottomSheet: fix context switch wrong target 2024-10-18 18:13:07 +08:00
thislight
da60702403 add useSessionForAcctStr 2024-10-18 11:59:39 +08:00
thislight
634060ed46 BottomSheet: fix the animation problem 2024-10-17 20:57:20 +08:00
thislight
ddd3c99f30 TootBottomSheet: moved to /:acct/toot/:id 2024-10-17 20:39:04 +08:00
thislight
6284c7d18e serviceworker: move rpc-relateds to workerrpc 2024-10-16 22:42:25 +08:00
thislight
559a352bc1 service worker: use injectManifest
- a RPC framework is added for further use
- fix an error that the service worker is not
    registered until the settings opened
- added theme-color
- settings: added a item to indicate the offline
    availablity
2024-10-15 20:30:08 +08:00
thislight
3ea7072437 TootBottomSheet: set document title 2024-10-14 20:05:08 +08:00
thislight
28ddc6b3db add git attributes for bun.lockb 2024-10-13 16:17:23 +08:00
thislight
52aa5a31d0 Merge branch 'rewrite-timeline' 2024-10-13 16:13:34 +08:00
thislight
bb633860a6 added createTimelineChunk 2024-10-13 16:12:18 +08:00
thislight
043057557c createTimeline: fix viewport and dupelication 2024-10-13 16:12:18 +08:00
thislight
295a905b8b adjust thread visual 2024-10-13 16:12:18 +08:00
thislight
2b2b5ea1ae MediaAttachmentGrid: fix bad waterfall 2024-10-13 16:12:17 +08:00
thislight
708dbe7d4d PullDownToRefresh: fix the trigger 2024-10-13 16:12:17 +08:00
thislight
474e4ebdfe first attempt of createTimeline in TimelinePanel
- known bug: the paging is failed
2024-10-13 16:12:17 +08:00
thislight
56fc052788 TootBottomSheet: minor clean up 2024-10-13 16:12:17 +08:00
thislight
f6c540a3ad TrendTimelinePanel: improved error handling 2024-10-13 16:12:16 +08:00
thislight
971fb6a8e7 move TimelinePanel to separated files
- added TrendTimelinePanel for trending tab
2024-10-13 16:12:16 +08:00
thislight
ab29e5fd70 added createTimelineSnapshot 2024-10-13 16:12:16 +08:00
thislight
efc894793e BottomSheet: fix animation syntax error 2024-10-11 16:40:43 +08:00
thislight
bd3ad078a2 App: fix the clients change is not notified 2024-10-11 16:39:42 +08:00
thislight
fd47639bef MediaAttachmentGrid: fix placeholder aspect-ratio 2024-10-10 19:49:51 +08:00
thislight
0d9b370919 BottomSheet: remove opacity in hero animation 2024-10-10 16:22:04 +08:00
thislight
d61212242e BottomSheet: fix hero animation position 2024-10-09 23:34:07 +08:00
thislight
53eefed656 BottomSheet: set body overflow:hidden in animation 2024-10-09 23:27:47 +08:00