blowater/UI
2023-10-26 12:42:24 +08:00
..
.vscode Open Source 2023-06-30 14:05:57 +00:00
components remove Thread & reorg dependencies (#212) 2023-10-07 10:59:06 +00:00
deploy Adjust setting style (#138) 2023-09-07 00:37:14 +00:00
icons Introduce Automerge CRDT & Refactor Relay Configuration (#135) 2023-09-06 16:29:27 +00:00
icons2 remove reply button (#213) 2023-10-07 17:15:27 +00:00
style render URL inline (#56) 2023-07-09 18:22:09 +08:00
_compile-ui-tests.ts compile all UI tests in GitHub Action (#256) 2023-10-24 11:24:27 +08:00
_main.tsx Global Error Message Prompt (#181) 2023-09-16 16:05:46 +00:00
_setup.test.ts create OtherConfig & minor refactors (#184) 2023-09-18 23:23:03 +00:00
about.tsx Introduce Automerge CRDT & Refactor Relay Configuration (#135) 2023-09-06 16:29:27 +00:00
account-context.ts fix alby (#242) 2023-10-21 13:04:04 +08:00
app_model.ts send images (#246) 2023-10-21 19:29:47 +08:00
app_update.tsx send images in group chat (#263) 2023-10-26 10:51:23 +08:00
app-list.tsx Introduce Automerge CRDT & Refactor Relay Configuration (#135) 2023-09-06 16:29:27 +00:00
app.tsx refactor Setting (#265) 2023-10-26 12:42:24 +08:00
config-other.ts remove Thread & reorg dependencies (#212) 2023-10-07 10:59:06 +00:00
config.js A/B Testing Feature Toggle (#238) 2023-10-20 12:16:55 +08:00
conversation-list.test.tsx Optimization (#233) 2023-10-16 06:39:21 +08:00
conversation-list.ts Optimization (#233) 2023-10-16 06:39:21 +08:00
conversation-list.tsx refactor EditProfile (#255) 2023-10-23 21:57:58 +08:00
create-group.test.tsx group chat creation UI (#189) 2023-09-22 16:27:36 +00:00
create-group.tsx Group Chat Preparation(#194) 2023-09-24 21:56:29 +00:00
deno.json Open Source 2023-06-30 14:05:57 +00:00
deno.lock compile all UI tests in GitHub Action (#256) 2023-10-24 11:24:27 +08:00
dexie-db.ts create OtherConfig & minor refactors (#184) 2023-09-18 23:23:03 +00:00
dm.test.tsx compile all UI tests in GitHub Action (#256) 2023-10-24 11:24:27 +08:00
dm.tsx view group chat profile (#260) 2023-10-24 17:03:12 +08:00
edit-group.test.tsx reuse EditProfile to edit group profile (#257) 2023-10-24 11:53:26 +08:00
edit-group.tsx reuse EditProfile to edit group profile (#257) 2023-10-24 11:53:26 +08:00
edit-profile.test.tsx reuse EditProfile to edit group profile (#257) 2023-10-24 11:53:26 +08:00
edit-profile.tsx reuse EditProfile to edit group profile (#257) 2023-10-24 11:53:26 +08:00
editor.test.tsx Fix UI tests 2023-09-11 15:31:44 +00:00
editor.tsx send images (#246) 2023-10-21 19:29:47 +08:00
event_syncer.ts refactor database initialization (#216) 2023-10-08 00:53:54 +00:00
event-detail.test.tsx add EventDetail & refactor Popover and Search (#150) 2023-09-10 19:16:05 +00:00
event-detail.tsx add EventDetail & refactor Popover and Search (#150) 2023-09-10 19:16:05 +00:00
invite-button.test.tsx invite user to group (#237) 2023-10-19 11:44:43 +08:00
invite-button.tsx invite user to group (#237) 2023-10-19 11:44:43 +08:00
invite-card.test.tsx Invitation Card UI (#186) 2023-09-18 13:59:36 +00:00
invite-card.tsx navigate to group chat by clicking invitation card (#240) 2023-10-20 12:19:09 +08:00
key-view.test.tsx Introduce Automerge CRDT & Refactor Relay Configuration (#135) 2023-09-06 16:29:27 +00:00
key-view.tsx Introduce Automerge CRDT & Refactor Relay Configuration (#135) 2023-09-06 16:29:27 +00:00
makefile compile all UI tests in GitHub Action (#256) 2023-10-24 11:24:27 +08:00
message-panel.test.tsx send images (#246) 2023-10-21 19:29:47 +08:00
message-panel.tsx view group chat profile (#260) 2023-10-24 17:03:12 +08:00
message.test.ts add invitation event to DirectedMessageController (#231) 2023-10-09 21:02:13 +00:00
message.ts add invitation event to DirectedMessageController (#231) 2023-10-09 21:02:13 +00:00
nav.test.tsx Introduce Automerge CRDT & Refactor Relay Configuration (#135) 2023-09-06 16:29:27 +00:00
nav.tsx fix Setting page (#219) 2023-10-08 17:22:53 +00:00
note-card.test.tsx refactor database initialization (#216) 2023-10-08 00:53:54 +00:00
note-card.tsx refactor database initialization (#216) 2023-10-08 00:53:54 +00:00
notification.test.tsx Open Source 2023-06-30 14:05:57 +00:00
notification.ts Open Source 2023-06-30 14:05:57 +00:00
profile-card.test.tsx fix ProfileCard test (#250) 2023-10-23 09:47:06 +08:00
profile-card.tsx refactor EditProfile (#255) 2023-10-23 21:57:58 +08:00
relay-config.test.ts relay auto reconnection (#252) 2023-10-23 11:59:41 +08:00
relay-config.ts relay auto reconnection (#252) 2023-10-23 11:59:41 +08:00
search_model.ts refactor Search & remove unused code (#211) 2023-10-06 00:05:35 +00:00
search.test.tsx add EventDetail & refactor Popover and Search (#150) 2023-09-10 19:16:05 +00:00
search.tsx speed up ProfileGetter (#217) 2023-10-08 01:16:30 +00:00
setting.test.tsx create OtherConfig & minor refactors (#184) 2023-09-18 23:23:03 +00:00
setting.tsx refactor Setting (#265) 2023-10-26 12:42:24 +08:00
signIn.test.tsx add EventDetail & refactor Popover and Search (#150) 2023-09-10 19:16:05 +00:00
signIn.tsx fix alby (#242) 2023-10-21 13:04:04 +08:00
tw.config.ts Global Error Message Prompt (#181) 2023-09-16 16:05:46 +00:00
user-detail.tsx declare ContactRetriever interface & optimize profile syncing (#171) 2023-09-13 18:27:08 +00:00