Commit graph

47 commits

Author SHA1 Message Date
62cee96b94 Added study group creation 2023-09-26 20:29:21 +08:00
ed19150d53 Added global study groups rendering 2023-09-24 21:26:15 +08:00
1bd07f9edd Optimized homepage rendering and removed overly complicated components 2023-09-24 21:02:34 +08:00
7da7d0f217 Hidden unused console.log in api 2023-09-22 23:08:20 +08:00
790574daee Separated distance calculation and far map renderer into own components 2023-09-20 19:36:06 +08:00
511f293ff1 Changed debug backend url 2023-09-20 17:42:37 +08:00
058b120ce9 Addded initial heatmap rendering 2023-09-06 18:13:43 +08:00
15b14a32e8 Change map provider api to selfhosted one 2023-08-29 16:39:50 +08:00
146d80cc98 Added student status list query 2023-08-15 14:15:33 +08:00
cfd82d3c42 Refactored error handling in API functions and improved error feedback in pages 2023-08-15 00:41:42 +08:00
497e50f2a4 Refactored types for better readability 2023-08-14 23:29:53 +08:00
2ca1dd13ca Finalize changes to using modals for user feedback 2023-08-14 21:57:52 +08:00
529a7a75fd Improved homepage 2023-08-10 17:23:12 +08:00
33ffcde6be Added map preview to start studying page 2023-08-07 15:03:53 +08:00
126223394d Remove bottomsheet library and added homepage improvements 2023-08-07 14:22:47 +08:00
029ef84671 Improved API, added loading page, initial changes to homepage, and fixed irregular field on user info page not being centered 2023-08-06 14:25:09 +08:00
93aab046d8 Removed some console logs 2023-07-27 16:02:14 +08:00
e4d64f3656 Added avatar uploading 2023-07-27 16:00:31 +08:00
a3b3bd887f Add user feedback to user info and subjects page 2023-07-27 12:55:51 +08:00
1a46945d1e Code cleanup in api.tsx 2023-07-27 00:09:43 +08:00
e4278517bc Code cleanup in api.tsx 2023-07-27 00:06:32 +08:00
3331ccb974 Pray to the gods the duplicate subjects bug is fixed. Move irregular status toggle to user info page from subjects page 2023-07-27 00:01:44 +08:00
b43577870b Homepage improvements 2023-07-26 10:03:25 +08:00
eb08e02a16 Added subject selection for irregular students 2023-07-25 16:52:35 +08:00
d6df6d4f7a Prepare to separate subjects into own page 2023-07-18 20:51:43 +08:00
ffde700a36 Made subjects menu functional in user info 2023-07-18 16:06:58 +08:00
160ffc5763 Overhauled dropdown menu designs for onboarding and userinfo page 2023-07-18 00:33:02 +08:00
e67485d247 Fixed onboarding page 2023-07-17 22:44:50 +08:00
8de8e67070 Allow editing of user info 2023-07-17 18:45:25 +08:00
f503f060f2 Reworked the onboarding apis to follow standard format 2023-07-17 15:57:23 +08:00
b72c8cb236 Finished up onboarding page 2023-07-06 21:27:36 +08:00
3931f58472 Finished onboarding page 2023-07-06 20:29:04 +08:00
bccc808150 Improved revalidation and added drop down menus to onboarding 2023-07-06 17:19:19 +08:00
99d42f5125 Improved APIs to respond to unreachable error 2023-07-06 15:37:22 +08:00
b8efd638ae Fixed revalidation page not redirecting properly if server is unreachable 2023-07-06 15:23:01 +08:00
49aa0cb5a6 Improved onboarding experience and also redirect to onboarding after revalidating saved session if needed 2023-07-04 21:25:57 +08:00
90e60250cd Redirect to onboarding page if needed and added some missing functionality to login and logout button 2023-07-04 21:01:56 +08:00
e40f32d327 Commented out debug logs in api 2023-07-04 19:40:25 +08:00
c4f241f799 Clean up login since state no longer tracks tokens 2023-07-04 17:00:22 +08:00
a027115836 Polished revalidation and login. Opted to not store tokens anymore in state but only in asyncstorage 2023-07-04 16:41:29 +08:00
4a00dd1817 Fixed registration page 2023-07-04 14:34:31 +08:00
fb7b77efb7 Removed unused imports and commented out debug logs 2023-07-04 14:26:49 +08:00
278bb72ec1 Animated the container and added revalidation of credentials on app reopen 2023-07-04 14:18:48 +08:00
11c4f0c264 Switch to JSON webtoken login format 2023-07-03 23:19:36 +08:00
4faf222b52 Polished login 2023-07-03 22:40:58 +08:00
a634f07f2b Added login functionality 2023-07-03 22:11:04 +08:00
26b3db25f0 Added functional registration 2023-07-03 21:22:31 +08:00