Commit Graph

1212 Commits (262b931810e874623977c2c8d0c6a9464fd1991d)

Author SHA1 Message Date
Paul Makles 262b931810 fix: actually render HTML out instead of obliterating it 2022-07-08 15:36:18 +01:00
Paul Makles 4a85dd69cf fix: limit maximum quote depth to 3 2022-07-08 15:19:16 +01:00
Paul Makles 34bb2bbc13 feat: switch to `remark` from `markdown-it` (big)
* replaces old mentions with avatar and display name
* renders things directly through React
* replaces most of the markdown hacks with custom AST components
* adds a tooltip to codeblock "copy to clipboard"
2022-07-08 14:24:48 +01:00
Paul Makles a766183f01 feat: port `CreateBot` to modal form
fixes #723
2022-07-06 13:15:33 +01:00
Paul Makles c51b024329 chore(refactor): delete `context/revoltjs` folder 2022-07-06 13:08:03 +01:00
Paul Makles e37140dcd0 chore: minor styling change for clipboard modal 2022-07-06 12:50:38 +01:00
Paul Makles 705dcd001b feat: add correct submit buttons to form modals 2022-07-06 12:49:24 +01:00
Paul Makles f9c6f5cd9d chore: delete intermediate 2022-07-05 21:13:42 +01:00
Paul Makles f7ff7d0dfe feat: port `CreateCategory` / fix `Channel` 2022-07-05 20:55:24 +01:00
Paul Makles 29fb8e0064 feat: port `CreateChannel` modal 2022-07-05 20:37:40 +01:00
Paul Makles 4009b19f9c feat: port `BanMember`, `KickMember` modals 2022-07-05 20:25:00 +01:00
Paul Makles ec347f585d feat: port `CreateInvite` 2022-07-05 20:11:32 +01:00
Paul Makles 160d71684f feat: port `DeleteMessage` and `Confirmation` 2022-07-05 18:46:13 +01:00
Paul Makles 79c90c1b00 feat: port input modals to new system 2022-07-05 17:53:41 +01:00
Paul Makles 23dec32476 feat(refactor): partially rewrite appearance settings 2022-07-05 15:49:08 +01:00
Paul Makles a24e027a48 chore: clean up picker / prism imports 2022-07-04 19:04:27 +01:00
Paul Makles 6e70937825 chore: turn emoji picker into an experiment 2022-07-01 19:32:27 +01:00
Paul Makles e4b61819d3 feat: mogus vented 2022-07-01 19:23:50 +01:00
Paul Makles 6bf58e8379 feat: test emoji picker design 2022-07-01 18:09:53 +01:00
Paul Makles c4ac7a1b6d
Merge branch 'master' into chore/client-fsm 2022-07-01 15:11:39 +01:00
Paul Makles 401b2d4990 feat: port `UserProfile`, `Onboarding`, `CreateBot` to legacy 2022-06-30 20:39:00 +01:00
Paul Makles 0d3f29515e feat: port `ImageViewer` 2022-06-30 19:34:04 +01:00
Paul Makles 1664aaee15 feat: add `ServerInfo`, port `ChannelInfo` 2022-06-30 19:06:49 +01:00
Paul Makles 8501e33103 chore(refactor): move `RequiresOnline` into controllers 2022-06-29 17:33:23 +01:00
Paul Makles a2a52e237d chore(refactor): remove `Notifications` component 2022-06-29 17:31:59 +01:00
Paul Makles 05516c5823 fix: hide push notifications on electron app 2022-06-29 16:46:25 +01:00
Paul Makles 45692999bf chore(refactor): remove `SyncManager` 2022-06-29 16:41:26 +01:00
Paul Makles 1fcb3cedc1 feat: consistent authentication flow
fix: missing suspense on login
feat: re-prompt MFA if fail on login
2022-06-29 16:27:57 +01:00
Paul Makles 0261fec676 chore: deprecate `RevoltClient` context 2022-06-29 16:02:35 +01:00
Paul Makles 0e86f19da2 chore(doc): document client controller 2022-06-29 14:49:48 +01:00
Paul Makles 31220db8fe feat: fully working onboarding on login 2022-06-29 11:48:48 +01:00
Paul Makles 66ae518e51 feat: make login functional again 2022-06-29 10:52:42 +01:00
Paul Makles 8d505c9564 chore: clean up FSM code 2022-06-29 10:28:24 +01:00
Paul Makles 5f2311b09c feat: implement `useClient` from client controller 2022-06-28 19:59:58 +01:00
Paul Makles ce88fab714 feat: get fsm to a working testing state 2022-06-28 13:49:50 +01:00
Paul Makles b53d3bce13 fix: don't display date on ("new") message divider 2022-06-28 13:23:45 +01:00
Paul Makles c997286340 patch: temporarily fix issue with public invites 2022-06-28 13:22:10 +01:00
Paul Makles 80f4bb3d98 feat: build finite state machine for sessions 2022-06-28 13:20:08 +01:00
Paul Makles 1cfcb20d4d chore(refactor): rename `context/modals` to `controllers/modals` 2022-06-27 17:56:06 +01:00
Paul Makles 95ebd935ed fix: duct-tape fix the bot edit issues
fixes #629
2022-06-21 11:14:51 +01:00
Paul Makles cb0a521473 fix: no client context on ModifyAccount
fix: no reactivity on account settings

closes #706
fixes #683
fixes #702
2022-06-21 10:57:58 +01:00
Paul Makles 569864167e fix: consider whether alert is present in height calc 2022-06-18 17:05:05 +01:00
Paul Makles f185dec461 feat: handle system alerts and poll rate changes 2022-06-18 17:03:04 +01:00
Paul Makles 03e177f865 feat(modal): implement new server identity modal
closes #172
2022-06-18 15:54:17 +01:00
Paul Makles f685352963 fix: temporarily hack in mention to profile flow 2022-06-18 15:06:24 +01:00
Paul Makles 6755217ad2 feat(modal): port ModifyAccount and PendingRequest 2022-06-18 15:02:59 +01:00
Paul Makles 211ff2058a chore: remove legacy Redux migration 2022-06-18 14:49:59 +01:00
Paul Makles b7be9f8c03 feat(modal): port LinkWarning 2022-06-18 14:19:31 +01:00
Paul Makles 241b9cd27b feat(modal): port Clipboard 2022-06-18 12:33:22 +01:00
Paul Makles d10bd96900 feat(modal): port Error and ShowToken 2022-06-18 12:25:56 +01:00