-
Notifications
You must be signed in to change notification settings - Fork 301
Update preview #174
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
Merged
Merged
Update preview #174
+4,847
−2,613
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Remember Me Checkbox State Binding in Login Page * Update login.tsx --------- Co-authored-by: Mohammed Salih Kozhinhikkodan <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
* Update README.md Added radix-ui as it was not indicated in the current README. * Update README.md --------- Co-authored-by: Taylor Otwell <[email protected]>
Co-authored-by: Ega Alifya Firnando <[email protected]>
* publish inertia.js config * set inertia page path to js/pagess for testing * Update inertia.php * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
* fix: check for window when running ssr * chore: remove ssr files * fix: add ziggy to inertia middleware for ssr * chore: remove bootstrap ssr * chore: add script for ssr * chore: update composer script * Adding solution for Dark Mode flicker with SSR * Adding condition for system appearance and detecting via client-side immediately * feat: add inline style to prevent flash during CSR * formatting * package update --------- Co-authored-by: Tony Lea <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
Following the same pattern for all @source which improves uniformity.
* Adding tooltip to sidebar icons * Update nav-main.tsx --------- Co-authored-by: Taylor Otwell <[email protected]>
Fix layout overflow issues when using CSS utilities like flex or large tables.
Currently the key is duplicated since this key is also used in the breadcrumbs. added an index to the key to make it unique so that it will not collide and through a render error for duplicate keys.
* feat: use shadcn built-in check for sidebar state * chore: remove unused import
…eakage. (#97) Ensure the `router.flushAll()` method is called during the logout process to clear the Inertia prefetch cache. This prevents potential data leakage where a later user on the same device could access preloaded data from the previous session.
…L. Strict comparison broke active navbar highlighting when a query parameter was added to the URL. (#115) Co-authored-by: Daniil Stepanov <[email protected]>
* Fixing text being cut off without leading-tight * removing leading-none for leading-tight
Replace Ziggy with Wayfinder
… and password reset
Import full Wayfinder controllers for clarity
test: Add missing feature tests to ensure 100% coverage in starter kit
Use Named Routes for Tests
Change style from 'default' to 'new-york'
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Integrate PestPHP 4 Browser Tests
Update .gitattributes
Update prettier import path in eslint config
fix(seeder): prevent duplicate user on db:seed
Removed the tailwind.config value from components.json
Fix NPM audit issues
Change Prettier print width from 150 to 80
* feat: add two-factor authentication * feat: update package-lock * feat: add tests * linting changes * feat: enhance two-factor authentication implementation and improve code consistency * Update two-factor authentication implementation and refactor related components * Update two-factor authentication implementation and refactor related components * Formatting * Formatting Recovery Code * refactor * Fix Test * Formatting * Simplify Inertia Form * Refactor Test * Fix Issue * Remove explicit typing * formating * cursor pointer for buttons styled as links * use custom clipboard hook * change condition signature to positive first * fix typo * formatting * Add hasSetupData to avoid enabling 2FA again * Refactor two-factor authentication types to local scope * formatting * formatting * formatting * share more common elements, de-dupe * Add an error state in use-two-factor-auth.ts * Refactor error handling in use-two-factor-auth.ts to use an array for errors instead of an object * Improve two-factor authentication error handling and UI updates * extract alert error to its own component * Update use-two-factor-auth.ts --------- Co-authored-by: Joe Tannenbaum <[email protected]>
Add data-test attribute to sidebar menu button for testing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.