Commit Graph

52 Commits (a22795d7edc7a8cc2ae033c46f774605c42b2a06)

Author SHA1 Message Date
Ed L 62caeb041b feat: use Button component for dev page, linting 2022-09-20 18:24:59 +01:00
Paul Makles 11d0631351 chore: delete intermediate 2022-07-05 21:13:42 +01:00
Paul Makles 5b2782678e chore(refactor): remove `Notifications` component 2022-06-29 17:31:59 +01:00
Paul Makles 25b166ab83 chore: deprecate `RevoltClient` context 2022-06-29 16:02:35 +01:00
Paul Makles c142c2e74d feat: implement `useClient` from client controller 2022-06-28 19:59:58 +01:00
Paul Makles fd1ec47f72 fix: consider whether alert is present in height calc 2022-06-18 17:05:05 +01:00
Paul Makles 59022f91ae feat: handle system alerts and poll rate changes 2022-06-18 17:03:04 +01:00
Paul Makles a5e5f3ea0b chore(refactor): move and re-organise types folder 2022-06-10 14:11:38 +01:00
Paul Makles c3a7d09969 chore: outage over, flick the switch 2022-03-01 19:44:38 +00:00
Paul Makles f7cb6b1c29 fix: fix the link 2022-03-01 10:21:28 +00:00
Paul Makles 55aef005b0 fix(status bar): calculate height correctly 2022-03-01 10:15:57 +00:00
Paul Makles d8a75eceac feat: push temporary outage information 2022-03-01 10:12:45 +00:00
trashtemp 594521a29f fix(settings): fixed small issues with mobile 2022-01-20 11:03:47 +01:00
Paul Makles 41dc0a0ad9 feat: add sc minification + display class names 2022-01-14 18:51:03 +00:00
Paul Makles 34dc9f5d03 feat: full discovery integration 2022-01-10 18:18:43 +00:00
Paul Makles a1c1d2265d feat: add Revolt discover (note: has CORS issues) 2022-01-10 00:57:00 +00:00
Paul Makles b13c993862 chore: merge branch 'ui/glass-header' 2022-01-02 23:48:19 +00:00
Paul Makles a94c7d70ac fix: change conditions for corners on header 2021-12-30 19:14:21 +00:00
Paul Makles c04a063331 fix: allow home button to be flush with background by removing border when not in server 2021-12-30 19:00:41 +00:00
Paul Makles 1f88d0a5b8 fix: apply border when sidebar collapsed 2021-12-30 18:35:13 +00:00
Paul Makles ac9d175298 feat: provide and consume scroll offsets 2021-12-30 18:15:31 +00:00
Paul Makles 445a988a23 fix: apply reasonable defaults to all scrollbar thumbs 2021-12-30 15:33:13 +00:00
trashtemp af1d255f11 fix(app): fixed broken scrollbar on mobile 2021-12-30 14:37:56 +01:00
trashtemp 3b60db4ba6 fix(channel): last update before master merge 2021-12-29 16:39:35 +01:00
Paul Makles ed55059fdb fix: apparently fix app jumping around 2021-12-28 22:58:19 +00:00
Paul Makles a9501ded91 fix(invite): allow logged out users to view invites 2021-12-28 12:24:35 +00:00
trashtemp 4e43ff72be feat(header): new glass header on channel view 2021-12-26 22:26:27 +01:00
Paul 7b53dc34b5 fix(mobx): properly persist login state 2021-12-24 12:00:24 +00:00
trashtemp 40315ea593 fix: fixed channel sidebar on mobile 2021-12-20 14:56:37 +01:00
Paul Makles 3ee0c37a60 feat(settings): UI improvements (#448)
* Fixed CSS for Settings.tsx + new Theme Shop design

* reformat

* More changes to UI CSS

* Small CSS fixes for Settings.tsx, Account, Bots

* Updated theme shop, settings pages, cleanup

* chore: force sync language submodule

* fix(sidebar): prevent items from shrinking

* fix(push): fix timestamp and icon for push notifications

* fix(voice): hide grant permission button after grant

* chore: hide new shop / chevron before merge

* chore(ci): bump node to v16 in dockerfile

* fix(sidebar): change width of channel sidebar

Co-authored-by: trashtemp <96388163+trashtemp@users.noreply.github.com>
2021-12-20 13:37:21 +00:00
Paul Makles ba45637b8c Merge pull request #208 from goaaats/feat/no_channels_design 2021-09-14 15:42:46 +01:00
goat 60ed3b860b fix: redirect to / on empty invites 2021-09-08 19:35:53 +02:00
goat 226504773a feat: use channel component for server route 2021-09-08 02:36:31 +02:00
Paul 8ca8493cea Add bot invite menu. 2021-08-12 16:07:41 +01:00
Paul 5a07029aa0 Move titlebar. 2021-08-01 18:11:18 +01:00
Paul 4d194ba31a Move update indicator to titlebar on desktop. 2021-08-01 17:52:44 +01:00
Paul 5b8f61690c Improve titlebar design. 2021-08-01 16:44:51 +01:00
Paul 0ff6d0ca90 Improved native options. 2021-08-01 14:22:08 +01:00
Paul cc112300de Fix: Hide panels in server / channel settings. 2021-07-10 16:26:58 +01:00
Paul fa9fe2d6a5 Feature: Add message links. 2021-07-08 22:47:56 +01:00
Paul 14809f1989 Use tabWidth 4 without actual tabs. 2021-07-05 11:25:20 +01:00
Paul a9ce64c9fe Run prettier on all files. 2021-07-05 11:23:23 +01:00
Paul c5e96aee43 Fix page height on mobile.
Fix keyboard focus on mobile.
2021-07-03 15:23:29 +01:00
Paul a1d52f0cd9 Fix: don't hide sidebars on friends on desktop 2021-07-02 20:59:51 +01:00
Paul c7bbbcdb8b Fix modals with horizontal form components.
Fix invite / friends menu having sidebars.
2021-07-02 20:57:48 +01:00
Paul 22b21c030f Add animations to loaders. 2021-06-22 16:29:47 +01:00
Paul c597fc81f8 Add open route / invite route.
Modularise server header.
2021-06-21 21:35:21 +01:00
Paul 3c6e3b9fbf Add bottom navigation and locale selector. 2021-06-21 13:44:43 +01:00
Paul 0115ace3fa Port sync, queue management and notifs. 2021-06-21 13:28:26 +01:00
Paul a24bcf9f86 Fix mobile height.
Add send button.
2021-06-20 20:36:52 +01:00