Skip to content

v1.15.1

Choose a tag to compare

@Starosdev Starosdev released this 24 Jan 06:16
· 925 commits to master since this release

1.15.1 (2026-01-24)

Bug Fixes

  • frontend: improve detail view table layout for issue #122 (#127) (b0907f8)

Detail View Layout Improvements

This release includes significant layout changes to the drive detail view to improve usability on smaller screens:

Layout restructure

  • Changed from side-by-side layout (device info sidebar next to SMART table) to a stacked full-width layout
  • Device info card now appears above the SMART attributes table, giving the table more horizontal space

Device info card

  • Reorganized to use a responsive grid that adapts from 2 columns on small screens up to 8 columns on large displays

SMART attributes table

  • Reduced cell padding to save horizontal space
  • Name column now allows text wrapping instead of forcing horizontal scroll for long attribute names
  • Added scroll shadow indicators that appear when the table content overflows, providing visual feedback that more content is available

Dark mode

  • Scroll shadow indicators are styled appropriately for both light and dark themes