bree
a4051330a3
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
nizune
0f2b6b6b44
Fix: Message copy brackets and icon changes
2021-07-02 16:51:06 +02:00
nizune
9243b3e20d
Fix: changed icons to solid on sidebar for temp
2021-07-01 19:27:38 +02:00
Paul
b31183e0f8
Fix: Placeholder would overflow sidebar.
2021-06-29 22:21:26 +01:00
nizune
4102b69ca4
Update: Changed icon pack to Boxicons
2021-06-27 12:17:59 +02:00
Paul
acadd8ab17
Fix: Remove padding on user profile.
...
Modals: Allow all modals to be closed by ESC (permitting).
Fix: Handle closing DMs properly. Stop propagation too.
2021-06-24 16:57:12 +01:00
Paul
363789c825
Fix: Icons collapsing in flex.
...
Feature: Remember what channel was opened last.
Channels: ESC to focus message box / cancel editing.
2021-06-24 16:22:45 +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
602cca1047
Implement new auto-size text area.
...
Add bars + header + sidebar to channels.
2021-06-21 21:11:53 +01:00
Paul
9e460c5b3d
Refactor + add message box.
2021-06-20 20:30:42 +01:00
Paul
a1d3b3503b
Reduce re-renders of sidebars.
2021-06-19 23:12:27 +01:00
Paul
31d8950ea1
Port settings.
2021-06-19 22:37:12 +01:00
Paul
b4bc2262ae
Port context menus.
2021-06-19 20:24:11 +01:00
Paul
9706dd75f3
Port modal / popover context.
2021-06-19 18:46:05 +01:00
Paul
5b77ed439f
Port navigation.
2021-06-19 15:29:04 +01:00