Skip to content

Commit 1ab17ee

Browse files
Alex-Tidemanlaurakwhitdependabot[bot]
authored
Codefreeze 09.12.24 -> Main (#2341)
* Accordion component updates (#2316) * Fix styling for non-expandable Accordion * Update padding on Card to match Accordion * Add AccordionGroup * Make ring inset on focus-within * Fix imports and A11y warning * Highlight active link in nav bar (#2324) * Add active styling for nav item * Add isActive check for nav links * Account for if isActive is undefined * Add http api port and async update flag (#2314) * Show all possible failures for WorkflowTaskError (#2328) * Use AccordionGroup to show all possible failures * Dont use red text * Move source to accordion * Add pending task component and move into accordion group * Fixes from Laura's review * Bump express from 4.19.2 to 4.20.0 (#2323) Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.19.2...4.20.0) --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump vite from 5.0.13 to 5.2.14 (#2329) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.13 to 5.2.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.2.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update go to 1.22.6 (#2334) * Update go to 1.23 * Use 1.22.6 * Remove work files * Add go.work to gitignore * Remove Start Workflow input preview, add error alert for invalid input (#2338) * Remove preview codeblock, add error for invalid json * Remove console * Translate * Update Label spacing (#2336) * Update Combobox Label spacing to match Select * Update Label spacing on Holocene components to match Select and Input * Update Label spacing on custom components --------- Co-authored-by: Alex Tideman <[email protected]> * Add env var to disable workflow count refresh (#2312) * Event Type multiselect dropdown with All/None options (#2339) * Move event type filters into a multiselect dropdown * Set smaller width on mobile * Add some padding to json view and don't include status filter * Update snapshots * Remove unused code * Remove camelcase * Fix typo --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Laura Whitaker <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 651f1d0 commit 1ab17ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1035
-1368
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ server/ui/assets
1919
/playwright/.cache/
2020
/dist
2121
/audits
22+
go.work
23+
go.work.sum

go.work

Lines changed: 0 additions & 3 deletions
This file was deleted.

go.work.sum

Lines changed: 0 additions & 905 deletions
This file was deleted.

0 commit comments

Comments
 (0)