Files
recap-relay/startos/versions/v0.2.24.ts
T

13 lines
1.9 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_24 = VersionInfo.of({
version: '0.2.24:0',
releaseNotes: {
en_US: 'Jobs-tab polish pass. (1) All rate metrics (ms-per-min, ms-per-MB, download-per-MB) now render uniformly as seconds with one decimal (e.g. "7.3s") instead of the mixed-shape "412ms" / "7.3s" output — columns visually align across rows. (2) Horizontal scrollbar is now always visible at the bottom of the Jobs table (was previously only visible mid-scroll on macOS Safari). Custom-themed to match the dashboard\'s dark palette. (3) Default row height is now strictly single-line across the entire table. The errors column was the only one that broke this — long error strings used to push individual rows to wrap, making the rest of the table look uneven. Fixed by truncating errors to single-line with a small +/ chevron at the right edge of each errors cell. Click the chevron to expand JUST that row\'s errors text into a wrapped multi-line view; other rows in the table stay single-line. Hover the cell to see the full error text in a native tooltip even without expanding. (4) "Show hidden columns" in the right-click menu became a submenu: hover over it (or click) to reveal each hidden column individually, click one to unhide just that column. "Show all" is offered at the top of the submenu when more than one column is hidden. Back button to return to the main menu. (5) Drag the right edge of any column header to resize that column\'s width. Widths persist to localStorage so the layout you tune sticks across page reloads. Minimum width 40px. While dragging, the cursor changes to col-resize and other UI is temporarily disabled to prevent stray clicks. (6) Misc: better cursor hints (grab vs col-resize), context menu closes cleanly on Escape, overlay click, or right-click outside the menu.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})