Skip to content

Releases: agynio/console-app

v0.10.6

Choose a tag to compare

@rowan-stein rowan-stein released this 01 May 12:11
5d881aa
  • Fix Workloads table grid layout regression (Tailwind runtime grid cols)

v0.10.5

Choose a tag to compare

@casey-brooks casey-brooks released this 30 Apr 09:10
55c5945

What's Changed

Full Changelog: v0.10.4...v0.10.5

v0.10.4

Choose a tag to compare

@rowan-stein rowan-stein released this 24 Apr 21:44
293bf61

What's Changed

Full Changelog: v0.10.3...v0.10.4

v0.10.2

Choose a tag to compare

@rowan-stein rowan-stein released this 24 Apr 21:43
5164c8b

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

Choose a tag to compare

@rowan-stein rowan-stein released this 22 Apr 21:19
4131887

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@rowan-stein rowan-stein released this 22 Apr 21:10
dbb7b44

What's Changed

Full Changelog: v0.9.3...v0.10.0

v0.9.2

Choose a tag to compare

@rowan-stein rowan-stein released this 20 Apr 12:12
9760e88

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.7.0

Choose a tag to compare

@rowan-stein rowan-stein released this 12 Apr 23:59
5f58050

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@rowan-stein rowan-stein released this 12 Apr 00:02
57d69e9

What's Changed

Features

  • feat(devices): add device management (#40) — Devices page with create/delete, JWT enrollment display
  • feat(auth): add OIDC sign-out (#44) — Sign-out flow via OIDC end session endpoint

Tests

  • test(e2e): cover devices page (#43) — 3 Playwright e2e tests + Argos screenshots for devices
  • test(e2e): capture sign-out screenshots (#46) — Sign-out visual regression coverage

Fixes

  • fix(query): disambiguate list keys (#38) — Query key disambiguation for list endpoints

v0.5.0

Choose a tag to compare

@rowan-stein rowan-stein released this 08 Apr 08:35
8691c13

What's Changed

Page Title Refactoring (#34)

  • Added PageTitleContext and useDocumentTitle hook for dynamic page titles
  • Replaced static "Agyn Console / Platform administration" banner with dynamic page title in the top bar
  • Removed all redundant page-level headers (<h2>, <h3> + descriptions) from the main content area
  • Updated E2E tests and added unit tests for the new context

Search & Action Row Alignment (#35)

  • Merged search input and create/action button into a single row (search left, button right) on all 14 list pages

Sidebar Navigation Fix (#36)

  • Fixed Overview and Dashboard sidebar links always appearing active by adding end prop for exact path matching

Full Changelog: v0.4.0...v0.5.0