- Notifications
You must be signed in to change notification settings - Fork 0
Tools: add responsive results-mode mockup#1864
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
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
43300cc
feat: add responsive tools results mockup
BigSimmo 87e6e22
Merge remote-tracking branch 'refs/remotes/origin/main' into codex/to…
BigSimmo 1e95c90
fix: align tools filters with shared controls
BigSimmo 12478eb
Merge remote-tracking branch 'refs/remotes/origin/main' into codex/to…
BigSimmo 0c1dae7
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo 71fd1b3
test: cover tools results review regressions
BigSimmo 56d43f1
Merge main and resolve tools results review findings
BigSimmo 987918e
style: restore formatted file ending
BigSimmo bcb39e5
Merge be5c7f5a082ea4b865ff07ef7dd77330f3f86a1a into 987918e609ffe571f…
BigSimmo b38564c
Merge remote-tracking branch 'refs/remotes/origin/main' into codex/to…
BigSimmo 4709460
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo 2ed4111
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo d548f6b
style: refine tools results mockup
BigSimmo bcd0c3e
Merge remote-tracking branch 'refs/remotes/origin/main' into codex/to…
BigSimmo 3f90504
docs: record tools mockup design review
BigSimmo a2df696
Merge remote-tracking branch 'refs/remotes/origin/main' into codex/to…
BigSimmo 3c039f8
Merge remote-tracking branch 'refs/remotes/origin/codex/tools-results…
BigSimmo 11acb59
fix: make tools detail focus semantics accessible
BigSimmo fd43d36
test: cover tools detail focus semantics
BigSimmo 7a5d62c
Merge remote-tracking branch 'refs/remotes/origin/codex/tools-results…
BigSimmo 805b817
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo 434e82d
Merge remote-tracking branch 'refs/remotes/origin/codex/tools-results…
BigSimmo 8a25e9f
Merge remote-tracking branch 'refs/remotes/origin/main' into codex/to…
BigSimmo c11a025
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo 6639345
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo 36474aa
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo 5708481
chore: keep shared review ledger from main
BigSimmo 9a469a9
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo dfcfcbf
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo 3675deb
Merge branch 'main' into codex/tools-results-mode-mockup
BigSimmo 5fc2f98
fix: close mockup filter sheet across desktop breakpoint
BigSimmo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| import type { Metadata } from "next"; | ||
| import { ToolsSearchModeMockup } from "@/components/tools-page-mockups/tools-search-mode-mockup"; | ||
| export const metadata: Metadata = { | ||
| title: "Perfected Tools Results Mode Mockup - Clinical KB", | ||
| description: "Responsive Tools results page with the universal search composer and adaptive tool details.", | ||
| }; | ||
| export default function ToolsSearchModeMockupRoute() { | ||
| return <ToolsSearchModeMockup />; | ||
| } |
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
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.