Rubicon · he/him
Rubicon opened issue Rubicon/tutu#33 2024-10-24 07:33:08 +00:00
PWA crashes after "load more" multiple times on timelines page.
Rubicon opened issue Rubicon/tutu#32 2024-10-23 11:18:34 +00:00
Remove CSS Modules
Rubicon opened issue Rubicon/tutu#31 2024-10-22 15:37:29 +00:00
Navigation is messed up in standalone PWA
Rubicon closed issue Rubicon/tutu#29 2024-10-22 15:26:07 +00:00
No animation for the toot card expanding.
Rubicon pushed to master at Rubicon/tutu 2024-10-22 15:26:07 +00:00
e08c978b10 update logo
faf0700f0c Toot: fix expansion animation on WebKit (fix #29)
1134372432 i18n: chunk strings based on the key
Compare 3 commits »
Rubicon commented on issue Rubicon/tutu#29 2024-10-22 15:23:37 +00:00
No animation for the toot card expanding.

I found that the transition: margin-block sometimes does not work on WebKit. We should avoid transition with logical direction in the future.

Rubicon commented on issue Rubicon/tutu#29 2024-10-22 15:14:05 +00:00
No animation for the toot card expanding.

Reproduced on GNOME Web

Rubicon commented on issue Rubicon/tutu#28 2024-10-22 11:55:29 +00:00
An router simulates app behaviour.

Delayed to v1.1 since 1.0.8 is full of new code.

Rubicon commented on issue Rubicon/tutu#30 2024-10-22 11:51:40 +00:00
Swipe to back on iOS cause flicking animation

I hope we can completely override the swipe to back behaviour in the app.

Rubicon commented on issue Rubicon/tutu#30 2024-10-22 11:50:34 +00:00
Swipe to back on iOS cause flicking animation

I’d like to delay this to v1.1 because the version will touch the navigation animation in a whole.

Rubicon opened issue Rubicon/tutu#30 2024-10-22 11:49:13 +00:00
Swipe to back on iOS cause flicking animation
Rubicon opened issue Rubicon/tutu#29 2024-10-22 11:37:59 +00:00
No animation for the toot card expanding.
Rubicon pushed to master at Rubicon/tutu 2024-10-22 10:01:50 +00:00
7eb55e2a14 added icon
29b8b5307e Profile: fix toolbar color as scrolled by banner
cacca17dd8 TootList: support openFullScreenToot
Compare 3 commits »
Rubicon opened issue Rubicon/tutu#28 2024-10-18 14:49:56 +00:00
An router simulates app behaviour.
Rubicon commented on issue Rubicon/tutu#14 2024-10-18 12:26:11 +00:00
Caching timeline, toots and media

an RPC server is added into the service worker - we can use it to communicate with the service worker.

Rubicon commented on issue Rubicon/tutu#5 2024-10-18 11:52:41 +00:00
Page for Profile

bea1d6abfa adds a prototype.

The main layout is inspired by the flamingo, an app for the formerly twitter.

Rubicon pushed to master at Rubicon/tutu 2024-10-18 11:16:10 +00:00
bea1d6abfa Profile: first prototype
e9c39492ec TootBottomSheet: fix context switch wrong target
657c886fab add useSessionForAcctStr
040016ddce BottomSheet: fix the animation problem
b5da86fa5c TootBottomSheet: moved to /:acct/toot/:id
Compare 5 commits »
Rubicon commented on issue Rubicon/tutu#27 2024-10-18 09:17:08 +00:00
Revise overflow and scrollable

Here is the key problem to prevent us to hide the overflow at html and body: the safari on iOS made use of the scroll to collapse the address bar. The regular users on the browser could not…

Rubicon opened issue Rubicon/tutu#27 2024-10-18 09:07:01 +00:00
Revise overflow and scrolling
Rubicon pushed to master at Rubicon/tutu 2024-10-16 15:07:20 +00:00
5b72160cdb serviceworker: move rpc-relateds to workerrpc