-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/auth #3
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
Feat/auth #3
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
cd6f5e4
fix(Root): something
itssimmons 9b84d43
feat(auth): login 50% done + tracking assets with git fls
itssimmons a7976e7
feat(auth): login at 70%
itssimmons 8ce061d
fix(Root): migrate to solidjs + basic auth form working
itssimmons d9ee7cd
style(Root): formating
itssimmons 6281884
feat(login): exception handling
itssimmons 7ef6db3
ci(env): environments variables set at build time
itssimmons bf51e5f
fix: vite (preview|server).allowedHosts
itssimmons c998429
fix: add onCleanup to createEffect blocks to prevent memory leaks on …
Copilot 9ef6521
fix(Root): pr #3 fixes
itssimmons File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| *.mp4 filter=lfs diff=lfs merge=lfs -text | ||
| *.png filter=lfs diff=lfs merge=lfs -text | ||
| *.jpg filter=lfs diff=lfs merge=lfs -text | ||
| *.webp filter=lfs diff=lfs merge=lfs -text | ||
| *.jpeg filter=lfs diff=lfs merge=lfs -text |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| # Ignore artifacts: | ||
| dist | ||
| build | ||
| coverage | ||
| node_modules | ||
| .turbo | ||
| .out | ||
| pnpm-lock.yaml |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
apps/challenge-mf/src/components/templates/code-editor/index.module.css
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
apps/challenge-mf/src/components/templates/code-editor/index.tsx
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
apps/challenge-mf/src/components/templates/summary/index.module.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.