-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Conflicting changes from parent repository #452
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
Closed
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
b957905
fix(frontend): Correct API URL construction for dev environment
google-labs-jules[bot] 1af781d
fix(frontend): Replace crypto.randomUUID with uuid
google-labs-jules[bot] d5a7649
Merge pull request #1 from rnarciso/fix-frontend-api-url
rnarciso 881401a
Merge branch 'coleam00:main' into main
rnarciso 279f2ae
Fix several bugs in the Archon Unit Tests UI.
google-labs-jules[bot] ab2ddb4
Merge pull request #12 from rnarciso/fix-unit-test-bugs
rnarciso 7a8b07b
Fix several bugs in the Archon Unit Tests UI.
google-labs-jules[bot] 8efca65
Merge pull request #13 from rnarciso/fix-unit-test-bugs
rnarciso 1861980
Merge branch 'coleam00:main' into main
rnarciso 33e3a18
Fix React UI test assertion error
google-labs-jules[bot] 6571319
Fix flaky React UI test for alert
google-labs-jules[bot] 78d7084
Merge pull request #15 from rnarciso/fix-react-ui-test-assertion-error
rnarciso 300c15e
Fix missing `act` import in React UI test
google-labs-jules[bot] 998d46b
Merge branch 'fix-react-ui-test-assertion-error' of https://github.co…
46ca613
Fixed UI test by excluding erros.test.tsx
e640268
Fix `npm test` script to generate coverage
google-labs-jules[bot] 1e064ac
Merge branch 'fix-react-ui-test-assertion-error' of https://github.co…
b726e3b
Fix test dashboard to use local report files
google-labs-jules[bot] 20fd264
Merge branch 'fix-react-ui-test-assertion-error' of https://github.co…
92441eb
Fix test dashboard summary display
google-labs-jules[bot] 33cd82d
Merge branch 'fix-react-ui-test-assertion-error' of https://github.co…
9911d1c
Merge branch 'main' into fix-react-ui-test-assertion-error
rnarciso e80a464
Merge branch 'fix-react-ui-test-assertion-error' of https://github.co…
26f0acc
Vitest Bail
rnarciso 4313024
Fix failing React UI tests in errors.test.tsx and api.test.ts
google-labs-jules[bot] 9b878fe
Fix failing React UI tests in errors.test.tsx and api.test.ts
google-labs-jules[bot] 2a4e1f7
Merge pull request #19 from rnarciso/fix-failing-react-tests
rnarciso 42c7eac
Merge pull request #18 from rnarciso/fix/failing-react-tests
rnarciso b8cc251
Merge branch 'coleam00:main' into main
rnarciso 98ca9cc
Merge branch 'coleam00:main' into main
rnarciso 62f4408
Merge branch 'coleam00:main' into main
rnarciso cd9258f
Merge branch 'coleam00:main' into main
rnarciso b9de0f0
Merge branch 'coleam00:main' into main
rnarciso 7df4a34
Merge branch 'main' into fix_attempt
rnarciso 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.
Grid layout condition is a no-op; compact has no effect
Both branches yield 'grid-cols-1', so the layout never expands. Likely a regression from the earlier xl breakpoint removal.
Fix the condition to restore non-compact layout:
Alternatively, if you intentionally want single-column below xl, preserve a wider layout at larger breakpoints:
📝 Committable suggestion
🤖 Prompt for AI Agents