reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: cleanup
FarhanAliRaza:pagination-fix
5 hours ago
fix: segmented_control indicator renders for >10 items Radix Themes 3.3.0 ships hardcoded nth-child rules for the sliding indicator up to 10 items only (radix-ui/themes#730); beyond that the indicator collapses. Expose item count and selected index as CSS custom properties on the root and override width/transform with one calc()-driven rule, supporting any number of items.
FarhanAliRaza:pagination-fix
5 hours ago
fix: segmented_control indicator renders for >10 items Radix Themes 3.3.0 ships hardcoded nth-child rules for the sliding indicator up to 10 items only (radix-ui/themes#730); beyond that the indicator collapses. Expose item count and selected index as CSS custom properties on the root and override width/transform with one calc()-driven rule, supporting any number of items.
FarhanAliRaza:pagination-fix
5 hours ago
fix: greptile code fix
FarhanAliRaza:lighthouse-improve
22 hours ago
fix: expose dynamic component tags on window.__reflex Capture named imports during Component serialization so tags only reachable via evalReactComponent (Component-typed vars, state field defaults) are included in window.__reflex. Without this, dynamic components fail to resolve their imports after the tree-shaking changes. Also splits @radix-ui/themes into its own chunk.
FarhanAliRaza:lighthouse-improve
2 days ago
Use full_raw_path for heading anchor hrefs HeadingLink built its anchor href from router.page.full_path, which is the normalized (registered-route) path. When frontend_path is set, that path is stripped of the mount prefix; the generated href drops the prefix too and clicking jumps to a route that doesn't exist on the ingress. Switch to full_raw_path, which is the URL the client actually requested and preserves the frontend_path prefix. When frontend_path is unset, full_path equals full_raw_path, so this is a no-op for that case. The paired rx.set_clipboard(href) in on_click reads the same local, so the "copy link" action and the rendered href stay consistent.
claude/fix/heading-full-raw-path
2 days ago
add test cases for multi-component frontend/backend path
FarhanAliRaza:add-backend-path
2 days ago
update DECORATED_PAGES type annotation (#6266) Signed-off-by: Mingzhe Zou <zoumingzhe@qq.com>
main
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: segmented_control indicator renders for >10 items
#6344
5 hours ago
86e8dba
FarhanAliRaza:pagination-fix
CodSpeed Performance Gauge
0%
Improve Lighthouse Scrore
#6296
22 hours ago
cd16bf4
FarhanAliRaza:lighthouse-improve
CodSpeed Performance Gauge
0%
Use full_raw_path for heading anchor hrefs
#6341
2 days ago
cd0a868
claude/fix/heading-full-raw-path
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs