generated from ucdavis/web-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Cyd/design2 #20
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
Cyd/design2 #20
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e52d644
favicon and header
cydoval 2d90957
Merge branch 'main' into cyd/design2
cydoval 726e080
report clean up
cydoval 35da42c
report clean up
cydoval bc07c5f
code rabbit changes
cydoval 1a25c47
faq
cydoval f7ab910
UCD blue and gold
cydoval 6d53812
table reorg
cydoval 0f36951
faq tempalte
cydoval 75c156b
new favicon color
cydoval a374565
full bg
cydoval 8d0004e
code rabbit
cydoval 6db796a
Revert "full bg"
cydoval 7cb3cf2
darker tones
cydoval 68c2460
aligned tables and color fixes
cydoval 17db03b
no soft badges
cydoval 3e7b808
unneeded space
cydoval 3da6408
Enhances link security for outbound links
srkirkland 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
Some comments aren't visible on the classic Files Changed page.
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 |
|---|---|---|
| @@ -1,16 +1,51 @@ | ||
| <!doctype html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Readable</title> | ||
| <meta | ||
| name="description" | ||
| content="Readable is a PDF accessibility conversion tool built by CRU at CA&ES UC Davis." | ||
| /> | ||
|
|
||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <link rel="icon" type="image/svg+xml" href="/thumbnail.svg" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Web App Template</title> | ||
| </head> | ||
| <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | ||
| <link rel="alternate icon" href="/favicon.ico" type="image/x-icon" /> | ||
|
|
||
| <body data-theme='gunrock' className='antialiased'> | ||
| <div id="root"></div> | ||
| <script type="module" src="/src/main.tsx"></script> | ||
| </body> | ||
| <meta name="theme-color" content="#002855" /> | ||
|
|
||
| </html> | ||
| <meta property="og:title" content="Readable | CA&ES UC Davis" /> | ||
| <meta | ||
| property="og:description" | ||
| content="Readable is a PDF accessibility conversion tool built by CRU at CA&ES UC Davis." | ||
| /> | ||
| <meta | ||
| property="og:image" | ||
| content="https://readable.ucdavis.edu/thumbnail.jpg" | ||
| /> | ||
| <meta property="og:type" content="website" /> | ||
| <meta property="og:url" content="https://readable.ucdavis.edu" /> | ||
| <meta property="og:site_name" content="Readable UC Davis" /> | ||
|
|
||
| <meta name="twitter:card" content="summary_large_image" /> | ||
| <meta name="twitter:title" content="Readable | CA&ES UC Davis" /> | ||
| <meta | ||
| name="twitter:description" | ||
| content="Readable is a PDF accessibility conversion tool built by CRU at CA&ES UC Davis." | ||
| /> | ||
| <meta | ||
| name="twitter:image" | ||
| content="https://readable.ucdavis.edu/thumbnail.jpg" | ||
| /> | ||
| <meta name="twitter:creator" content="@ucdavis" /> | ||
|
|
||
| <meta name="author" content="CAESDO" /> | ||
| <meta name="robots" content="index, follow" /> | ||
| <meta name="language" content="English" /> | ||
| </head> | ||
|
|
||
| <body data-theme="readable" class="antialiased"> | ||
| <div id="root"></div> | ||
| <script type="module" src="/src/main.tsx"></script> | ||
| </body> | ||
| </html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: ucdavis/readable
Length of output: 2590
🏁 Script executed:
Repository: ucdavis/readable
Length of output: 4186
🏁 Script executed:
Repository: ucdavis/readable
Length of output: 300
🏁 Script executed:
Repository: ucdavis/readable
Length of output: 801
Define
--color-light-fontand--color-dark-fontvariables.The CSS variables
--color-light-font(used in lines 30, 34, 36, 38, 40) and--color-dark-font(line 27) are referenced but not defined anywhere in the codebase. Additionally,@ucdavis/gunrock-tailwindis imported but not listed inpackage.jsondependencies. Either add these variables toclient/src/main.csswithin the@themeblock or ensure the gunrock-tailwind package is installed and exports these variables.🤖 Prompt for AI Agents