Skip to content
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

feat(audits): Add new UI #10217

Merged
merged 24 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ba51c29
feat(audits): Add selected style for audits
Princesseuh Feb 21, 2024
9e1c960
feat(audits): Fully add new style
Princesseuh Feb 21, 2024
cb82d95
Merge branch 'main' into feat/cooler-audits
Princesseuh Feb 23, 2024
e5283b3
feat: new iteration
Princesseuh Feb 23, 2024
051688f
Merge branch 'main' into feat/cooler-audits
Princesseuh Feb 23, 2024
c9f728d
chore: changeset
Princesseuh Feb 23, 2024
704e7a4
Merge branch 'main' into feat/cooler-audits
Princesseuh Feb 29, 2024
13403ea
feat: separate audits by category
Princesseuh Feb 29, 2024
37a42f6
fred pass
FredKSchott Mar 1, 2024
af722b1
feat: new UI
Princesseuh Mar 7, 2024
44eb378
refactor: fix everything
Princesseuh Mar 7, 2024
51a3cd3
fix: recreate UI on further lints
Princesseuh Mar 7, 2024
cfc2065
Merge branch 'main' into feat/cooler-audits
Princesseuh Mar 7, 2024
b723723
Merge branch 'main' into feat/cooler-audits
Princesseuh Mar 7, 2024
84d8445
fix: remove unnecessary changes
Princesseuh Mar 7, 2024
cf0a233
chore: lockfile
Princesseuh Mar 7, 2024
e90dd03
fix: tryout for descriptions
Princesseuh Mar 7, 2024
5a45289
fix: remove change, will do in other PR
Princesseuh Mar 7, 2024
c39e58c
Apply suggestions from code review
Princesseuh Mar 7, 2024
5c71eac
test: fix
Princesseuh Mar 7, 2024
b97b101
Merge branch 'main' into feat/cooler-audits
Princesseuh Mar 7, 2024
53be665
nit: format styles
Princesseuh Mar 8, 2024
ce0586a
Merge branch 'main' into feat/cooler-audits
Princesseuh Mar 8, 2024
7a9f1d7
Merge branch 'main' into feat/cooler-audits
Princesseuh Mar 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/witty-wombats-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro": minor
---

Update UI for dev toolbar audits with new information
Princesseuh marked this conversation as resolved.
Show resolved Hide resolved
1 change: 0 additions & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/traverse": "^7.23.3",
"@babel/types": "^7.23.3",
"@medv/finder": "^3.1.0",
"@types/babel__core": "^7.20.4",
"acorn": "^8.11.2",
"aria-query": "^5.3.0",
Expand Down