github realbestia1/erdb v0.4.82

5 hours ago

0.4.82

  • Adjust dropdown sizing and add truncation (75252a5)
    Make the dropdown width content-driven and prevent overflow on small viewports. Set width to 'max-content', reduce minWidth from 180 to 160, and add a maxWidth based on the viewport (Math.min(320, window.innerWidth - rect.left - 16)). Also replace whitespace-nowrap with a 'truncate' utility on option buttons to avoid wrapped labels for long option text.
  • Add ratings color mode and thumbnailRatingStyle keys (572e2e6)
    Allow ratings color mode options to flow through the proxy and home-page controller. Added posterRatingsColorMode, backdropRatingsColorMode, thumbnailRatingsColorMode, logoRatingsColorMode and ratingsColorMode to PROXY_OPTIONAL_STRING_KEYS (and added thumbnailRatingStyle). Also updated useHomePageController to accept the new rating color mode props where needed so these settings are propagated from proxy config into the controller.
  • Add ratingsColorMode for badge rendering (f97dcdb)
    Introduce a ratingsColorMode option ("colored" | "transparent") across the stack to control glass-style badge coloring and opacities. Changes include: new normalizeRatingsColorMode helper; propagate ratingsColorMode through route params, proxy token config, ERDB proxy mapping, and aiometadata pattern builder; add UI state, actions and controls in home/workspace components to pick per-image-type color mode; pass mode into image renderer and badge SVG generators which adjust fill/border colors and opacities for the glass style; update types and tests accordingly. Also bumps package version.
    Full Changelog: v0.4.81...v0.4.82

Don't miss a new erdb release

NewReleases is sending notifications on new releases.