Draft
Conversation
Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan Review Summary by QodoDocument Core-Styles v3 refactoring work plan and execution strategy
WalkthroughsDescription• Documents v3 refactoring work plan across three related PRs • Maps branch structure and execution order for v3 migration • Details PR #455: reorganize styles per client library structure • Details PR #456: integrate Figma re-brand color tokens • Details PR #454: v3 epic umbrella with build infrastructure changes Diagramflowchart LR
main["main"]
epic["epic/v3<br/>PR #454"]
reorg["epic/v3--reorg<br/>PR #455"]
tokens["epic/v3--gh-345-tokens-from-figma<br/>PR #456"]
reorg -- "merge second" --> epic
tokens -- "merge third" --> epic
epic -- "merge last" --> main
style epic fill:#e1f5ff
style reorg fill:#fff3e0
style tokens fill:#f3e5f5
style main fill:#e8f5e9
File Changes1. docs/v3-plan.md
|
Code Review by Qodo
1. Wrong CSS depth rule
|
…gn diagram step labels Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
…ompiled-vs-source; enumerate what it does and does not cover Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
…se files Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
wesleyboar
added a commit
that referenced
this pull request
Mar 17, 2026
## Overview / Changes - Fix outdated undocumented lint script. - Fix inaccurate path imports since merging main. ## Related - cleans up #454 - as does #603 ## Testing 1. `npm run build` - no errors 2. `npm run lint` - no errors ## UI ### `npm run build` ``` Core-Styles-v3 % npm run build > @tacc/core-styles@3.0.0-alpha.0 build > npm run build:css && npm run build:demo > @tacc/core-styles@3.0.0-alpha.0 build:css > bin/build.js --build-id=$npm_config_build_id Tagging CSS version as @tacc/core-styles 3.0.0-alpha.0+ | MIT | github.com/TACC/Core-Styles Creating tokens for v1, v2, v3, ds Building stylesheet(s) to /Users/wbomar/Code/TACC/Core-Styles-v3/dist > @tacc/core-styles@3.0.0-alpha.0 postbuild:css > rm -rf dist/fonts && cp -r src/lib/fonts dist/fonts > @tacc/core-styles@3.0.0-alpha.0 prebuild:demo > rm -rf dist/_utils && cp -r src/lib/_utils dist/_utils > @tacc/core-styles@3.0.0-alpha.0 build:demo > fractality build Fractality version mismatch! Global: 3.0.0-alpha.0 / Local: 1.6.3 ✔ Build started... ⚑ Exported 966 of 966 items ✔ Build finished with no errors. ``` ### `npm run lint` ``` Core-Styles-v3 % npm run lint > @tacc/core-styles@3.0.0-alpha.0 lint > npm run lint:dirs > @tacc/core-styles@3.0.0-alpha.0 lint:dirs > bin/only-commit-source.js No dist files found in source. Ready to publish. ``` --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
…xed, passes on epic/v3 Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
## Overview Fix misc accessibility issues. ## Related - required by TACC/Core-CMS#1089 - required by TACC/tup-ui#537 ## Changes 1. lighten accent color 39999f4, 5547d1a 2. darken body text 1756a14 3. darken modal close button (by not setting color) 1756a14 4. darken monospace text color (by changing variable) 1756a14 5. darken table text color (by not setting color) 1756a14 6. darken section text color (by changing variable) 1756a14 - remove `--color--text-strong` cuz it now matches `--color--text` 7. darker form page footer links (by inheriting color) 1756a14 8. darken normal text MORE via token/var 6e181d6, f39edcf 9. change footer links to blue 2900384, f39edcf - renames `…accent--light-old` to `…accent--light-alt` - adds new var `…accent--dark-alt` 10. explain "Update" pill (and remove extra span) a58244c 11. `data-prefix="Published:"` requires `aria-label="…"` afec01e 12. add `:active` state for header nav links a80f89d 13. darken footer background & lighten footer text f39edcf ## Testing & UI ### 1. — 11. from "Changes" > [!TIP] > Tested via TACC/Core-CMS#1089 and TACC/tup-ui#537. ### 12. add `:active` state for header nav links a80f89d https://github.com/user-attachments/assets/27b6795d-f4d4-4714-a26c-b222f4201c3e https://github.com/user-attachments/assets/7c4eefd3-b1be-4413-b0d9-05d1403f685f https://github.com/user-attachments/assets/e2316960-2bc7-4215-bb25-33536d40b176 ### 13. darken footer background & lighten footer text f39edcf > [!TIP] > Tested via TACC/tup-ui#537.
… status as resolved Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
…ard detail Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
… confirmation as human-required blocker Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Warning
Qodo review might have something useful to share. Merge chaos and large context window and plain ol' A.I. mistakes could have lead to inaccuracies that Qodo, independent review, may have caught.
Overview
Document what is left to do on PRs #454, #455, #456.
Related
documents:
Changes
Testing
UI
Read https://github.com/wesleyboar/Core-Styles/blob/005ccef1/docs/v3-plan.md.