12 Commits

Author SHA1 Message Date
AtHeartEngineer
9e57131315 Update the server address in SelectServer.svelte from http://discreetly.chat/ to https://server.discreetly.chat/.
Update the default server URL in `defaults.ts` to `'https://server.discreetly.chat/'`.

Add a new function `getMessages()` in `server.ts` to retrieve messages from a server.

In `ChatRoom.svelte`, call `getMessages()` to fetch messages from the selected server and update the message store.

In `InputPrompt.svelte`, remove console log statements.

In `BackupIdentity.svelte`, add a cursor style to the QR Code button.

In `DeleteIdentity.svelte`, reset the application configuration after deleting the identity.
2023-08-23 15:09:19 -04:00
AtHeartEngineer
80f4f1815c implement rate limiter properly in svelte 2023-08-23 12:59:34 -04:00
97c12f1c33 checkpoint - untested - major refactor to stores 2023-08-15 23:52:14 -04:00
b781cb3b4d major refactor 2023-08-15 20:22:09 -04:00
458008b061 Fix bug caused by changing room.id to room.roomId 2023-07-31 18:52:40 -04:00
072c05296c chore(roomGroups) removed roomGroups 2023-07-27 17:12:22 -04:00
fb0e780c59 feat(identity backup & restore) via json and qr code 2023-07-27 01:58:24 -04:00
AtHeartEngineer
f682fcb5de logos, local fonts, cleaned up theme, minor bugs 2023-07-25 00:18:39 -04:00
AtHeartEngineer
cc9d8b6643 repo work 2023-07-12 00:30:39 -04:00
cee7255688 UI rewrite using...you wouldn't believe, tailwind 2023-07-10 02:26:06 -04:00
f044093b8a cloudfront setup 2023-07-08 18:03:41 -04:00
bcb715072d init 2023-07-08 13:38:57 -04:00