AC 25 Settings Page #9

Merged
catxrin merged 19 commits from AC-25 into master 2023-08-25 10:39:22 -04:00
catxrin commented 2023-08-25 08:48:43 -04:00 (Migrated from github.com)
No description provided.
GameBear64 (Migrated from github.com) requested changes 2023-08-25 10:27:48 -04:00
GameBear64 (Migrated from github.com) commented 2023-08-25 10:17:54 -04:00

remove unneeded change

remove unneeded change
@ -0,0 +42,4 @@
method: 'GET',
}).then((res) => {
if (res.status === 200) {
setUserInfo({
GameBear64 (Migrated from github.com) commented 2023-08-25 10:22:06 -04:00

Are we using the _Id?

Are we using the _Id?
@ -0,0 +30,4 @@
method: 'GET',
}).then((res) => {
if (res.status === 200) {
setUserInfo({
GameBear64 (Migrated from github.com) commented 2023-08-25 10:22:31 -04:00

Here too

Here too
@ -0,0 +1,57 @@
import { useFetch } from '../../../utils/useFetch';
GameBear64 (Migrated from github.com) commented 2023-08-25 10:24:15 -04:00

Do we need fragments?

Do we need fragments?
GameBear64 (Migrated from github.com) commented 2023-08-25 10:24:26 -04:00

here too

here too
@ -0,0 +43,4 @@
</button>
<hr />
{active ? (
<>
GameBear64 (Migrated from github.com) commented 2023-08-25 10:24:41 -04:00

this file too, both places

this file too, both places
@ -0,0 +1,102 @@
import { useFetch } from '../../../utils/useFetch';
GameBear64 (Migrated from github.com) commented 2023-08-25 10:26:48 -04:00

we can do this on one line

we can do this on one line
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GamBar/AmberCamp!9
No description provided.