mirror of
https://github.com/Discreetly/frontend.git
synced 2026-01-08 20:38:04 -05:00
rate-limiter
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.
Update the server address in
SelectServer.svelte from http://discreetly.chat/ to https://server.discreetly.chat/.
Update the server address in
SelectServer.svelte from http://discreetly.chat/ to https://server.discreetly.chat/.
Update the server address in
SelectServer.svelte from http://discreetly.chat/ to https://server.discreetly.chat/.
Dev
npm i
Run the frontend
npm i
npm run prepare // only needed once
npm run dev
Description
Languages
Svelte
62.5%
TypeScript
32.7%
CSS
4.1%
HTML
0.5%
JavaScript
0.2%