Commit graph

214 commits

Author SHA1 Message Date
Carter
30f0d671af chat input now always sits at the bottom of the chat; has a divider 2024-12-06 13:30:09 -06:00
Carter
c31712464b added CancelSubmit common element 2024-12-06 12:26:26 -06:00
Carter
374ba20f0c formatted chat input better, got rid of resize, added end adornment to send messages without the enter button 2024-12-06 11:36:27 -06:00
Carter
a0d1fcf5a9 chat output remembers scroll position with every scroll, so position is saved when items are deleted as well. 2024-12-06 10:45:37 -06:00
Carter
558bed357a got rid of useless scrollPos variable 2024-12-06 10:18:15 -06:00
Carter
48549bf4de chat automatically adjusts scrollbar so as to not effect the chat view when more chats are loaded 2024-12-06 10:14:09 -06:00
Carter
cf45fcb98a using chats instead of notes for the chat 2024-12-05 20:53:57 -06:00
Carter
9ec1956687 updated chat styling; text input now always visible 2024-12-04 15:26:04 -06:00
Carter
1a9ee12533 added chat drawer 2024-12-04 10:41:46 -06:00
Carter
7c3b0a3ab0 team chat is now functional 2024-12-03 09:33:43 -06:00
Carter
ba77dbc710 added logout and Team page 2024-12-02 14:11:08 -06:00
Carter
a317cd8bbc added logout button 2024-12-02 13:46:10 -06:00
Carter
5603f86b87 favoriting team no longer triggers reload in team list 2024-11-29 19:07:06 -06:00
Carter
39764ae4b0 can now favorite a team from TeamActions 2024-11-29 18:53:41 -06:00
Carter
0e98d7329f team page added, uses data from previous page so that the team isn't loaded again if it's clicked from the team list 2024-11-29 18:28:38 -06:00
Carter
091634161f added notification settigns 2024-11-27 14:46:25 -06:00
Carter
15c3c8b536 fixed avatar and phone number settigns 2024-11-27 14:02:06 -06:00
Carter
1da5faf59c user settings icon picker 2024-11-27 11:37:04 -06:00
Carter
5c79f9a633 user menu and user settings can now be opened 2024-11-27 10:44:08 -06:00
Carter
c94b8093ff teams list now uses responsive container 2024-11-26 15:28:49 -06:00
Carter
7ee06c4e19 added bottom navigator 2024-11-26 12:17:36 -06:00
Carter
3f96724422 responsive table now has optional mobile render prop; users now has functional mobile view 2024-11-26 11:51:11 -06:00
Carter
6234f13eb0 fixed header column spacing issues 2024-11-25 23:09:53 -06:00
Carter
441223d85e made search bar more functional 2024-11-25 22:14:26 -06:00
Carter
e4189a23c5 fixed column misplacement when no render for gutter 2024-11-25 20:56:52 -06:00
Carter
f2d3b32c97 rendering users page with the responsive container 2024-11-25 20:48:48 -06:00
Carter
39f5f6d452 responsive container automatically generates cells based on object keys and values if no column data is provided 2024-11-25 19:17:59 -06:00
Carter
8265914627 responsive table added and partly implemented. Has optional gutter component for rendering a subcomponent on the press of a button 2024-11-25 18:42:56 -06:00
Carter
dd522732db users page added and functional with basic mui table components 2024-11-25 14:14:04 -06:00
Carter
d050fdee55 building data grid for users. currently has example grid with dummy data 2024-11-21 13:03:02 -06:00
Carter
2690a2a5ad added chat button in header buttons 2024-11-21 09:55:09 -06:00
Carter
de9da91c2e notification button is now present and clickable in team list 2024-11-19 18:02:05 -06:00
Carter
aa56f05c25 resolved permission error from permissions coming back as string 2024-11-19 17:32:37 -06:00
Carter
cf4e3fbe1f adding and removing teams works 2024-11-19 12:32:07 -06:00
Carter
952b3f6c4e fixed pageContainer width 2024-11-19 11:15:40 -06:00
Carter
61922f28ee hard coded the background colors in theme to keep them consistent between light and dark modes 2024-11-18 15:47:07 -06:00
Carter
c04b9b0adb fixed some theming stuff, buttons highlight correctly now 2024-11-18 13:39:39 -06:00
Carter
563fc8ed41 using styled overrides in theme.ts to adopt old theming 2024-11-18 13:23:02 -06:00
Carter
dcd15b5a6d Header no longer de-saturates when in dark mode 2024-11-18 12:33:42 -06:00
Carter
a453147e9e using location hook to properly update render so it highlights the correct button after it's pressed based on url 2024-11-18 11:01:33 -06:00
Carter
e95b654d7f teams list now renders 2024-11-18 10:10:29 -06:00
Carter
17c559bdfc added team api 2024-11-15 09:59:46 -06:00
Carter
258b19583e side navigator can now actually link to different places, it is now placed inside the Router 2024-11-14 16:58:31 -06:00
Carter
df4a259131 added ts config so that it could compile using absolute paths without error 2024-11-14 15:27:54 -06:00
Carter
6d71ca75a9 updated config so to import from src folders easier 2024-11-14 13:53:24 -06:00
Carter
b7d859b083 adding side navigator and device icon 2024-11-13 14:03:05 -06:00
Carter
ab4fd77471 added useWidth hook 2024-11-13 14:00:04 -06:00
Carter
d49bbd9447 adding side navigator and device icon 2024-11-13 13:57:02 -06:00
Carter
a07dd30497 added vscode settings to make tabs smaller by default 2024-11-13 10:59:51 -06:00
Carter
26595deba6 cut out garbage code and wrapped navigation container in appContent css 2024-11-13 10:58:15 -06:00