Commit Graph

101 Commits (8bbe8d46aefc0deb9d4a65c2fdcd7257e25f7a4d)

Author SHA1 Message Date
Paul e3efe9297d feat(categories): basic dnd kanban board 2021-10-27 23:25:08 +01:00
Paul Makles 7ad6316dea Start implementing kanban view. 2021-10-27 20:28:26 +01:00
Paul 49ce93bb6c chore(assets): create new default set of assets
feat(assets): prepare assets before build
2021-10-23 15:38:52 +01:00
Paul 1f75459b62 Virtualise server settings user lists. Closes #300 2021-09-25 14:43:28 +01:00
Paul 8b4b6832e9 Fix unreads and mark as read. 2021-09-14 21:09:42 +01:00
Paul 24be8d8eeb Bump revolt.js to include rate limiter.
Handle new server flags.
Show server ping in developer tab.
2021-09-14 17:18:44 +01:00
Paul 5f806135d9 Simplify how last message is handled. 2021-09-14 15:07:42 +01:00
Paul cdb742a72c Fix change email / password. 2021-09-13 16:41:47 +01:00
Paul c40e4655f0 Migrate to rAuth v1. 2021-09-11 17:36:23 +01:00
Paul 065dbba898 Update Typescript to 4.4.2.
Fix issues associated with new version.
2021-09-09 23:02:47 +01:00
Paul 4b02aeb52b Bump revolt-api 2021-09-09 22:55:02 +01:00
Paul 4e88ed0aa6 All need to include sirv-cli. 2021-09-03 21:36:18 +01:00
Paul c19104466e Fix Docker builds. 2021-09-03 19:27:39 +01:00
Paul 695f02aa13 Update source links from GitLab to GitHub. 2021-09-03 10:30:27 +01:00
Paul ebf9634c87 Make Typescript happy, testing CI build.
Adjust language names.
2021-08-30 16:08:22 +01:00
Paul f6eac9362b Add API URL injection back and Docker builds. 2021-08-30 15:24:15 +01:00
Paul 8455288f51 Try to bump revolt.js and preact-context-menu. I hate javascript 2021-08-18 11:17:37 +01:00
Paul bbdbe2680b Downgrade Vite to `npm:@insertish/vite@2.4.0-beta.3-dynamic-import-css-3c1466b` again. 2021-08-18 11:10:55 +01:00
Paul 670436a962 Upgrade packages but also revert preact-context-menu update. 2021-08-18 11:04:52 +01:00
Paul 031abf2fd1 Update Vite to 2.5.0 2021-08-18 10:51:58 +01:00
Paul 4931b3e96f Update revolt.js to 5.0.1-alpha.6-patch.1 2021-08-18 10:43:15 +01:00
Martin Löffler 7f5c060eaf Update preact-context-menu to 0.2.1
Closes #13
2021-08-18 02:01:02 +02:00
Paul c02bc10885 Fix chat not scrolling to bottom when messages update. 2021-08-16 18:59:40 +01:00
Paul 1b1869f408 Bump revolt.js to fix objects not being properly updated.
Also don't re-fetch members on each message.
Add cursor: pointer to attachment images upon request.
Use client message cache for replies.
2021-08-15 09:58:22 +01:00
Paul 69c63d0da2 Bump revolt.js version. 2021-08-12 16:17:37 +01:00
Paul 703b13d38b Temporary bot menu. 2021-08-12 15:29:19 +01:00
Paul a134770e1b Show user flags and the bot owner. 2021-08-12 14:40:13 +01:00
Paul d3894270c1 Fix search scroll.
Add bot badge.
2021-08-12 12:16:24 +01:00
janderedev 2034e28899 Show member count on invite screen. Fixes #20 2021-08-12 10:45:22 +02:00
Paul a2c58e4e00 Fix users not going offline. 2021-08-08 22:25:57 +01:00
Paul 096ab6caec Switch to React Virtuoso from react-window 2021-08-08 20:28:47 +01:00
Paul 6cb1b0df26 Virtualised sidebar test. 2021-08-08 16:17:16 +01:00
Paul 11e0f54d96 Fixes #9 and closes #8. This adds a way to mark servers as read.
Servers are also marked as read when joining them.
You can now also mark DMs as read.
2021-08-07 12:30:19 +01:00
Paul e312bf840b Clean up system message code. Fixes #3 2021-08-07 10:32:18 +01:00
janderedev 5fa611f136 Update revolt.js, fixes #1 2021-08-06 14:12:59 +01:00
Paul 872b710bc4 Make the linter happy. 2021-08-05 14:47:00 +01:00
nizune ba76863255 Updated boxicons + small fixes 2021-08-03 17:51:35 +02:00
Paul f20f1d8b41 Fix blocked users appearing in typing indicator.
Make typing indicator time out.
2021-07-31 17:58:26 +01:00
Paul cd98131d23 Hot fix: Fetch channels for newly found servers. 2021-07-31 16:15:01 +01:00
Paul 9abdbd6520 Patch revolt.js 2021-07-31 13:56:16 +01:00
Paul 54900008a6 Move typing indicator into revolt.js 2021-07-31 13:48:26 +01:00
Paul 329ce392fc Fix elements not observing permissions. 2021-07-31 12:09:18 +01:00
Paul 6750812916 Add queued messages back.
Fix various code issues.
i18n invite menu.
2021-07-31 10:31:16 +01:00
Paul 23a9d41450 Fix server id not being replaced properly.
Fix links in spoilers opening when revealing.
Fix unread icon appearing for home.
Fix unreads not being acknowledged.
2021-07-31 10:05:59 +01:00
Paul 5105e84867 Update to revolt.js 5.0.0-alpha.10
Fix member sidebar not showing on mobile.
2021-07-31 09:34:55 +01:00
Paul b65dbab297 Fix duplicate member entries. 2021-07-30 23:43:26 +01:00
Paul 3f8a698039 Start migration to revolt.js@5.0.0.
200 error milestone
2021-07-30 20:24:53 +01:00
Paul b21985a304 Load member sidebar into MobX state. 2021-07-29 21:01:03 +01:00
Paul bb4321ba22 Add MobX store, create observable User. 2021-07-29 12:41:28 +01:00
Paul 93619cebd7 Temporary member nickname / role colour solution. 2021-07-25 17:52:57 +01:00