ericokuma
ericokuma
Persists the "show context for all measures" toggle state to the `lb_ctx` URL parameter. This ensures the toggle's state is preserved when sharing links or revisiting the dashboard, improving user...
Fixes APP-613 The `rill project partitions` command's `--page-token` failed because the `ExecutedOn` timestamp was not correctly marshaled into the pagination token, leading to a `Time.UnmarshalJSON` error. This PR updates the...
This PR enhances the breadcrumb navigation menu to improve user clarity and organization, addressing DES-79. It introduces: * **Type-specific icons:** Distinct icons are now displayed next to Explore and Canvas...
Fixes APP-581: Dashboard dimension search failing with trailing spaces. Previously, searching for a dimension with a trailing space (e.g., "site ") would incorrectly return "No matching dimensions". This change trims...
Fixes APP-575 Ensures that wrapped text for Measures, Dimensions, and Time chips in the pivot table sidebar is left-aligned. Previously, these chips were center-aligned, leading to an awkward appearance when...
Replaces the single "Pivot/Flat table" toggle button with a dual-mode `FieldSwitcher` component in the Pivot Toolbar. This addresses APP-348 by providing a clearer, more discoverable way for users to switch...
Fixes an issue where the "waking project" UI banner would disappear when navigating between project pages (e.g., to settings). The problem stemmed from: 1. `BillingCTAHandler` instances not correctly sharing state...
This PR addresses APP-309 by improving the Visual Metrics Editor's logic for selecting models and tables. The core problem was that the editor struggled with MotherDuck tables (which are not...