-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuild onboarding modal #292
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78a6e84 - Browse repository at this point
Copy the full SHA 78a6e84View commit details -
chore: add react, react-aria, and sass as dependencies
I'm going to start changing the UI code to use React, so we need these packages.
Configuration menu - View commit details
-
Copy full SHA for 5cdff26 - Browse repository at this point
Copy the full SHA 5cdff26View commit details -
chore: use sass to bundle CSS instead of static copies
This allows us to have component-specific CSS that all get nicely bundled together
Configuration menu - View commit details
-
Copy full SHA for 8674dad - Browse repository at this point
Copy the full SHA 8674dadView commit details -
feature: add ObsidianIcon react component
This mirrors the one that we wrote for Svelte
Configuration menu - View commit details
-
Copy full SHA for c98765a - Browse repository at this point
Copy the full SHA c98765aView commit details -
feature: rebuild onboarding modal
This commit does a few things: - it rebuilds the token entering modal completely - it improves the UX by not alert()'ing when there is no token - it will open the modal on each startup, if the token still doesn't exist
Configuration menu - View commit details
-
Copy full SHA for c1b9066 - Browse repository at this point
Copy the full SHA c1b9066View commit details -
chore: setup react testing w/ vitest
We need to mock out the obsidian library since its not actually there at runtime when testing
Configuration menu - View commit details
-
Copy full SHA for 371bb3c - Browse repository at this point
Copy the full SHA 371bb3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6e961 - Browse repository at this point
Copy the full SHA 6c6e961View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d46da - Browse repository at this point
Copy the full SHA a8d46daView commit details