Commit graph

211 commits

Author SHA1 Message Date
semantic-release-bot
ae58c02de2 chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-09-27)

### Bug Fixes

* "use px units to fix small font-size in some websites root elements ([1e904f1](1e904f12d7))
* **css:** prevent some styles from being inherited from the app ([1a8d2ec](1a8d2ec675))
* hasItemQuery not use get ([15821ea](15821eaa47))
* mesage time update ([90253ef](90253effa6))
* message may not exist ([59af3db](59af3db87e))
* messageId not found ([bb9eccd](bb9eccd31c))
* **options:** fix meteors overflow ([c7a3f3f](c7a3f3f150))
* **setup:** setup page display timing is incorrect ([f6277bc](f6277bcc83))
* **userInfo:** fixed infinite loop sync in firefox ([9fca355](9fca355c99))

### Features

* add setup page ([578c79c](578c79cec3))
* auto-growing Textarea ([98268ce](98268ce09f))
* implement join and leave prompts ([ec62b11](ec62b1155e))
* message list implements virtual scrolling ([c9388c7](c9388c744e))
* peer message working! ([6fb4035](6fb4035ac3))
* **setup:** user and message sync ([cc3424d](cc3424d4d8))
* store message records ([c029423](c029423bf9))
* use ualy avatar ([89e20a6](89e20a65db))

### Performance Improvements

* adapt to small screen ([c9b60fc](c9b60fc6d4))
* add animation effects and add self join message ([437c234](437c234f8a))
* add custom scroll bars to scrollable content ([d3fa441](d3fa441846))
* add github link ([7fb24a6](7fb24a6899))
* app show hide toggle ([ca1ea11](ca1ea11dcb))
* **AppContainer:** dynamic width ([3d45e46](3d45e4609c))
* custom toast style ([f36ae70](f36ae70146))
* **message:** user name ellipsis ([8a18871](8a18871b90))
* multiple peerRoom implementation ([e373993](e373993899))
* multiple Tab for the same user lead to duplicate joining issues ([4205868](420586839a))
* optimize avatar display ([9d3a1d8](9d3a1d81cd))
* optimize style and update deps ([e9e73bd](e9e73bd128))
* **options:** add meteors effect ([ac165af](ac165af833))
* remove callbackToObserve ([415b9f5](415b9f507e))
2024-09-27 09:36:02 +00:00
molvqingtai
c40b1e8473 ci: configure workflows 2024-09-27 17:33:36 +08:00
molvqingtai
8cffbe9ef6 ci: configure workflows 2024-09-27 17:13:12 +08:00
molvqingtai
4111c40471 ci: configure workflows 2024-09-27 17:07:13 +08:00
molvqingtai
ebcffd1a42 ci: configure workflows 2024-09-27 17:03:56 +08:00
molvqingtai
e2ae62a55b ci: configure workflows 2024-09-27 16:59:51 +08:00
molvqingtai
92961f5f88 ci: configure workflows 2024-09-27 16:58:36 +08:00
molvqingtai
896e33549b ci: configure workflows 2024-09-27 16:56:46 +08:00
molvqingtai
79359dc468 ci: configure workflows 2024-09-27 16:52:23 +08:00
molvqingtai
4cb8f86824 ci: configure workflows 2024-09-27 16:48:46 +08:00
molvqingtai
968d6d639d ci: use semantic-release 2024-09-27 16:10:51 +08:00
molvqingtai
a0ccb75762 ci: configure workflows 2024-09-27 15:58:58 +08:00
molvqingtai
1761522b7f chore: update readme 2024-09-27 15:50:19 +08:00
molvqingtai
57c26ff4d9 docs: update readme 2024-09-27 15:42:26 +08:00
molvqingtai
0aed1f4668 docs: update readme 2024-09-27 15:39:52 +08:00
molvqingtai
faad87ceac docs: update readme 2024-09-27 15:32:20 +08:00
molvqingtai
a447f7bf01 chore: add example image 2024-09-27 14:22:28 +08:00
molvqingtai
4f9e73899a chore: update config 2024-09-27 13:53:50 +08:00
molvqingtai
4d70d67c41 chore: update icons 2024-09-27 13:45:29 +08:00
molvqingtai
2423540675 chore: update mathes websit url 2024-09-27 10:09:47 +08:00
molvqingtai
c9b60fc6d4 perf: adapt to small screen 2024-09-27 09:03:22 +08:00
molvqingtai
1e904f12d7 fix: "use px units to fix small font-size in some websites root elements 2024-09-27 08:20:49 +08:00
molvqingtai
c7a3f3f150 fix(options): fix meteors overflow 2024-09-27 06:22:37 +08:00
molvqingtai
ac165af833 perf(options): add meteors effect 2024-09-27 06:00:24 +08:00
molvqingtai
7fb24a6899 perf: add github link 2024-09-27 05:54:03 +08:00
molvqingtai
ca1ea11dcb perf: app show hide toggle 2024-09-27 05:09:44 +08:00
molvqingtai
f36ae70146 perf: custom toast style 2024-09-26 12:56:59 +08:00
molvqingtai
415b9f507e perf: remove callbackToObserve 2024-09-26 08:15:42 +08:00
molvqingtai
437c234f8a perf: add animation effects and add self join message 2024-09-26 08:14:55 +08:00
molvqingtai
90253effa6 fix: mesage time update 2024-09-25 04:52:41 +08:00
molvqingtai
420586839a perf: multiple Tab for the same user lead to duplicate joining issues 2024-09-25 02:54:17 +08:00
molvqingtai
e9e73bd128 perf: optimize style and update deps 2024-09-25 01:25:02 +08:00
molvqingtai
e373993899 perf: multiple peerRoom implementation 2024-09-24 15:02:12 +08:00
molvqingtai
ec62b1155e feat: implement join and leave prompts 2024-09-23 23:15:22 +08:00
molvqingtai
8a18871b90 perf(message): user name ellipsis 2024-09-23 03:44:08 +08:00
molvqingtai
f6277bcc83 fix(setup): setup page display timing is incorrect 2024-09-23 03:16:44 +08:00
molvqingtai
cc3424d4d8 feat(setup): user and message sync 2024-09-22 05:16:10 +08:00
molvqingtai
578c79cec3 feat: add setup page 2024-09-22 03:25:55 +08:00
molvqingtai
d3fa441846 perf: add custom scroll bars to scrollable content 2024-09-20 03:40:39 +08:00
molvqingtai
c9388c744e feat: message list implements virtual scrolling 2024-09-19 22:52:19 +08:00
molvqingtai
89e20a65db feat: use ualy avatar 2024-09-19 03:41:07 +08:00
molvqingtai
ad2278f5ba chore: online user count 2024-09-18 06:07:20 +08:00
molvqingtai
3d45e4609c perf(AppContainer): dynamic width 2024-09-17 15:59:55 +08:00
molvqingtai
15821eaa47 fix: hasItemQuery not use get 2024-09-17 03:10:46 +08:00
molvqingtai
59af3db87e fix: message may not exist 2024-09-17 02:48:03 +08:00
molvqingtai
bb9eccd31c fix: messageId not found 2024-09-17 02:40:59 +08:00
molvqingtai
6fd42ef6d5 chore: switch to default network 2024-09-17 01:37:25 +08:00
molvqingtai
940efb91e6 chore: switch to nostr 2024-09-17 01:27:00 +08:00
molvqingtai
231fc25486 chore: compressImage add errorMargin arg 2024-09-16 23:01:46 +08:00
molvqingtai
1b5057d203 chore: upgrade valibot 2024-09-16 15:47:36 +08:00