Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cyclimse cyclimse released this 03 Dec 15:30
· 7 commits to main since this release
35fe78d

Main changes

It's only a small patch but many bug fixes were done!

  • When scrolling past the middle of the table, refreshing the resources would modify the viewport height, which messed up the display. This has been fixed! 🎉
  • Refreshing the resources will now correctly work with search!
  • Resources created by quick actions, such as triggered Job Runs, will now be properly indexed and displayed while searching!
  • The table will now display a "Created At" to help distinguish resources with the same name (ie Job Runs)

What's Changed

  • chore(deps): bump github.com/brianvoe/gofakeit/v6 from 6.24.0 to 6.25.0 by @dependabot in #30
  • chore: update scaleway sdk go by @cyclimse in #31
  • fix(ui): fix cursor getting reset on resource update by @cyclimse in #32
  • fix(core): deindex deleted resources by @cyclimse in #33
  • fix(ui): refresh view if search is dirty by @cyclimse in #34
  • refactor(store): remove dead queries by @cyclimse in #35
  • feat(ui): add created at by @cyclimse in #36

Full Changelog: v0.2.0...v0.2.1