Commit Graph

43 Commits (58cd9deb6a2399b7a48061dd8cfbaff2a9be1bbb)

Author SHA1 Message Date
trashtemp 64da24da99 fix(sidebar): changed server sidebar width 2022-01-15 12:36:50 +01:00
trashtemp b6ab3be6ba fix(markdown): used padding-inline-left for RTL 2022-01-14 18:43:32 +01:00
ayntgl a64688841f fix(components): add padding-right to markdown code element (#499) 2022-01-14 16:49:32 +00:00
Paul Makles a08a4b8098 fix: fix build errors 2022-01-07 21:43:00 +00:00
Paul Makles 9cd17b16f0 fix: contain emojis; also add more 2022-01-05 15:05:29 +00:00
Ryan Alexander 9e85113854 feat: add markdown formatting for messages containing timestamps (#482) 2022-01-04 10:53:12 +00:00
Paul 9f435ef6b9 feat(renderer): add additional languages to cb
Closes #28
2021-12-22 22:11:25 +00:00
Paul Makles e6f6ddc772 fix(ui): fixes for mobile UI, settings and sessions pages (#451)
Co-authored-by: trashtemp <96388163+trashtemp@users.noreply.github.com>
2021-12-20 20:48:37 +00:00
Paul 571fc49b32 fix(markdown): enable linkify, disable fuzzyLink 2021-11-04 21:04:44 +00:00
Paul fd3c7630a1 chore(markdown): disable linkify 2021-11-04 14:35:41 +00:00
Paul 2bb33d3ff4 fix(markdown): fix line breaks
fixes #214
2021-11-04 14:33:59 +00:00
Paul b0775c3c6a Include noreferrer on embed links / window.open. 2021-09-17 09:37:07 +01:00
Paul eb22979c7b Remove stray console.log and update translations.
Update themes endpoint and filter unmatched commits.
2021-09-09 22:39:17 +01:00
brecert 53451b58f3 Add `shift+click` to channel links 2021-09-07 09:26:12 -04:00
brecert 82366cf1ea Add `shift+click` to mention mentions 2021-09-07 09:09:12 -04:00
Paul 31079af034 Change invite rendering logic.
Handle link warnings on embeds.
Remove "EDIT!!" 🙏🙏🙏
2021-09-03 13:04:37 +01:00
Snazzah 800d5b7625 Add trusted link handling in renderer/prompt 2021-08-30 14:08:13 +00:00
Ryan Alexander 8354758cae Add external link warning 2021-08-29 09:56:20 +10:00
Jamie 1ef0bd3b49 fix indentation 2021-08-23 04:42:18 -07:00
Jamie dc6b1ac427 Update Renderer.tsx 2021-08-23 04:38:21 -07:00
Jamie 73c386f1d0 Update Renderer.tsx 2021-08-22 04:31:48 -07:00
Jamie 7d937af8fc Handle subdomains on URLs 2021-08-22 03:39:30 -07:00
Paul 4faba20410 Add settings button to server list sidebar.
Move more border radiuses to variables.
2021-08-15 15:21:23 +01:00
Paul 872b710bc4 Make the linter happy. 2021-08-05 14:47:00 +01:00
Paul c9296ee99f Remove strict on KaTeX, change error. 2021-07-31 11:04:31 +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 5dac9c4244 Rename occurrences of monoscape to monospace. 2021-07-25 14:26:45 +01:00
Paul 0afd123ef5 Fix: Prevent context menu on images in settings.
Revert mobile change.
Messages: Add channel id matching.
2021-07-10 17:35:18 +01:00
Paul b3386ade33 Format and automatically fix linted code. 2021-07-10 15:57:29 +01:00
Paul 0e43dadbe9 Add more internal CSS variables. 2021-07-10 15:42:13 +01:00
Paul 2729ef859a Remember age gate prompt confirmation.
Translate age gate.
Add additional limitations on KaTeX.
Prevent any message overflow.
2021-07-08 20:16:50 +01:00
Paul f9b5d768d3 Fix: Spoilers would not toggle.
Hook events into Markdown render using ref.
2021-07-07 12:45:55 +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
bree e5d46cc34a Merge branch 'master' into cleanup 2021-07-04 21:06:30 -04:00
Paul 720bc263a5 Feature: Font selector and ligature toggle. 2021-07-04 17:56:18 +01:00
bree b341f5d166 remove most uses of `as any` in typescript
- replaced many uses of `as any` with another more specific cast `as T`
- filled in missing typed for items that needed to be typed
  - new runtime code was added where necessary to satisfy the new types with comments
- added missing theme variable "sidebar-active" to the Theme variables
- forms using `react-hook-form` are now typechecked
- changed some instances of `target` into `currentTarget` while removing `as any` assertions
2021-07-04 07:09:39 -04:00
Paul b724b9aec2 Fix: Emojis showing through spoilers.
Fix: Copy ID copies wrong ID.
Messaging: Add context menu to avatar / username.
2021-06-24 16:43:37 +01:00
Paul 55ef70211a Fix internal navigation from Markdown links. 2021-06-23 23:42:13 +01:00
Paul f724cfdf4f Add auto complete back. 2021-06-22 13:28:03 +01:00
Paul 454ee7fd6e Add server creation button.
Add profile links / app links back.
Add quoting / mentioning back.
2021-06-22 11:56:37 +01:00
Paul d0b9cf9090 Work on channels, render content of messages. 2021-06-20 17:31:53 +01:00
Paul 9706dd75f3 Port modal / popover context. 2021-06-19 18:46:05 +01:00