Rubicon · he/him
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
Rubicon pushed to master at Rubicon/blog 2024-10-16 15:04:11 +00:00
729704984c added TypeScript-and-Service-Worker
Rubicon pushed to master at Rubicon/tutu 2024-10-15 12:32:59 +00:00
46e7f1aaea service worker: use injectManifest
eb461d3708 TootBottomSheet: set document title
8bf133c1cf add git attributes for bun.lockb
Compare 3 commits »
Rubicon commented on issue Rubicon/tutu#14 2024-10-14 16:35:38 +00:00
Caching timeline, toots and media

I think we may need separated:

  • timeline cache
  • toot cache and media cache

The toot and media cache and be done with the Web Cache API, as they can be seen as atomic data. The timeline…

Rubicon closed issue Rubicon/tutu#15 2024-10-13 08:18:21 +00:00
Duplicated toot thread when the toots in thread are in the timeline
Rubicon closed issue Rubicon/tutu#16 2024-10-13 08:18:13 +00:00
Duplicated toots after "load more"
Rubicon closed issue Rubicon/tutu#17 2024-10-13 08:18:02 +00:00
Better timeline presentation
Rubicon commented on pull request Rubicon/tutu#25 2024-10-13 08:17:04 +00:00
Rewrite timelines

This PR is merged.

Rubicon closed pull request Rubicon/tutu#25 2024-10-13 08:16:27 +00:00
Rewrite timelines
Rubicon pushed to master at Rubicon/tutu 2024-10-13 08:16:14 +00:00
21afb718f7 Merge branch 'rewrite-timeline'
8fb8485663 added createTimelineChunk
b34580951f createTimeline: fix viewport and dupelication
e3f592554b adjust thread visual
8a021836cf MediaAttachmentGrid: fix bad waterfall
Compare 11 commits »
Rubicon pushed to rewrite-timeline at Rubicon/tutu 2024-10-13 08:12:32 +00:00
8fb8485663 added createTimelineChunk
b34580951f createTimeline: fix viewport and dupelication
e3f592554b adjust thread visual
8a021836cf MediaAttachmentGrid: fix bad waterfall
a08426d0d1 PullDownToRefresh: fix the trigger
Compare 12 commits »
Rubicon pushed to rewrite-timeline at Rubicon/tutu 2024-10-13 08:11:57 +00:00
67720a6f95 added createTimelineChunk
Rubicon pushed to rewrite-timeline at Rubicon/tutu 2024-10-13 07:53:16 +00:00
6592d71a46 createTimeline: fix viewport and dupelication
82a9c9b468 adjust thread visual
e16fdbe579 MediaAttachmentGrid: fix bad waterfall
196a7d10ac PullDownToRefresh: fix the trigger
Compare 4 commits »
Rubicon pushed to rewrite-timeline at Rubicon/tutu 2024-10-11 13:27:53 +00:00
1a1fee8918 first attempt of createTimeline in TimelinePanel
d82b32732c TootBottomSheet: minor clean up
Compare 2 commits »