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
2023-07-31 22:03:36 -04:00
2023-07-08 13:38:57 -04:00
2023-07-08 13:38:57 -04:00
2023-07-08 13:38:57 -04:00
2023-07-08 13:38:57 -04:00
2023-07-08 13:38:57 -04:00
2023-07-08 13:38:57 -04:00
2023-07-08 13:38:57 -04:00
2023-07-12 00:30:39 -04:00
2023-07-08 13:38:57 -04:00
2023-07-08 13:38:57 -04:00

Dev

npm i

Run the frontend

npm i npm run prepare // only needed once npm run dev

Description
No description provided
Readme 6.3 MiB
Languages
Svelte 62.5%
TypeScript 32.7%
CSS 4.1%
HTML 0.5%
JavaScript 0.2%