-
Notifications
You must be signed in to change notification settings - Fork 88
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
chore(frontend): remix v2 upgrade #2349
Merged
Merged
Changes from 12 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
094e6f0
chore(frontend): update error boundaries to v2
BlairCurrey 28d892b
chore(frontend): update meta to v2
BlairCurrey ef8760a
chore(frontend): update headers to v2
BlairCurrey 6228d2c
chore(frontend): update form method to v2
BlairCurrey ca9ad2c
chore(frontend): update to v2 dev server
BlairCurrey 38cfb94
chore(frontend): update server module format to v2
BlairCurrey 6ded4de
feat(frontend): typecheck cmd
BlairCurrey 1506658
fix(frontend): type only import
BlairCurrey 00f4874
feat(frontend): ugprade remix to v2
BlairCurrey 85b386a
feat: add frontend typecheck to ci
BlairCurrey 3b32e7b
chore(MASE): upgrade routes to remix v2
BlairCurrey d45879b
chore(MASE): upgrade module format to v2
BlairCurrey 91c22ca
chore(MASE): update to v2 dev server
BlairCurrey 95870de
chore(MASE): update headers to v2
BlairCurrey b7e53ea
chore(MASE): update form method to v2
BlairCurrey 47ee050
chore(MASE): update meta to v2
BlairCurrey adda951
chore(MASE): update error/catch boundary to v2
BlairCurrey 3beabe9
feat(MASE): upgrade remix to v2
BlairCurrey 3d115f3
fix(MASE): ts errors
BlairCurrey 50d51c6
feat(MASE): add typecheck cmd to ci
BlairCurrey 37f5fa8
fix(frontend, MASE): remix server start
BlairCurrey 1a3bacb
Merge branch 'main' into bc/1464/remix-v2-updates
BlairCurrey 32e29c1
fix(MASE): eslint
BlairCurrey 29c4a24
refactor(MASE): parseQueryString to URLSearchParams
BlairCurrey 9969315
Update .github/workflows/lint_test_build.yml
BlairCurrey 0c660ae
fix(frontend,MASE): update entry.server request handlers
BlairCurrey 8250581
chore(MASE): format
BlairCurrey 41673bb
chore(MASE): rm unused quotes route
BlairCurrey f7149aa
Merge branch 'main' into bc/1464/remix-v2-updates
BlairCurrey 632ad8c
Revert "Merge branch 'main' into bc/1464/remix-v2-updates"
BlairCurrey 7a6ad8b
chore: cherry pick merge commit after reverting in f7149aa
BlairCurrey 6b72997
Merge branch 'main' into bc/1464/remix-v2-updates
BlairCurrey fb4e5b7
fix(frontend,MASE): mobile view
BlairCurrey dab6502
fix(frontend): no flash on mobile
BlairCurrey 2db091c
refactor: rework new cookie secure env var
BlairCurrey b35dc09
fix: move env var declaration from dockerfile to compose
BlairCurrey a51f877
Merge branch 'main' into bc/1464/remix-v2-updates
BlairCurrey 58fb5e4
Merge branch 'main' into bc/1464/remix-v2-updates
BlairCurrey 93c8318
feat(backend): upgrade Rafiki to open payments package v6.5 (#2337)
sabineschaller 230d57e
chore(deps): update dependency autoprefixer to ^10.4.17 (#2352)
renovate[bot] e358d16
chore: update lockfile
BlairCurrey 05f65f6
chore: rm extra space
BlairCurrey eaaee0e
chore: rm unnecessary eslint ignore
BlairCurrey 455ebb8
Merge branch 'main' into bc/1464/remix-v2-updates
BlairCurrey 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 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 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 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 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 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
66 changes: 0 additions & 66 deletions
66
localenv/mock-account-servicing-entity/app/routes/quotes.ts
This file was deleted.
Oops, something went wrong.
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this an old version maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think just need to remerge main in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch... lost it on a reverted merge. will fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed