Commit graph

  • 66b467d270 chore: update dependencies main Shibo Lyu 2025-04-30 23:07:54 +08:00
  • 757175a5c7 chore: update @blah-im/core and use ID URL validation from it Shibo Lyu 2025-04-30 23:06:54 +08:00
  • c5716718bf feat[wip]: Add password change functionality Shibo Lyu 2025-04-28 00:54:54 +08:00
  • 8ca572e32e chore: remove deprecated accountStore. Shibo Lyu 2025-04-28 00:54:26 +08:00
  • eb710a06c8 fix: Update redirect path after account creation to profile page Shibo Lyu 2025-04-27 18:59:20 +08:00
  • 833460d709 feat: domain setup Shibo Lyu 2025-04-27 18:55:31 +08:00
  • b3e16f2063 feat[wip]: domain setup dialog Shibo Lyu 2025-04-27 02:39:07 +08:00
  • 1880726a8c chore: Update vite from 6.3.2 to 6.3.3 Shibo Lyu 2025-04-27 00:06:32 +08:00
  • bfcee3aceb chore: Remove @melt/* dependencies. Shibo Lyu 2025-04-24 02:20:43 +08:00
  • cfc6ef2bf9 chore: Replace @tailwindcss/postcss with @tailwindcss/vite. Shibo Lyu 2025-04-24 02:06:55 +08:00
  • ace10a2270 chore: bump deps, node & pnpm versions. Shibo Lyu 2025-04-24 02:02:05 +08:00
  • ca7783dc1b fix: Add badge support to GroupedListItem component Shibo Lyu 2025-04-17 03:32:44 +08:00
  • c379933787 refactor: Refactor Button and GroupedListItem components Shibo Lyu 2025-04-17 02:28:08 +08:00
  • 9e79b29c69 feat[WIP]: Add username display and validation to profile page Shibo Lyu 2025-04-16 02:11:16 +08:00
  • fc47399e2c feat: Add identity URL validation utilities Shibo Lyu 2025-04-16 02:10:49 +08:00
  • b56b47df82 fix: Add initialDoc prop and BlahRichText conversion utility Shibo Lyu 2025-04-16 00:46:34 +08:00
  • aaedd69889 feat[wip]: Profile edit page Shibo Lyu 2025-04-14 03:43:00 +08:00
  • 0be74f387a fix: Remove unused Svelte Component import Shibo Lyu 2025-04-14 03:42:22 +08:00
  • 0314dda377 fix: Add GroupedListContent component to exports Shibo Lyu 2025-04-14 03:41:56 +08:00
  • a1f0e4d4bd fix: Button component typing and add background style Shibo Lyu 2025-04-14 03:41:27 +08:00
  • 35315ca5f3 fix(accounts): Do not attempt to decode ID key if password is not provided Shibo Lyu 2025-04-14 03:40:51 +08:00
  • 924427a810 refactor: Account management and settings navigation Shibo Lyu 2025-04-14 01:33:24 +08:00
  • 73522535f9 fix: Add medium font weight to GroupedListContent Shibo Lyu 2025-04-14 00:54:25 +08:00
  • b467ec1491 refactor: account management system Shibo Lyu 2025-04-14 00:49:59 +08:00
  • 055f7240df refactor: ProfilePicture to use Identity instead of Account Shibo Lyu 2025-04-14 00:28:55 +08:00
  • 308eef1cff feat: Implement AccountManager Shibo Lyu 2025-04-13 02:23:06 +08:00
  • 99a6ea0459 chore: Upgrade Svelte to 5.26.2 and @blah-im/core to 0.6.0 Shibo Lyu 2025-04-13 00:57:00 +08:00
  • 6b32bda600 refactor: Update account creation UI and bump @blah-im/core Shibo Lyu 2025-04-12 22:34:01 +08:00
  • a27b585f26 fix: Navigation to only occur after successful account creation Shibo Lyu 2025-04-12 04:18:50 +08:00
  • a5e1a07e69 refactor: Add GroupedListContent and enhance GroupedList components Shibo Lyu 2025-04-12 04:17:59 +08:00
  • 39de2176fa fix: State reference in RichTextInput dispatchTransaction Shibo Lyu 2025-04-12 03:56:22 +08:00
  • a5ae23b229 fix: Rich text bio input in account creation Shibo Lyu 2025-04-12 03:49:38 +08:00
  • a954510d38 fix: Text truncation in GroupedListItem component Shibo Lyu 2025-04-12 03:48:15 +08:00
  • 388bd84b0f chore: Upgrade @blah-im/core to 0.5.0 Shibo Lyu 2025-04-12 03:46:53 +08:00
  • d2c4b5aa47 fix: Replace hardcoded SVGs in ChatInput with svelte-hero-icons components Shibo Lyu 2025-04-12 02:54:28 +08:00
  • a08122663e refactor: Message input now use ProseMirror directly Shibo Lyu 2025-04-12 02:48:45 +08:00
  • f5c74e02ea chore: Update Node to v22.14.0 and upgrade dependencies Shibo Lyu 2025-04-11 18:22:45 +08:00
  • db186636a3 refactor: Replace Typewriter editor with ProseMirror Shibo Lyu 2025-04-11 02:58:06 +08:00
  • 48f4721e5b refactor[wip]: rich text editor state handling Shibo Lyu 2025-04-02 02:07:52 +08:00
  • cd6a8e392e refactor[wip]: replace typewriter-editor with ProseMirror for rich text editing Shibo Lyu 2025-04-02 01:17:09 +08:00
  • 7299c1dee0 fix: increase button horizontal padding from px-2 to px-2.5 Shibo Lyu 2025-04-02 00:30:40 +08:00
  • 5a7641b4d6 fix: check null encodedKeyPair in onKeyPairChange Shibo Lyu 2025-04-02 00:30:10 +08:00
  • 82f0fc35b0 deps: bump dependencies Shibo Lyu 2025-04-02 00:28:58 +08:00
  • 5091053f90 fix(ci): switch to PNPM and update package manager version Shibo Lyu 2025-03-19 02:23:20 +08:00
  • b96bdf7ff3 fix: all svelte diagnostics. Shibo Lyu 2025-03-19 01:48:54 +08:00
  • 4129cac511 refactor: continue to migrate components Shibo Lyu 2025-03-17 01:54:56 +08:00
  • 1e95dc0830 refactor: migrate to svelte 5, vite 6 and bits-ui 1. Shibo Lyu 2025-03-17 01:10:15 +08:00
  • 0bb201636a chore: bump tailwind-merge for tw v4 support Shibo Lyu 2025-03-17 00:25:38 +08:00
  • cd0bf37a68 chore: upgrade to tailwindcss v4 Shibo Lyu 2025-03-17 00:25:07 +08:00
  • 88551053d9 chore: minimal dependency bump Shibo Lyu 2025-03-17 00:15:44 +08:00
  • 766d50adc6 wip Shibo Lyu 2025-03-17 00:03:20 +08:00
  • 67803041cf deps: Bump versions (to last Svelte 4 compatible) Shibo Lyu 2024-12-04 01:36:08 +08:00
  • 502c9deb27 chore: switch to pnpm Shibo Lyu 2024-12-03 21:44:51 +08:00
  • a5042980dd refactor: identityFile -> identityDesc Shibo Lyu 2024-10-31 02:25:27 +08:00
  • 42aeca58e7 deps: bump to latest Svelte 4 compatible versions Shibo Lyu 2024-10-31 02:22:06 +08:00
  • 55ceb187a1 save Shibo Lyu 2024-10-23 17:06:19 +08:00
  • e78279114a feat: account switching Shibo Lyu 2024-10-16 03:21:26 +08:00
  • 2b47eeb146 feat: create account ui Shibo Lyu 2024-10-16 02:22:31 +08:00
  • e3e3481739 feat: grouped list selected state Shibo Lyu 2024-10-15 03:03:30 +08:00
  • 3097b8a9dd feat: basic settings layout Shibo Lyu 2024-10-15 02:53:26 +08:00
  • 5c82a79b9c deps: bump blah core to 0.2.6 Shibo Lyu 2024-10-15 01:07:51 +08:00
  • 0cab27cae8 refactor: identity dropdown -> settings Shibo Lyu 2024-10-14 23:24:53 +08:00
  • 333b5a4ed4 feat: [wip] accountStore Shibo Lyu 2024-10-14 02:21:29 +08:00
  • 71a7a3c76e feat: profile store Shibo Lyu 2024-10-12 01:57:29 +08:00
  • 2771381a13 refactor: actKeyStore -> accountKeyStore Shibo Lyu 2024-10-12 01:02:59 +08:00
  • 8a91ea13fd refactor: remove sqlite & drizzle Shibo Lyu 2024-10-12 00:05:06 +08:00
  • 7098580d10 feat: [wip] ActKeyStore Shibo Lyu 2024-10-11 02:19:01 +08:00
  • 79da5554a0 chore: update deps Shibo Lyu 2024-10-11 02:03:35 +08:00
  • a127364f0c deps: bump blah core to 0.2.4 Shibo Lyu 2024-10-11 01:29:20 +08:00
  • ce23d4404f deps: bump @blah-im/core to 0.2.3 Shibo Lyu 2024-10-11 00:54:16 +08:00
  • 23e248a61e chore: update package lock Shibo Lyu 2024-10-01 03:11:16 +08:00
  • e05c89d04f feat: [wip] settings page Shibo Lyu 2024-10-01 03:11:05 +08:00
  • 2827a1bf1f feat: [wip] local identity db Shibo Lyu 2024-10-01 03:10:24 +08:00
  • 2074687692 refactor: migrate to @blah-im/core Shibo Lyu 2024-10-01 03:09:51 +08:00
  • d361ac2db3 fix: show username in chat history Shibo Lyu 2024-09-11 03:18:42 +08:00
  • 78d30020c3 fix: various fixes around discover Shibo Lyu 2024-09-11 03:02:04 +08:00
  • ca3dba04e0 feat: search panel Shibo Lyu 2024-09-10 05:04:05 +08:00
  • 3ee0156d19 feat: [wip] search panel Shibo Lyu 2024-09-10 04:53:51 +08:00
  • 1a1ac5cd43 feat: [wip] keybox Shibo Lyu 2024-09-05 04:23:30 +08:00
  • 071ffe1f81 fix: remove unused Shibo Lyu 2024-09-04 16:04:21 +08:00
  • dcf1705edb fix: make time labels smaller Shibo Lyu 2024-09-04 13:04:53 +08:00
  • 7070621afc fix: time label spacing Shibo Lyu 2024-09-04 13:01:50 +08:00
  • c80b2cbf10 refactor: render messages in sections Shibo Lyu 2024-09-04 12:59:31 +08:00
  • 4be1380d69 feat: chat list item selected Shibo Lyu 2024-09-04 05:39:57 +08:00
  • 9e899bbb27 feat: chat list (joined) Shibo Lyu 2024-09-04 05:28:10 +08:00
  • 48c5ed4687 refactor: chatServerConnection.chat -> useChat Shibo Lyu 2024-09-04 03:33:32 +08:00
  • c65ff6c892 refactor: chat list item data Shibo Lyu 2024-09-04 03:02:14 +08:00
  • 5954928834 refactor: extract logic from chat page Shibo Lyu 2024-09-04 03:01:00 +08:00
  • 20fdc2203d refactor: use websocket Shibo Lyu 2024-09-03 23:57:37 +08:00
  • f34ad89b79 refactor: update to new room info protocol Shibo Lyu 2024-09-03 23:12:41 +08:00
  • 48f9c32918 chore: fix test Shibo Lyu 2024-09-03 22:32:22 +08:00
  • 50b39cfd08 fix: primary button dark appearance Shibo Lyu 2024-09-03 22:28:56 +08:00
  • 431f14b35d fix: enter to send Shibo Lyu 2024-09-03 15:28:39 +08:00
  • 72b962fb77 feat: sending messages Shibo Lyu 2024-09-03 03:45:25 +08:00
  • 09b7d24b95 feat: identity menu Shibo Lyu 2024-09-03 01:58:04 +08:00
  • 3a76e2f9f8 feat: [wip] identity menu & creation Shibo Lyu 2024-09-02 03:43:45 +08:00
  • 0989ed4fa8 fix: improve dark mode color palette Shibo Lyu 2024-09-02 02:36:38 +08:00
  • 29fa1988d4 fix: rich text rendering Shibo Lyu 2024-09-02 01:20:01 +08:00
  • 1bbc149536 fix: properly unsubscribe when chat is closed Shibo Lyu 2024-09-01 17:59:34 +08:00
  • cd68c982c8 feat: receive messages Shibo Lyu 2024-09-01 17:51:07 +08:00