Commit graph

1020 commits

Author SHA1 Message Date
trashtemp
0c9c712ee0
fix(msgbar): improved design, added actions 2022-01-14 22:52:19 +01:00
Paul Makles
ddbef13a12 feat(tooltip): add new tooltip animation 2022-01-14 21:04:29 +00:00
KuhnChris
f509acbe80
feat(messaging): quick action bar (#493)
Co-authored-by: Kuhn Chris <kuhnchris+github@kuhnchris.eu>
Co-authored-by: Paul Makles <paulmakles@gmail.com>
2022-01-14 21:03:52 +00:00
trashtemp
fe382f9532
fix: rtl padding 2022-01-14 21:16:37 +01:00
trashtemp
f01943c681
fix(typindicator): some design tweaks 2022-01-14 20:53:09 +01:00
Paul Makles
3fd56e4fdc feat: add sc minification + display class names 2022-01-14 18:51:03 +00:00
Paul Makles
8dd18c9fb4 fix: enable tooltip on status in user buttons 2022-01-14 18:51:02 +00:00
trashtemp
2dcfc340fa
fix: increased margin between username and bot tag 2022-01-14 19:17:17 +01:00
trashtemp
c77213f02f
fix(markdown): used padding-inline-left for RTL 2022-01-14 18:43:32 +01:00
trashtemp
9c8de2b454
fix(discover): changed background color on load 2022-01-14 18:32:03 +01:00
trashtemp
d6a541f380
Merge branch 'master' of https://github.com/revoltchat/revite 2022-01-14 18:14:05 +01:00
trashtemp
43c66a4e22
fix(discover): fixed discover background on load 2022-01-14 18:13:52 +01:00
Jan
dd39e13623
fix: make member search case insensitive (#506) 2022-01-14 16:54:34 +00:00
Ed L
5a46c50b81
fix: properly detect ipados (#504) 2022-01-14 16:53:53 +00:00
ayntgl
eea4d49743
fix(components): add padding-right to markdown code element (#499) 2022-01-14 16:49:32 +00:00
trashtemp
2415e98fbe
fix(appearance): new strings for discover button 2022-01-14 17:16:11 +01:00
trashtemp
d3ffe8e6f6
fix(sidebar): removed top margin 2022-01-14 17:04:14 +01:00
trashtemp
b93f274db5
fix(embed): resolved embed width 2022-01-13 22:52:52 +01:00
trashtemp
6aaabb4815
fix(app): font sizing, better system msgs 2022-01-13 22:31:35 +01:00
Paul Makles
5a49bc7d20 fix: fix server last section state 2022-01-13 19:44:02 +00:00
trashtemp
07870c849d
fix(tooltips): fixed light mode tooltip 2022-01-13 20:02:30 +01:00
trashtemp
59685a961a
fix: fixed positioning 2022-01-13 20:00:53 +01:00
trashtemp
a21436479c
fix(mention): bolder text on mention badge 2022-01-13 19:56:49 +01:00
trashtemp
6c244d2ae7
fix(sidebar): added new settings button 2022-01-13 19:50:15 +01:00
trashtemp
8a1f20615e
fix(sidebar): decreased vertical spacing 2022-01-13 19:30:42 +01:00
trashtemp
a7c63c639e
chore(tooltips): reworked tooltip design 2022-01-13 17:31:15 +01:00
trashtemp
3b4227d4ba
fix(header): fixed comp name 2022-01-11 23:17:57 +01:00
trashtemp
3d68dab0b4
feat(search): started work on new search 2022-01-11 23:15:18 +01:00
trashtemp
7da7bc8ef7
fix(discover): fixed border radius 2022-01-11 21:26:22 +01:00
trashtemp
1cdc6b51df
fix(sidebar): hide discover button on mobile 2022-01-11 21:24:02 +01:00
Paul Makles
8fcda5a6de feat: add a way to toggle offline users list 2022-01-10 23:40:47 +00:00
Paul Makles
c6cc1f3672 chore: disable offline users in lounge server 2022-01-10 23:25:48 +00:00
Paul Makles
af8cc984a9 fix: temporary fix for bad member list performance 2022-01-10 23:02:00 +00:00
Paul Makles
90a53452e8 fix: ignore bot and server invites in layout paths 2022-01-10 20:38:13 +00:00
Paul Makles
5768ff7c2f fix: remove theme shop from settings 2022-01-10 20:37:20 +00:00
Paul Makles
645221b384 fix(invite): fix invite embed logic 2022-01-10 20:23:06 +00:00
Paul Makles
0255c3167a feat: clean up invite bot page 2022-01-10 20:16:06 +00:00
Paul Makles
bf82c24281 fix: add description to settings button 2022-01-10 20:00:29 +00:00
Paul Makles
599aab9a31 chore: update home buttons 2022-01-10 18:53:10 +00:00
Paul Makles
450b404ec5 feat: handle discover last path properly 2022-01-10 18:43:27 +00:00
Paul Makles
1d26beee10 fix: change Discover remote 2022-01-10 18:28:23 +00:00
Paul Makles
540c851d8f feat: full discovery integration 2022-01-10 18:18:43 +00:00
trashtemp
600ea42c0f
fix(tooltip): added new tag to discover 2022-01-10 17:56:48 +01:00
trashtemp
733926dfd3
fix(discovery): added border radius 2022-01-10 10:02:17 +01:00
Paul Makles
abecd0ec11 feat: add Revolt discover (note: has CORS issues) 2022-01-10 00:57:00 +00:00
Paul Makles
56925b3ea2 fix: use config for client in login 2022-01-08 16:51:34 +00:00
Paul Makles
fc046936aa fix: use config for initial configuration fetch 2022-01-08 16:38:38 +00:00
Paul Makles
8d1e26d03e fix: fix build errors 2022-01-07 21:43:00 +00:00
Paul Makles
81af91fa1f fix: enable auto reconnect 2022-01-06 17:06:04 +00:00
Ryan Alexander
cf55921077
fix: App soft crash when deleting servers (#492)
Co-authored-by: Paul Makles <paulmakles@gmail.com>
2022-01-06 10:35:07 +00:00
Paul Makles
8c1f5dfb68 chore: important fix 2022-01-05 22:58:37 +00:00
Paul Makles
188f682094 chore: add gigachad 2022-01-05 22:47:31 +00:00
Paul Makles
76c1f78ba6 chore: fix emoji path 2022-01-05 22:45:26 +00:00
Paul Makles
e13edcbb76 fix: contain emojis; also add more 2022-01-05 15:05:29 +00:00
Ryan
c28c6134c1 fix: Don't embed discovery links 2022-01-05 10:28:30 +10:00
Paul Makles
2edf122b34 fix(settings): fix mobile scrollbar padding 2022-01-04 23:11:58 +00:00
Paul Makles
a5a6833c2c fix: bump revolt.js and add pong timeout 2022-01-04 22:56:20 +00:00
trashtemp
dfd9043ca0
fix(app): tweaked glass value for few components 2022-01-04 20:00:06 +01:00
trashtemp
62b7ba2e4d
fix(settings): fixed mobile settings padding 2022-01-04 19:49:37 +01:00
Paul Makles
dbf681c2e9 fix: fix again the thing above i cant be asked to write commit messages anymore 2022-01-04 15:07:46 +00:00
Paul Makles
a09fbe685d fix: finally fix the members sidebar (real) 2022-01-04 15:01:53 +00:00
Paul Makles
00764b8cc3 fix(sidebar): use autorun instead of reaction 2022-01-04 14:47:39 +00:00
Paul Makles
b745cdd4d7 fix: show full member list on update 2022-01-04 14:40:03 +00:00
Paul Makles
270624d5ec patch: prevent re-render on member list render 2022-01-04 14:35:08 +00:00
Paul Makles
0543e56678 fix(context menu): adjust transparency to account for Firefox 2022-01-04 14:02:07 +00:00
Paul Makles
e7e8dbf23d fix: fixed jump to bottom bar positioning 2022-01-04 14:01:45 +00:00
Paul Makles
136faadcec fix: try to avoid freezing UI due to members sidebar (at least after first load) 2022-01-04 13:58:24 +00:00
Paul Makles
0609b40f81 fix: assume attachment URL is volatile 2022-01-04 13:40:52 +00:00
Paul Makles
fc91a75acb fix(sidebar): don't keep refetching server members 2022-01-04 13:37:19 +00:00
Paul Makles
3baf82ca94 fix: don't assume roles exist when rendering 2022-01-04 13:35:55 +00:00
Ed L
d328c9e61b
feat(profile): add link to username settings (#364) 2022-01-04 13:26:42 +00:00
Paul Makles
21cd3f4558 fix: add hover effects to system message usernames
closes #411
closes #463
2022-01-04 11:12:57 +00:00
Ayyan
202a70b91f
feat(UserProfile): add button to cancel outgoing friend request (#461) 2022-01-04 11:11:11 +00:00
3nt3
42771f7137
feat: make kick and ban red in the context menu (#350)
Co-authored-by: Paul Makles <paulmakles@gmail.com>
2022-01-04 11:03:39 +00:00
Ryan Alexander
5735020013
feat: add markdown formatting for messages containing timestamps (#482) 2022-01-04 10:53:12 +00:00
Paul Makles
c26ef4c2b2 chore: merge branch 'ui/glass-header' 2022-01-02 23:48:19 +00:00
Paul Makles
67936f53ed revert: "fix(vite): remove "second" compression pass"
This reverts commit 096e0c84c1.
2022-01-02 16:07:47 +00:00
Paul Makles
1d4eed872b chore: clean up code 2022-01-02 15:46:51 +00:00
Paul Makles
1b6275d1b5 fix(mobx): save stores on first load 2022-01-02 15:43:13 +00:00
Paul Makles
d92c50fdb8 fix(mobx): ignore lack of sync object 2022-01-02 15:41:43 +00:00
Paul Makles
a688063d96 feat: add better debugging flags 2022-01-02 15:33:58 +00:00
Paul Makles
bdb1d939e7 chore: fix build errors 2022-01-02 13:12:22 +00:00
Paul Makles
096e0c84c1 fix(vite): remove "second" compression pass 2022-01-02 13:09:03 +00:00
Paul Makles
73dfc0ace6 feat: add stop-gap emoji solution 😎 2021-12-31 00:49:59 +00:00
Paul Makles
7c120685d4 fix: change header borders depending on whether in server 2021-12-30 19:56:41 +00:00
Paul Makles
4773b76ea9 fix(channel header): fix action callbacks 2021-12-30 19:44:15 +00:00
Paul Makles
b065fba6a4 fix: change conditions for corners on header 2021-12-30 19:14:21 +00:00
Paul Makles
85bd84713e fix: allow home button to be flush with background by removing border when not in server 2021-12-30 19:00:41 +00:00
trashtemp
504d882df8
fix(settings): removed obscure string 2021-12-30 19:53:52 +01:00
trashtemp
b936d4462d
Merge branch 'ui/glass-header' of https://github.com/revoltchat/revite into ui/glass-header 2021-12-30 19:42:23 +01:00
trashtemp
14ee357ac8
fix(serverlist): adjusted design 2021-12-30 19:42:12 +01:00
Paul Makles
a921e8ed0d fix: apply border when sidebar collapsed 2021-12-30 18:35:13 +00:00
Paul Makles
b5789126f8 chore: clean up server banner code 2021-12-30 18:27:22 +00:00
Paul Makles
bad7458560 feat: provide and consume scroll offsets 2021-12-30 18:15:31 +00:00
Paul Makles
9387575372 fix(bottom navigation): change logic to avoid getting trapped in heck (friends list) 2021-12-30 18:04:47 +00:00
Paul Makles
e758b23ac3 feat: implement logic for status changer in mobile settings 2021-12-30 18:04:08 +00:00
Paul Makles
66d3e7c616 fix(context menu): position above all elements 2021-12-30 17:23:24 +00:00
Paul Makles
6693f826fd fix: apply reasonable defaults to all scrollbar thumbs 2021-12-30 15:33:13 +00:00
Paul Makles
7496f484e1 fix: add template to new msg bar translation 2021-12-30 15:12:38 +00:00
trashtemp
5417632f87
fix(mobile): hide indexheader 2021-12-30 14:53:51 +01:00