Commit graph

45 commits

Author SHA1 Message Date
thislight
a69a5c31e5
StackedRouter: fix content height is 0 on webkit
* for WebKit, fix the content height is 0 if the
  window width > 560px
2024-11-20 00:26:05 +08:00
thislight
5f504024a3
i18n: fix auto match wrong region
All checks were successful
/ depoly (push) Successful in 1m16s
2024-11-19 18:07:11 +08:00
thislight
15974af792
anim: remove hero signal
* BottomSheet: remove hero support
* use StackedRouter's hero support instead
2024-11-19 17:49:49 +08:00
thislight
33fab7e655
polyfills: remove web-animations-js
All checks were successful
/ depoly (push) Successful in 1m25s
2024-11-19 17:17:56 +08:00
thislight
0a9d833f09
StackedRouter: don't push frame if the stack empty 2024-11-19 16:46:44 +08:00
thislight
4d3f5c911b
StackedRouter: try to fix the swipe to back
All checks were successful
/ depoly (push) Successful in 1m21s
2024-11-18 23:59:14 +08:00
thislight
9b446aa846
StackedRouter: use touch radius to check
All checks were successful
/ depoly (push) Successful in 1m18s
2024-11-18 23:14:30 +08:00
thislight
840ad2cf00
StackedRouter: increse swipe to back detection
All checks were successful
/ depoly (push) Successful in 1m26s
2024-11-18 23:02:53 +08:00
thislight
9065a18061
StackedRouter: prevent ios default swipe to back
All checks were successful
/ depoly (push) Successful in 1m22s
2024-11-18 21:42:40 +08:00
thislight
44b7354e74
StackedRouter: minor cleanup 2024-11-18 18:34:25 +08:00
thislight
3b5cc1e64e
StackedRouter: fix backward does not pop page 2024-11-18 18:32:06 +08:00
thislight
a3ef5d9cf5
StackedRouter: prototype of generic swipe to back 2024-11-18 18:08:14 +08:00
thislight
169aa91e73
StackedRouter: add useMaybeIsFrameSuspended() 2024-11-17 20:57:56 +08:00
thislight
1641f3e75b
StackedRouter: hero animation support 2024-11-17 17:37:42 +08:00
thislight
32dffaaa3d
StackedRouter: intergrated with web history API 2024-11-16 22:38:00 +08:00
thislight
5be56bb80e
A: fix missolved path 2024-11-16 22:37:22 +08:00
thislight
e3d9d0c4ba
StackedRouter: add default background 2024-11-16 22:37:05 +08:00
thislight
9dfcfa3868
StackedRouter: add default open animation 2024-11-16 21:50:18 +08:00
thislight
0710aaf4f3
first prototype of StackedRouter 2024-11-16 20:04:55 +08:00
thislight
607fa64c05
i18n: add little debug info
All checks were successful
/ depoly (push) Successful in 1m28s
2024-11-13 19:38:56 +08:00
thislight
2aa2cf21da
toot medias: extract color from blurhash
All checks were successful
/ depoly (push) Successful in 1m17s
2024-11-11 16:53:34 +08:00
thislight
44c9e55928
TootComposer: add toolbar & adjust layout
All checks were successful
/ depoly (push) Successful in 1m17s
2024-11-09 20:29:27 +08:00
thislight
b44d093f08
autoMatchRegion: improved matching algorithm 2024-11-04 00:13:21 +08:00
thislight
012b078cee
anim: adjust speed for grow and shrink 2024-11-03 18:10:28 +08:00
thislight
b61012f12b
BottomSheet: move slides animations to platform 2024-11-03 17:36:56 +08:00
thislight
10b517bceb
Menu: improve animation for top-right
All checks were successful
/ depoly (push) Successful in 1m18s
2024-11-02 16:45:18 +08:00
thislight
73a56357d9
{Trend,}TimelinePanel: use TootList
All checks were successful
/ depoly (push) Successful in 1m16s
2024-10-29 15:22:25 +08:00
thislight
81bf27df63
createTimeSource: reflects to the pagevisibility 2024-10-28 13:56:50 +08:00
thislight
08201cccef material: rename mui to theme 2024-10-24 22:21:37 +08:00
thislight
74ee61af63 added icon 2024-10-22 17:48:17 +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
15e2bf3304 BottomSheet: improve hero animation 2024-10-09 17:33:27 +08:00
thislight
161c72fea5 TootActionGroup: added share button (closes #18) 2024-09-28 17:51:37 +08:00
thislight
74770649c3 ReplyEditor: supports reply 2024-09-28 14:39:20 +08:00
thislight
b09effa4dc Settings: added lang and region picker dialog 2024-09-27 14:15:34 +08:00
thislight
4ae3def190 i18n: add createTranslator 2024-09-26 19:42:44 +08:00
thislight
8a9c788fe1 createStringsResource: support merged imports 2024-09-26 19:36:46 +08:00
thislight
4f8b31ca31 first prototype of i18n system 2024-09-26 17:23:40 +08:00
thislight
49576c0688 useHeroSignal: reset the signal after read 2024-08-17 15:42:21 +08:00
thislight
80de0e52ee BottomSheet: backward animation 2024-08-12 21:55:26 +08:00
thislight
db29d5dcc0 BottomSheet: first attempt for animation 2024-08-12 17:25:03 +08:00
thislight
2d75ecfbe3 useTimeline: use store to provide partial editing 2024-08-06 20:27:30 +08:00
thislight
abde6817f0 format code using prettier 2024-08-05 15:33:00 +08:00
thislight
cbed46ae77 createTimeSource: fix type error 2024-07-22 22:04:56 +08:00
thislight
5449e361d5 initial commit 2024-07-14 20:28:44 +08:00