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 ...
Replace react-intl with next-intl and consolidate lang files.
Migrate i18n from react-intl to next-intl, eliminating the formatjs compilation pipeline. Translation files now live as nested JSON in public/intl/messages/ (si...
セッション録画をコードベースで再生するセッションに変更します.
すべてのファイル、コンポーネント、データベーススキーマ、API ルート、ホック、 "recording" から "replay" の用語にコンフィグをビルドします.
Rrweb ベースのセッション録画機能を追加します.
DOM キャプチャと rrweb-player 用の rrweb でフルセッション録画を実施 再生のため。 内容:SessionRecordingモデルの Prisma スキーマ gzip-compressed ストレージ、ロールアップ、コレクション API を介して構築されたレコーダースクリプト エンドポイント、レコ...
古いCSS変数を新しいreact-zen設計システムに移行します.
ジャーニーコンポーネント、global.css、およびvarables.cssはすべて古い参照 CSS カスタムプロパティ (---base-color-*, --primary-color, --text-base) @analytics/react-zen には存在しません。 新規にマッピング 変数名とデッド変数s...
デフォルトでは sidenav-collapsed 状態を false にすることで、WebsiteNav で不足しているバックボタンを修正しました.
BoardPageを個々のコンポーネントに分解し、デバッグログを削除します.
エキスボードロー、ボードコラム、ボードビューヘッダー、ボード編集ヘッダー、および boardConstants を別のファイルへ。 9 console.log ステートメントを削除します。 BoardBodyとBoardProviderから.
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 ...