|
e61aef640b
|
Added github pages
|
2023-03-25 12:59:58 +08:00 |
|
|
ca3c25a7a4
|
Reverted some changes and only kept the previous session checker since each page checks for login state invidually
|
2023-03-25 12:57:42 +08:00 |
|
|
cc197df3e5
|
Removed some files that were duplicated to another folder
|
2023-03-25 12:35:20 +08:00 |
|
|
bc3afa8604
|
Polished apis and fixed some missing files
|
2023-03-25 12:33:27 +08:00 |
|
|
33ea3f8080
|
Polished and fixed Edit note page not displaying properly while loading
|
2023-03-25 12:31:43 +08:00 |
|
|
eff9ebcbfa
|
Removed console.logs from apis
|
2023-03-25 12:30:21 +08:00 |
|
lemeow125
|
c2e58117b7
|
Merge pull request #10 from lemeow125/feature/polish_states
Polished states for logged_in and logged_in_user
|
2023-03-16 20:55:24 +08:00 |
|
toledo
|
963ee6e830
|
Polished states for logged_in and logged_in_user
|
2023-03-16 20:43:38 +08:00 |
|
lemeow125
|
9ccb8624af
|
Merge pull request #9 from lemeow125/feature/notes_per_user
Feature/notes per user
|
2023-03-05 20:39:48 +08:00 |
|
|
0279e503ff
|
Fixed error prompt and not logged in prompt
|
2023-03-05 14:09:10 +08:00 |
|
|
cfc9a7e1f0
|
Fixed prompts for when there no connection to backend
|
2023-03-04 23:04:02 +08:00 |
|
|
eea71c8370
|
Added user info page
|
2023-03-04 22:49:06 +08:00 |
|
|
16176aea9f
|
Fixed offline error indicator for homepage
|
2023-03-04 22:32:02 +08:00 |
|
|
05c7804421
|
Fixed harmless icon svg errors
|
2023-03-04 21:37:15 +08:00 |
|
|
c222ab0078
|
Added edit note page
|
2023-03-04 19:27:24 +08:00 |
|
|
0f18c0be9e
|
Made note mapping use a common interface
|
2023-03-04 17:21:00 +08:00 |
|
|
e6b07438d4
|
Changed date_created format to Date from String
|
2023-03-04 17:18:43 +08:00 |
|
|
b3653f5a01
|
Removed extra line in styles.tsx
|
2023-03-03 23:46:46 +08:00 |
|
|
d73da74004
|
Made note input and note body preview bigger
|
2023-03-03 23:46:07 +08:00 |
|
|
2e6c5fbef8
|
Show owner on note
|
2023-03-02 00:43:26 +08:00 |
|
|
132dfa496d
|
Separated typescript interfaces into its own file and polished and cleaned up overall code
|
2023-03-02 00:16:28 +08:00 |
|
|
a8c14f1331
|
Added token to header for get APIs to support notes by user
|
2023-03-01 23:28:31 +08:00 |
|
lemeow125
|
5c717cdf1f
|
Merge pull request #7 from lemeow125/feature/user
Feature/user
|
2023-02-27 13:02:30 +08:00 |
|
|
4584a8d2ce
|
Fixed broken vh sizes for some components
|
2023-02-27 13:01:19 +08:00 |
|
|
1131b2d448
|
Added registration page
|
2023-02-27 12:38:34 +08:00 |
|
|
d2f12bb3b3
|
Polished and fixed notes error
|
2023-02-27 00:42:31 +08:00 |
|
|
1cc9762d08
|
Polished activation page
|
2023-02-27 00:13:17 +08:00 |
|
|
115b8b207f
|
Added activation page
|
2023-02-27 00:07:46 +08:00 |
|
|
4caf7479fd
|
Added functional user login
|
2023-02-26 23:50:13 +08:00 |
|
|
352823a329
|
Added Redux states for login status and user logged in
|
2023-02-26 23:21:52 +08:00 |
|
|
61bdec145b
|
Readded Redux to track login state
|
2023-02-26 22:34:13 +08:00 |
|
|
0daa8cfa72
|
Polished and added more apis
|
2023-02-26 22:31:19 +08:00 |
|
|
66c934c34f
|
Dirty fix for userlogin api
|
2023-02-26 12:08:11 +08:00 |
|
|
836220f557
|
Dirty fix for User Info api
|
2023-02-26 12:04:32 +08:00 |
|
|
36f1e3683e
|
Added user info api
|
2023-02-26 00:22:17 +08:00 |
|
|
5a34617d77
|
Added login functionality
|
2023-02-25 23:27:12 +08:00 |
|
|
aea617500c
|
Added buttons to header and added login page
|
2023-02-25 23:11:14 +08:00 |
|
|
e0bfd0cdd0
|
Added design and login to header
|
2023-02-25 22:30:38 +08:00 |
|
lemeow125
|
6a13f07224
|
Merge pull request #1 from lemeow125/feature/api
Feature/api
|
2023-02-25 22:04:18 +08:00 |
|
|
02af182539
|
Removed unused console.log()
|
2023-02-25 22:03:02 +08:00 |
|
|
028a143427
|
Removed unused imports
|
2023-02-25 21:55:58 +08:00 |
|
|
fff01854ce
|
Convert delete and new note into rest query syntax
|
2023-02-25 21:52:38 +08:00 |
|
|
8153561889
|
Move back to axios for api
|
2023-02-25 21:41:13 +08:00 |
|
|
044f45e038
|
Polished api and moved from axios to fetch
|
2023-02-25 21:27:26 +08:00 |
|
|
d96c26bc1a
|
Moved fetch query to own function
|
2023-02-25 21:21:23 +08:00 |
|
|
a7b556d0dd
|
Converted main page to use react query
|
2023-02-25 21:18:16 +08:00 |
|
|
d12d21624f
|
Added react query client provider to index.tsx
|
2023-02-25 20:43:31 +08:00 |
|
|
fed73b1964
|
Rename notemapper to notes for easier recognition
|
2023-02-25 20:39:01 +08:00 |
|
|
50781689e7
|
Added timestamp to notes
|
2023-02-24 22:29:45 +08:00 |
|
|
9920738a33
|
Polished code and updateed url
|
2023-02-24 00:12:30 +08:00 |
|