Commit graph

39 commits

Author SHA1 Message Date
Shibo Lyu
66b467d270 chore: update dependencies
Some checks are pending
Build & Test / build (20.x) (push) Waiting to run
Build & Test / build (22.x) (push) Waiting to run
2025-04-30 23:07:54 +08:00
Shibo Lyu
757175a5c7 chore: update @blah-im/core and use ID URL validation from it
Upgrade pnpm to 10.10.0 and @blah-im/core to 0.7.0, refactor
identity URL validation to use the core library's
getIdentityDescriptionFileURL function
2025-04-30 23:06:54 +08:00
Shibo Lyu
1880726a8c chore: Update vite from 6.3.2 to 6.3.3 2025-04-27 00:06:32 +08:00
Shibo Lyu
bfcee3aceb chore: Remove @melt/* dependencies.
Some checks failed
Build & Test / build (20.x) (push) Has been cancelled
Build & Test / build (22.x) (push) Has been cancelled
Decided to use bits-ui for now, but prefer new Rune-compatible version
of melt once it has more components.
2025-04-24 02:20:43 +08:00
Shibo Lyu
cfc6ef2bf9 chore: Replace @tailwindcss/postcss with @tailwindcss/vite. 2025-04-24 02:06:55 +08:00
Shibo Lyu
ace10a2270 chore: bump deps, node & pnpm versions. 2025-04-24 02:02:05 +08:00
Shibo Lyu
99a6ea0459 chore: Upgrade Svelte to 5.26.2 and @blah-im/core to 0.6.0 2025-04-13 00:57:00 +08:00
Shibo Lyu
6b32bda600 refactor: Update account creation UI and bump @blah-im/core
Improve identity provider selection with proper self-hosting flow options.
Fix empty state detection in rich text editor and display shortened
account ID key in settings screen.
2025-04-12 22:34:01 +08:00
Shibo Lyu
388bd84b0f chore: Upgrade @blah-im/core to 0.5.0 2025-04-12 03:46:53 +08:00
Shibo Lyu
f5c74e02ea chore: Update Node to v22.14.0 and upgrade dependencies 2025-04-11 18:22:45 +08:00
Shibo Lyu
cd6a8e392e refactor[wip]: replace typewriter-editor with ProseMirror for rich text editing 2025-04-02 01:17:09 +08:00
Shibo Lyu
82f0fc35b0 deps: bump dependencies 2025-04-02 00:28:58 +08:00
Shibo Lyu
5091053f90 fix(ci): switch to PNPM and update package manager version 2025-03-19 02:23:20 +08:00
Shibo Lyu
4129cac511 refactor: continue to migrate components 2025-03-17 01:54:56 +08:00
Shibo Lyu
1e95dc0830 refactor: migrate to svelte 5, vite 6 and bits-ui 1. 2025-03-17 01:10:15 +08:00
Shibo Lyu
0bb201636a chore: bump tailwind-merge for tw v4 support 2025-03-17 00:25:38 +08:00
Shibo Lyu
cd0bf37a68 chore: upgrade to tailwindcss v4 2025-03-17 00:25:07 +08:00
Shibo Lyu
88551053d9 chore: minimal dependency bump 2025-03-17 00:15:44 +08:00
Shibo Lyu
766d50adc6 wip 2025-03-17 00:03:20 +08:00
Shibo Lyu
67803041cf deps: Bump versions (to last Svelte 4 compatible) 2024-12-04 01:36:08 +08:00
Shibo Lyu
502c9deb27 chore: switch to pnpm 2024-12-03 21:44:51 +08:00
Shibo Lyu
42aeca58e7 deps: bump to latest Svelte 4 compatible versions 2024-10-31 02:22:06 +08:00
Shibo Lyu
5c82a79b9c deps: bump blah core to 0.2.6 2024-10-15 01:07:51 +08:00
Shibo Lyu
2771381a13 refactor: actKeyStore -> accountKeyStore
Now it stores encoded id key too, if needed. Also use idb instead of wrangling IndexedDB API ourselves.
2024-10-12 01:02:59 +08:00
Shibo Lyu
8a91ea13fd refactor: remove sqlite & drizzle
We will just use idb and localstorage to keep web client simple.
2024-10-12 00:05:06 +08:00
Shibo Lyu
79da5554a0 chore: update deps 2024-10-11 02:03:35 +08:00
Shibo Lyu
a127364f0c deps: bump blah core to 0.2.4 2024-10-11 01:29:20 +08:00
Shibo Lyu
ce23d4404f deps: bump @blah-im/core to 0.2.3 2024-10-11 00:54:16 +08:00
Shibo Lyu
e05c89d04f feat: [wip] settings page 2024-10-01 03:11:05 +08:00
Shibo Lyu
2827a1bf1f feat: [wip] local identity db 2024-10-01 03:10:24 +08:00
Shibo Lyu
2074687692 refactor: migrate to @blah-im/core 2024-10-01 03:09:51 +08:00
Shibo Lyu
09b7d24b95 feat: identity menu 2024-09-03 01:58:04 +08:00
Shibo Lyu
3a76e2f9f8 feat: [wip] identity menu & creation 2024-09-02 03:43:45 +08:00
Shibo Lyu
7e39e55926 feat: blah crypto 2024-09-01 13:44:38 +08:00
Shibo Lyu
aebe100799 feat: chat history ui 2024-08-31 04:49:26 +08:00
Yi-Jyun Pan
3d88b42d9a
chore: Add Zeabur configuration
* .node-version has been degraded to v20, since
  Svelte does not support v22 on Serverless :(
* Add Zeabur adapter (only used when ZEABUR=1)
2024-08-30 11:23:57 +08:00
Shibo Lyu
ca380e9ce6 feat: basic rich text input & format 2024-08-30 03:21:51 +08:00
Shibo Lyu
f3f32a5326 feat: view transition, chat item sizing & group / unread 2024-08-29 14:42:20 +08:00
Shibo Lyu
a6b8910b8e init 2024-08-28 17:08:32 +08:00