Iris Lightshard nilix
nilix pushed to main at lightcrystal/underbbs 2024-10-03 00:54:38 +00:00
9195bba7ed get ready for more implementation work
nilix pushed to main at lightcrystal/underbbs 2024-10-02 01:49:39 +00:00
a7e5c99cec add skeleton for CLI processor
nilix pushed to main at lightcrystal/underbbs 2024-09-28 17:39:17 +00:00
c6cfdf9e9f refactor things to enable CLI mode
nilix pushed to main at lightcrystal/underbbs 2024-08-31 17:01:49 +00:00
09c7eb8318 start implementing boost carousel
nilix commented on issue lightcrystal/underbbs#14 2024-08-31 16:34:57 +00:00
client/server: handle boosts and quotes

thinking about how to handle boosts:

  • when boosts come in, fetch their referent and convoy as normal
  • place boosts in their own carousel separate from the main thread view
  • clicking on a…
nilix commented on issue lightcrystal/underbbs#9 2024-08-23 01:53:38 +00:00
server: cleanup and context

fixed the first two issues. still need to handle the latter; if we can handle it generically, then we can close this and then pass error state along from each adapter as we work on them

nilix pushed to main at lightcrystal/underbbs 2024-08-23 01:49:35 +00:00
7a2eb99eb6 don't add redundant IDs to batch timers, close data channel properly
nilix commented on issue lightcrystal/underbbs#3 2024-08-23 01:23:11 +00:00
server: implement adapter fetch

changed the signature to take an array of IDs to fetch.

misskey adapter is good, so let's work on the other adapters!

nilix closed issue lightcrystal/underbbs#22 2024-08-23 01:19:22 +00:00
client: refactor components
nilix pushed to main at lightcrystal/underbbs 2024-08-23 01:18:55 +00:00
bb7d4e2f7d settings-element, tabbar-element: fix attributeChangedCallback
nilix closed issue lightcrystal/underbbs#21 2024-08-23 01:01:53 +00:00
client: adapter component not building and updating threads correctly
nilix pushed to main at lightcrystal/underbbs 2024-08-17 19:31:19 +00:00
b4145db359 fix batch timer and use it for authors
nilix pushed to main at lightcrystal/underbbs 2024-08-17 16:57:14 +00:00
bcfe1587c9 MisskeyAdapter: add author cache
nilix pushed to main at lightcrystal/underbbs 2024-08-17 00:36:45 +00:00
aecfd97c96 MisskeyAdapter, NostrAdapter: try to fix misskey client context timeout, fix type signatures
nilix pushed to main at lightcrystal/underbbs 2024-08-17 00:21:30 +00:00
67ec0e1809 tabbar-element, thread-summary-element: small fixes
nilix pushed to main at lightcrystal/underbbs 2024-08-04 17:49:10 +00:00
89135d0399 turn off minification and start refactoring web components
nilix closed issue lightcrystal/underbbs#20 2024-08-04 16:47:34 +00:00
client: tabbar should be smarter
nilix commented on issue lightcrystal/underbbs#21 2024-08-04 16:46:18 +00:00
client: adapter component not building and updating threads correctly

probably has a lot to do with #22

nilix opened issue lightcrystal/underbbs#22 2024-08-04 16:40:24 +00:00
client: refactor components
nilix pushed to main at lightcrystal/underbbs 2024-08-03 16:52:46 +00:00
557b87b700 implement batched fetch and fix adding adapter