New marks and settings refactor #323

Merged
enes merged 10 commits from fixes-7-3-25 into staging 2025-03-11 11:11:02 +00:00
Member

Fix:

  • other marks styling during sign step

Feat:

  • add Full Name, Job Title and DateTime marks

Refactor:

  • remove cache settings page
  • update settings page layout (Closes #247)
Fix: - other marks styling during sign step Feat: - add `Full Name`, `Job Title` and `DateTime` marks Refactor: - remove cache settings page - update settings page layout (Closes #247)
enes added 8 commits 2025-03-10 12:40:54 +00:00
s approved these changes 2025-03-11 10:41:04 +00:00
@ -0,0 +28,4 @@
)
}
const data = React.useSyncExternalStore(useLocalStorageSubscribe, getSnapshot)
Owner

I'll be good to add some explanatory comments

I'll be good to add some explanatory comments
@ -0,0 +30,4 @@
const data = React.useSyncExternalStore(useLocalStorageSubscribe, getSnapshot)
const setState: React.Dispatch<React.SetStateAction<T>> = React.useCallback(
Owner

I'll be good to add some explanatory comments

I'll be good to add some explanatory comments
enes added 1 commit 2025-03-11 10:58:31 +00:00
refactor(hooks): add comments to local storage hook
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 16s
4f5dcc0336
enes added 1 commit 2025-03-11 11:06:00 +00:00
chore(deps): bump axios from 1.7.4 to 1.8.2
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 54s
493390bdc1
enes merged commit ec9c4dad5d into staging 2025-03-11 11:11:02 +00:00
enes deleted branch fixes-7-3-25 2025-03-11 11:11:03 +00:00
Sign in to join this conversation.
No description provided.