hyperdx/.changeset
Elizabet Oliveira 6c347a52c8
fix: ClickStack and HyperDX color token improvements (#1988)
## Summary

- **Link colors**: Override `--mantine-color-anchor` in ClickStack so links use blue in light mode and yellow in dark mode instead of Mantine's default primary color derivation.
- **Checkbox & Radio**: Use `vars` overrides to apply ClickStack accent color to active checkboxes and radios, with contrasting icon colors for readability in both themes.
- **Slider styling**: Replace inline `styles` with semantic tokens (`--color-slider-bar`, `--color-slider-thumb`, `--color-slider-dot`, etc.) and CSS modules for consistent 6px solid dot marks and token-based thumb/mark colors across both ClickStack and HyperDX themes.
- **Subtle Button variant**: Add `variant="subtle"` support to `Button` in both themes (transparent background, hover highlight, standard text color).
- **Docs**: Update `code_style.md` to document `variant="subtle"` as accepted for both `Button` and `ActionIcon`.

### Before

<img width="3896" height="1296" alt="image" src="https://github.com/user-attachments/assets/5a2f109a-88e3-46a1-8e38-95d51dfd5a6b" />

<img width="1806" height="2570" alt="image" src="https://github.com/user-attachments/assets/70cf6786-a487-477b-868f-7f2a18746053" />



### After

<img width="3596" height="1358" alt="image" src="https://github.com/user-attachments/assets/0ad3b885-e6b8-4edd-aade-97516740ed6b" />

<img width="1874" height="2684" alt="image" src="https://github.com/user-attachments/assets/fa00f2cc-49f8-4bd3-8379-3665b760bd4e" />


## Test plan

- [ ] Verify links are blue in ClickStack light mode and yellow in dark mode
- [ ] Verify checkboxes and radio buttons use the accent color when active in both themes
- [ ] Verify checkbox icon is dark in dark mode for contrast
- [ ] Verify slider marks are solid 6px dots, with correct colors in both modes
- [ ] Verify slider thumb uses theme-appropriate colors
- [ ] Verify `<Button variant="subtle">` renders correctly in both themes
- [ ] Verify no visual regressions in HyperDX theme slider styling
2026-03-25 19:46:59 +00:00
..
clickstack-color-tokens.md fix: ClickStack and HyperDX color token improvements (#1988) 2026-03-25 19:46:59 +00:00
collapsible-filter-sidebar.md feat: Add collapsible filter sidebar toggle to search page (#1975) 2026-03-25 15:44:56 +00:00
config.json feat: allow otel-collector to run without OpAMP server (#1672) 2026-01-29 17:50:24 +00:00
eighty-rice-cough.md fix: Correctly detect text index with quoted tokenizer argument (#1985) 2026-03-25 13:51:05 +00:00
fast-plants-peel.md ci: Replace QEMU with native ARM64 runners for release builds (#1952) 2026-03-20 23:04:49 +00:00
few-ravens-teach.md fix: Fix query error on ClickHouse Query latency chart (#1978) 2026-03-24 14:42:28 +00:00
good-socks-leave.md fix: Preserve default select when saving search (#1986) 2026-03-25 14:42:44 +00:00
hdx-3770-column-from-filter-panel.md feat: Add Column toggle button to filter panel in DBSearchPage (#1947) 2026-03-23 15:21:57 +00:00
hdx-3800-fix-duplicate-demo-sources.md fix: Prevent duplicate demo sources in Play Environment source select (#1977) 2026-03-24 14:29:07 +00:00
lemon-gifts-suffer.md feat: Add conditions to Dashboard filters; Support filter multi-select (#1969) 2026-03-24 18:05:41 +00:00
nine-zoos-buy.md feat: Add OpenAI provider support for AI assistance (#1960) 2026-03-23 16:27:19 -06:00
README.md feat: init changeset 2023-09-15 17:23:15 -07:00
sharp-eggs-appear.md Switch to OpenAI Responses API (#1981) 2026-03-25 01:46:43 +00:00
smooth-poems-film.md fix: Improve auto-complete behavior for aliases and maps (#1987) 2026-03-25 17:41:16 +00:00
spicy-toes-prove.md docs: Link to the SQL-based visualization docs (#1965) 2026-03-23 16:17:30 +00:00
tasty-owls-heal.md fix: Fix intermittently-missing SQL autocomplete suggestions (#1980) 2026-03-24 13:45:34 -04:00
wet-ads-shout.md Optimize materialized column lookup for expression aliases (#1959) 2026-03-22 22:54:18 +00:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation