Skip to content

Conversation

joetannenbaum
Copy link
Contributor

No description provided.

kozhinhikkodan-dev and others added 30 commits February 28, 2025 14:37
* 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]>
* refactor: use Partial type for form data in authentication and profile components

* fix: change form data types from Partial to Required
* 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
This prevents the application from running tests with cached config.
…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
joetannenbaum and others added 29 commits August 21, 2025 16:09
Import full Wayfinder controllers for clarity
test: Add missing feature tests to ensure 100% coverage in starter kit
Change style from 'default' to 'new-york'
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Integrate PestPHP 4 Browser Tests
Update prettier import path in eslint config
fix(seeder): prevent duplicate user on db:seed
Removed the tailwind.config value from components.json
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
@joetannenbaum joetannenbaum merged commit f25a4cc into preview Sep 29, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.