mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge branch 'feat-pink-v2' of github.com:appwrite/console into feat-pink-v2
This commit is contained in:
@@ -6,7 +6,7 @@ const userPreferences = () => get(user)?.prefs;
|
||||
|
||||
export function hasOnboardingDismissed(projectId: string) {
|
||||
const currentPrefs = userPreferences();
|
||||
const onboardingDismissed = currentPrefs.onboardingDismissed;
|
||||
const onboardingDismissed = currentPrefs?.onboardingDismissed;
|
||||
return (
|
||||
onboardingDismissed &&
|
||||
Array.isArray(onboardingDismissed) &&
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-size: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[data-loading='true'] .page-loader {
|
||||
|
||||
Reference in New Issue
Block a user