You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add auth fallback logic for when official Coder components are not mounted (#128)
* wip: commit progress on fallback UI
* chore: move dep to peer dependencies
* wip: commit more progress
* wip: more progress
* refactor: consolidate card logic
* fix: update component tracking hooks
* fix: add a11y landmark to auth fallback
* wip: commit more style progress
* wip: commit more progress
* wip: more progress
* wip: cleanup current approach
* wip: commit progress on observer approach
* wip: fix infinite loop for mutation logic
* fix: prevent padding patches from firing too often
* fix: improve scoping of style overrides
* chore: finish intial version of fallback stylling
* fix: tidy up types
* wip: create initial version of dialog form
* wip: commit progress on modal
* chore: finish styling for modal wrapper
* fix: update padding for FormDialog
* wip: start extracting out auth form
* fix: add missing barrel export file
* fix: make sure that auth form isn't dismissed early
* fix: update auth imports
* fix: update spacing for auth modal
* refactor: clean up auth provider for clarity
* docs: rewrite comment for clarity
* fix: improve granularity between official Coder components and user components
* fix: update all internal consumers of useCoderAuth
* wip: commit initial version of useCoderQuery helper hook
* refactor: rename hooks to avoid confusion
* fix: update exports for plugin
* docs: fill in incomplete sentence
* wip: commit initial version of useMutation wrapper
* refactor: extract retry factor into global constant
* fix: add explicit return type to useCoderMutation
* wip: start extracting auth logic into better reusable components
* fix: update card to have better styling for body
* wip: commit progress on style refactoring
* fix: update vertical padding for card wrapper
* chore: delete CoderAuthWrapper component
* fix: update styling for auth fallback
* chore: shrink size of PR
* fix: update imports
* docs: add comment about description setup
* fix: remove risk of runtime render errors in auth form
* fix: update imports
* fix: update font sizes to use relative units
* fix: update peer dependencies for react-dom
* refactor: clean up auth revalidation logic
* wip: start updating tests for new code changes
* fix: adding missing test case for auth card
* wip: commit progress on auth form test updates
* fix: removal vetigal properties
* fix: get all CoderAuthForm tests passing
* fix: update import for auth hook in test
0 commit comments