Rubicon · he/him
Rubicon pushed to master at Rubicon/tutu 2024-11-03 10:39:49 +00:00
8a435be4c8 BottomSheet: adjust hero animation
06e988e0e5 TootFilterButton: show the menu in the click pos
c69d54e171 Profile: remove the divier when no pinned toots
012b078cee anim: adjust speed for grow and shrink
20a5e565b1 Profile: add items into menu
Compare 6 commits »
Rubicon pushed to master at Rubicon/tutu 2024-11-02 09:00:22 +00:00
10b517bceb Menu: improve animation for top-right
bafa8f4e24 TootList: prevent clicks of A lift the toot
Compare 2 commits »
Rubicon commented on issue Rubicon/tutu#33 2024-11-01 05:31:39 +00:00
Tutu uses too much memory

I think this problem is partially solved by using css containment.

Rubicon closed issue Rubicon/tutu#33 2024-11-01 05:31:39 +00:00
Tutu uses too much memory
Rubicon commented on issue Rubicon/tutu#30 2024-11-01 05:30:09 +00:00
Swipe to back on iOS cause flicking animation

This problem is solved by removing the backdrops.

Rubicon closed issue Rubicon/tutu#30 2024-11-01 05:30:09 +00:00
Swipe to back on iOS cause flicking animation
Rubicon commented on issue Rubicon/tutu#34 2024-10-31 14:53:38 +00:00
TootComposer: add toolbar for closing the composer

This should be included in v1.0.8 because I changed the outer components so the external state is now unavailable.

Rubicon pushed to master at Rubicon/tutu 2024-10-31 14:35:04 +00:00
e68384349a BottomSheet: remove starting-style
Rubicon pushed to master at Rubicon/tutu 2024-10-31 14:34:35 +00:00
a0ca305ef2 TootComposer: stops propagation of touch and wheel
Rubicon pushed to master at Rubicon/tutu 2024-10-31 14:01:17 +00:00
187ebdba33 BottomSheet: remove module css
0267bffe87 adjust shadow of BottomSheet and Menu
Compare 2 commits »
Rubicon pushed to master at Rubicon/tutu 2024-10-30 16:19:21 +00:00
e7410c7296 Profile: pinned toots
dbddaae05c Profile: sticky filter bar
3e3910bfe1 material/theme: use color with alpha for shadow
404ad1e678 BoostIcon: fix color
b55618664c masto/timelines: better documentation
Compare 6 commits »
Rubicon pushed to master at Rubicon/tutu 2024-10-30 13:01:44 +00:00
f4c0104d48 TootBottomSheet: fix main toot not links profile
Rubicon pushed to master at Rubicon/tutu 2024-10-30 11:28:11 +00:00
31b27237cd TootList: mentions in toot links to profile page
Rubicon pushed to master at Rubicon/tutu 2024-10-30 09:26:44 +00:00
92cc451811 update dependencies
c20cf45e8e TootPreviewCard: fix margin-block of the title
Compare 2 commits »
Rubicon pushed to master at Rubicon/tutu 2024-10-30 06:13:51 +00:00
2a47403c7b add normalize.css
Rubicon pushed to master at Rubicon/tutu 2024-10-30 05:23:03 +00:00
9e97f9b611 various css optimizations
Rubicon pushed to master at Rubicon/tutu 2024-10-30 05:09:12 +00:00
b7531864d2 css optimizing
Rubicon pushed to master at Rubicon/tutu 2024-10-29 11:51:10 +00:00
30efc1bae6 Profile: fix bio may overflow-x
Rubicon pushed to master at Rubicon/tutu 2024-10-29 11:48:53 +00:00
da32969f5a Profile: fix link color
6b889666ad Profile: destory FastAverageColor instance
6e28d8808b MediaAttachmentGrid: reduce closure creation
41d15887a7 MediaAttachmentGrid: fix the vids scale
Compare 4 commits »
Rubicon commented on issue Rubicon/tutu#33 2024-10-29 07:38:28 +00:00
Tutu uses too much memory

Observed on Firefox(Linux) in development mode: in the timelines uses 300-400MB, in reload or HMR can bump to 600MB

This happens after we use ResizeObserver to calculate layout in `MediaAttach…