Fix website reports route type error and pass teamId to board WebsiteSelect.
Remove invalid 3rd parameter from GET handler and parse report type from query params instead. Pass teamId to WebsiteSelect in BoardEditHeader so it shows team ...
以下t-intl替换反应-intl并合并lang文件.
将 i18n 从反应- intl 移到下 intl, 取消格式js 编译管道。 翻译文件现在以嵌入式 JSON 的形式存在 公开/信息/信息/(唯一的真相来源),删除重复 src/lang/目录和副本/编译构建步骤。 用户名 钩式API被保留,所以所有的195+消费组件都保持不变.
将会话录音重命名为会话重放到代码库的整个会话 .
重命名所有文件、组件、数据库计划、 API 路由、 钩 消息,并构建从"录制"到"重放"术语的配置.
添加基于 rrweb 的会话记录功能 .
为 DOM 抓取和rrweb 播放器使用 rrweb 执行完整会话记录 为回放。 包括: 会话记录模型的Prisma schema,块化 gzip 压缩存储器, 通过 Rollup 创建记录器脚本, 收集 API 端点 录音列表/回放 UI 页面 网站录制设置 并级联删除支持.
将旧的CSS变量迁移到新的反应-zen设计系统.
行程组件, global.cs, 和变量.cs 全部引用旧 CSS 自定义属性 (- base- color- *, -- prime- color, -- text- base) 在@analytics/react-zen中不再存在。 把他们绑到新地方 变量名称并删除已死变量.css文件.
将 BoardPage分解为单个组件并去除调试日志.
取出 BoardRow, Board Column, BoardView Header, BoardEditer, 和 取出 Beditheader, 取出 取出 BoardRow, Board Column, BoardView Header, 取出 取出 取出 取出 取出 取出 取出 取出 取出 板 Constan...
Consolidate WebsiteNavSection into WebsiteNav and fix scrollbar flash.
Move sidebar rendering logic into WebsiteNav with isCollapsed prop so SideNav uses WebsiteNav directly instead of duplicating code. Add overflow hidden to preve...
Fix WebsiteSelect showing empty value on initial load.
Fall back to queried website name when local state hasn't been set yet, since useState only captures the initial value which is undefined before the query resol...
Fix CompareTables select width, WebsiteSelect min height, and MetricCard gap.
Combine WebsiteNav into SideNav when viewing a website.
Replace the separate 240px WebsiteNav sidebar with website navigation integrated into the main SideNav. When a websiteId is active, SideNav shows a back arrow, ...
Fix ChangeLabel colors to use react-zen theme variables.
Replace old CSS variables with new theme tokens for success, error, and neutral states.
Fix WebsiteDateFilter width and date popup minimum width.
Remove unnecessary wrapper Row around DateFilter and set min-width on the date picker popover to 200px.
Fix NavButton text not showing and remove unused Sidebar.
Show NavButton text whenever sidebar is not collapsed, not only on pages without sub-navigation. Also remove unused Sidebar component.
Fix Select component usage by removing items prop and render functions.
Replace render function children with mapped ListItem elements and remove the unsupported items prop across all Select instances.
Rename SideMenu to NavMenu, fix tooltips, and update react-zen.
- Rename SideMenu to NavMenu with visible group title labels and selected item highlighting - Update react-zen to 0.242.0 and fix responsive breakpoints (xs -> ...
Merge branch 'dev' into boards
# Conflicts: # .gitignore # package.json # pnpm-lock.yaml # **************** # prisma/schema.prisma # src/app/(main)/MobileNav.tsx # **************** # ********...
Add board view/edit mode separation with cancel button.
/boards/[id] is now view mode (read-only) with an edit button. /boards/[id]/edit is edit mode with save and cancel buttons. Save navigates back to view, cancel ...