Commit graph

110 commits

Author SHA1 Message Date
thislight
70649e97e6
TootBottomSheet: fix title may have multiple lines
All checks were successful
/ depoly (push) Successful in 1m4s
2024-10-09 15:52:14 +08:00
thislight
49b7f2891b
PullDownToRefresh: reset the state if invisible
All checks were successful
/ depoly (push) Successful in 1m13s
2024-10-09 15:15:22 +08:00
thislight
ee39cf8651
PullDownToRefresh: fix trigger many refreshings
This commit fixes that the wheel event path may
trigger too many refreshings.
2024-10-09 14:51:32 +08:00
thislight
40a785a538
PullDownToRefresh: rewrite spring animation
- fix #12
2024-10-09 14:38:25 +08:00
thislight
dbb93fd76c
MediaAttachmentGrid: improve layout as length % 2 2024-10-08 17:43:33 +08:00
thislight
eefe2812df
*Toot: fix missing preview card 2024-10-08 17:33:52 +08:00
thislight
4fa7449d71
TootComposer: don't switch the random placeholder 2024-10-08 17:18:27 +08:00
thislight
3dc2196f1a
TimelinePanel: allow the toot composer collpased
All checks were successful
/ depoly (push) Successful in 1m4s
2024-09-28 22:46:48 +08:00
thislight
d90876a84e
TootComposer: fix placeholder empty 2024-09-28 22:46:28 +08:00
thislight
63603e049d
MediaAttachmentGrid: fix autoplay on iOS 2024-09-28 22:39:33 +08:00
thislight
108e8fc87c
BottomSheet: fix bottomUp position on mobile 2024-09-28 22:38:44 +08:00
thislight
a6b791ab5a
TootComposer: fix random stmt may be empty 2024-09-28 22:27:26 +08:00
thislight
591a930bb6
TootActionGroup: added share button (closes #18)
All checks were successful
/ depoly (push) Successful in 1m2s
2024-09-28 17:51:37 +08:00
5eda17d958 Merge pull request 'composing toots' (#21) from feat-toot-composer into master
All checks were successful
/ depoly (push) Successful in 1m8s
Reviewed-on: https://code.lightstands.xyz///Rubicon/tutu/pulls/21
2024-09-28 07:30:40 +00:00
06de56b4af Merge branch 'master' into feat-toot-composer 2024-09-28 07:30:02 +00:00
thislight
cefa4a1b83
added shortcut to reply 2024-09-28 15:29:21 +08:00
thislight
dd6051aea7
added composing new toots 2024-09-28 15:15:06 +08:00
thislight
143ecf6278
ReplyEditor: supports reply 2024-09-28 14:39:20 +08:00
thislight
2c0978b572
ReplyEditor: only show toolbar when active 2024-09-28 12:43:12 +08:00
thislight
5c2ebada28
ReplyEditor: fix toolbar alignment 2024-09-27 23:19:09 +08:00
thislight
8e24d61779
ReplyEditor: minor clean up and adjustment 2024-09-27 23:15:53 +08:00
thislight
825baba088
disable rubberband in :root and bottom sheets
All checks were successful
/ depoly (push) Successful in 55s
2024-09-27 18:10:23 +08:00
thislight
11c31f7f42
timelines: minor clean up
All checks were successful
/ depoly (push) Successful in 1m5s
2024-09-27 18:07:10 +08:00
thislight
bf06cfe2e1
Home: fix could not jump to sign in page 2024-09-27 18:06:44 +08:00
thislight
853ee98525
TootBottomSheet: fix the skipped animation 2024-09-27 18:04:09 +08:00
thislight
84dcf9ed86
ReplyEditor: added language picker 2024-09-27 14:53:28 +08:00
thislight
77b4163625
ReplyEditor: promote the blur condition up 2024-09-27 14:23:57 +08:00
thislight
5883a584c5
ReplyEditor: added only UI 2024-09-27 14:23:54 +08:00
69f7f37a2c Merge pull request 'I18N support' (#22) from feat-i18n into master
All checks were successful
/ depoly (push) Successful in 1m12s
Reviewed-on: https://code.lightstands.xyz///Rubicon/tutu/pulls/22
2024-09-27 06:20:32 +00:00
thislight
e6a14a8a26
clean up unused imports 2024-09-27 14:18:21 +08:00
thislight
e56dc4bf7b
Settings: added lang and region picker dialog 2024-09-27 14:15:34 +08:00
thislight
55705b0a6d
i18n: add createTranslator 2024-09-26 19:42:44 +08:00
thislight
c49ae6fe0a
createStringsResource: support merged imports 2024-09-26 19:36:46 +08:00
thislight
b4fa751345
first prototype of i18n system 2024-09-26 17:23:40 +08:00
thislight
d3a7602fb5
TootBottomSheet: fix #13
All checks were successful
/ depoly (push) Successful in 1m4s
* use the .reblog to replace the remote toot
2024-09-25 20:36:49 +08:00
thislight
6306c5afbe
MediaAttachmentGrid: calc only when not loaded
All checks were successful
/ depoly (push) Successful in 1m7s
* This is a workaround, the best solution is we do
  the calculation correctly.
2024-09-25 17:37:11 +08:00
thislight
f4ce206c52
TootBottomSheet: scrollIntoView exactly once
All checks were successful
/ depoly (push) Successful in 1m2s
2024-09-23 16:00:39 +08:00
thislight
fe15c4f37d
CompactToot: fix the author overflow 2024-09-23 15:54:50 +08:00
thislight
4c497313c5
MediaAttachmentGrid: major layout revised
All checks were successful
/ depoly (push) Successful in 1m7s
* Now the media preview use masonry layout
* Supports preview video media
2024-09-23 15:43:49 +08:00
thislight
2b2cc2000a
MediaAttachmentGrid: fix viewer DOM not removed
All checks were successful
/ depoly (push) Successful in 1m5s
2024-09-14 21:17:03 +08:00
thislight
980f8cff7e
MediaAttachmentGrid: fix the container not removed
All checks were successful
/ depoly (push) Successful in 1m5s
2024-09-14 20:43:44 +08:00
thislight
e8a4e382ba
MediaAttachmentGrid: lazily created viewer
All checks were successful
/ depoly (push) Successful in 1m7s
The reworked viewer presentation process delay the
creation of the viewer until the user interaction,
to reduce the DOM created during viewing the list.
2024-09-14 20:21:19 +08:00
thislight
bf7e694e00
MediaAttachmentGrid: optimize preview layout (#11) 2024-09-14 20:09:54 +08:00
thislight
724eb17391
Settings: ask user to refresh if update available
All checks were successful
/ depoly (push) Successful in 1m7s
2024-09-14 19:55:37 +08:00
thislight
3afda89dfc
Upgrade dependencies
All checks were successful
/ depoly (push) Successful in 1m10s
* upgrade suid to v0.16
* upgrade @solidjs/router to v0.14
* upgrade nanostores to v0.11
* upgrade minor changed dependencies
2024-09-14 15:56:40 +08:00
thislight
71487dfbb3
start of 1.0.6 2024-09-14 15:19:09 +08:00
thislight
3ae9cffba8
TootPreviewCard: limit text lines (#9)
All checks were successful
/ depoly (push) Successful in 1m1s
A problem in this impl is that the ellipsis does
not show.
2024-09-14 15:08:17 +08:00
thislight
581d2d456e
TootBottomSheet: fix visual with preview card 2024-09-14 14:28:30 +08:00
thislight
7a04598375
TootBottomSheet: basic toot switching (#6)
All checks were successful
/ depoly (push) Successful in 1m2s
2024-09-14 13:40:50 +08:00
thislight
e8c1b796a6
TootBottomSheet: boost, favourite and bookmark (#6)
All checks were successful
/ depoly (push) Successful in 59s
2024-09-14 13:15:11 +08:00