M1000fr pushed to development at Toogether/Webapp 2025-01-07 15:58:39 +00:00
cf9fd767f3 feat: update Sidebar component for improved responsiveness and menu interaction; add showTitle prop to SidebarItem
M1000fr pushed to development at Toogether/Webapp 2025-01-07 13:51:17 +00:00
1e9d5c2742 feat: add setOpen functionality to SidebarItem for improved menu interaction
M1000fr pushed to development at Toogether/Webapp 2025-01-07 13:37:26 +00:00
2f304684f3 feat: enhance Sidebar component with responsive menu and swipe functionality; update UserList component for full-width display
M1000fr pushed to development at Toogether/Webapp 2025-01-07 11:37:54 +00:00
bb751c1476 feat: update admin pages to display "Hello world!" and enhance layout with dynamic titles and dividers
c100c71fea fix: adjust margin for Divider component in Sidebar for consistent spacing
3bb97abdf2 feat: update Sidebar component layout and styling for improved user experience
919630524b feat: enhance sidebar component with dynamic item rendering and improved layout
Compare 4 commits »
M1000fr pushed to development at Toogether/Webapp 2025-01-07 09:49:11 +00:00
3ac29ae909 feat: add OAUTH_SCOPES to environment types and update authOptions for dynamic scope handling
M1000fr pushed to development at Toogether/Webapp 2025-01-06 22:51:42 +00:00
1c897648f7 feat: add Class interface import to classes service for type safety
M1000fr pushed to development at Toogether/Webapp 2025-01-06 22:48:57 +00:00
5bfc969f6a feat: refactor user and room interfaces, update imports, and enhance user list component
M1000fr pushed to development at Toogether/Webapp 2025-01-06 20:48:35 +00:00
b1f59249c0 feat: improve session management by handling session errors and enhancing token refresh logic
M1000fr pushed to development at Toogether/Webapp 2025-01-06 16:39:31 +00:00
b467ae704c feat: enhance authentication flow by redirecting unauthenticated users and updating token scope
M1000fr pushed to development at Toogether/Webapp 2025-01-06 15:51:33 +00:00
fce459679c feat: update session handling by changing import source and enhancing token scope
M1000fr pushed to development at Toogether/Webapp 2025-01-06 15:05:29 +00:00
845381e84d feat: enhance token refresh logic with request queue and improved error handling
M1000fr pushed to development at Toogether/Webapp 2025-01-06 10:49:54 +00:00
b3c6ae2460 feat: move class selection to profile dropdown in header for improved user experience
M1000fr pushed to development at Toogether/Server 2025-01-06 10:38:22 +00:00
7aab149bb2 refactor: remove role property from User model and update related logic for role handling
M1000fr pushed to development at Toogether/Webapp 2025-01-06 10:21:09 +00:00
de8742437f feat: refactor room-related services and update API URLs for improved structure and clarity
M1000fr pushed to development at Toogether/Webapp 2025-01-06 02:15:05 +00:00
dc858227fa feat: integrate session management with AppWrapper and update axios interceptor for token handling
M1000fr pushed to development at Toogether/Webapp 2025-01-06 01:56:55 +00:00
9f2ae08f1a feat: add admin pages for classes, rooms, settings, and users with updated layout and sidebar navigation
M1000fr pushed to development at Toogether/Webapp 2025-01-05 23:37:57 +00:00
1ff5126e98 chore: update base image to Node.js 20-alpine in Dockerfile
M1000fr pushed to development at Toogether/Webapp 2025-01-05 23:35:06 +00:00
bf94e84c65 chore: remove SWR and related dependencies from package.json and yarn.lock
M1000fr pushed to development at Toogether/Webapp 2025-01-05 23:31:29 +00:00
1684ac2743 feat: refactor class selection handling by introducing user store and updating related components
da74d1bf82 feat: implement class selection in header and add API service for fetching classes
16a191341b feat: add SWR and related dependencies to improve data fetching capabilities
946bc68946 feat: enhance class and room handling by updating fetchClass return type and improving null checks in components
Compare 4 commits »
M1000fr pushed to development at Toogether/Webapp 2025-01-05 02:19:34 +00:00
96a0c5c4b0 fix: update dependencies in useEffect hooks and improve router usage in SidebarItem