Commit graph

1260 commits

Author SHA1 Message Date
trashtemp
2bef311f9a
fix(modals): finally fixed width 2022-01-15 22:19:29 +01:00
trashtemp
cc458453d3
fix(button): removed z-index 2022-01-15 20:59:14 +01:00
trashtemp
0dec90f53d
chore: added fonts and weights, removed font
+ added new font-weight for Open Sans
+ added "Bitter" font
- bye bye Bree Serif :'(
2022-01-15 20:56:00 +01:00
trashtemp
79114d72b8
fix(serverheader): fixed positioning of header 2022-01-15 17:40:34 +01:00
trashtemp
8fa6f87dc2
fix(messagebox): fixed padding 2 2022-01-15 17:37:56 +01:00
trashtemp
c5461f3134
fix(messagebox): fixed padding 2022-01-15 17:31:57 +01:00
Paul Makles
196bbe2634 fix(embed): exclusively use markdown renderer for text embeds 2022-01-15 16:06:41 +00:00
Paul Makles
8eb2f4e7e3 fix(messaging): bring cursor pointer back for av. 2022-01-15 15:59:25 +00:00
Paul Makles
271a126a3f fix(bottom nav): replace path instead of going back 2022-01-15 15:46:48 +00:00
Paul Makles
05266790ae fix(state): sync locale correctly 2022-01-15 15:43:32 +00:00
Paul Makles
3ce04f543f chore: update language definitions 2022-01-15 15:23:12 +00:00
Paul Makles
dc527467d5 chore(locale): add languages (Bengali, Catalonian, Danish, Esperanto) 2022-01-15 15:23:03 +00:00
Paul Makles
45b9c355a7 chore: update language definitions 2022-01-15 14:47:41 +00:00
Paul Makles
60cd17d673 feat(context menu): add "mark as unread" 2022-01-15 14:46:19 +00:00
Paul Makles
a58372fc42 chore: add sippy (emote) 2022-01-15 14:43:59 +00:00
Paul Makles
4996a4d785 feat(fonts): add Lexend 2022-01-15 14:42:35 +00:00
Paul Makles
56f2411652 feat(messaging): add basic support for text embeds 2022-01-15 14:11:08 +00:00
Paul Makles
4526a696c6 chore: get rid of scss warnings for snow 2022-01-15 13:49:43 +00:00
Paul Makles
b5189a769f fix(build): type errors with revolt-api 2022-01-15 13:41:02 +00:00
ayntgl
2c5467c189
fix(components): convert .systemIcon to non-clickable (#498) 2022-01-15 13:37:08 +00:00
trashtemp
afa76f0623
Merge branch 'master' of https://github.com/revoltchat/revite 2022-01-15 14:33:26 +01:00
trashtemp
8566cd613d
fix(messagebox): fixed broken padding 2022-01-15 14:33:14 +01:00
Paul Makles
e67f8f95cd fix(messaging): prevent message overlay from sticking after finishing edit 2022-01-15 13:00:27 +00:00
Paul Makles
bb5f940ad1 chore: bump revolt.js 2022-01-15 12:54:18 +00:00
Paul Makles
ba40da2a15 fix: don't show unread indicator on active channel 2022-01-15 12:54:18 +00:00
Paul Makles
2c8bbe7d1f feat(messaging): add message overlay logic 2022-01-15 12:54:16 +00:00
Paul Makles
7e4f4cf001 fix(messaging): hide overlay on mobile 2022-01-15 12:53:15 +00:00
Paul Makles
8bda3123da fix(unreads): allow dynamic unread changes 2022-01-15 12:53:15 +00:00
trashtemp
200db35c25
fix(msgbar): removed IconButton dependency 2022-01-15 13:33:04 +01:00
trashtemp
b4555fd028
fix(import): used root path instead 2022-01-15 13:22:20 +01:00
trashtemp
a3005cfcd8
fix(msgbar): use vertical dots 2022-01-15 13:16:27 +01:00
trashtemp
4a58a4082b
fix(msgbar): added support for keyboard focus 2022-01-15 12:55:23 +01:00
trashtemp
79550cb2ad
fix(sidebar): changed server sidebar width 2022-01-15 12:36:50 +01:00
trashtemp
8029f39c4e
fix(discover): height 2022-01-15 10:56:02 +01:00
trashtemp
62335e4902
fix: added shadow on hover 2022-01-14 23:06:47 +01:00
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