[WEB-4552] fix: stickies layout + minified layout filter#7466
[WEB-4552] fix: stickies layout + minified layout filter#7466sriramveeraghanta merged 1 commit intopreviewfrom
Conversation
WalkthroughThe updates expand layout options in mobile selectors to include SPREADSHEET and GANTT, align label rendering with a new property, and enhance responsive column logic in sticky layouts. Additionally, the type definition for issue layouts now includes an Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant MobileLayoutSelection
participant LayoutConstants
User->>MobileLayoutSelection: Open layout selector
MobileLayoutSelection->>LayoutConstants: Fetch ISSUE_LAYOUTS (with i18n_label)
MobileLayoutSelection-->>User: Display all layout options (LIST, KANBAN, CALENDAR, SPREADSHEET, GANTT) with i18n_label
User->>MobileLayoutSelection: Select layout
MobileLayoutSelection-->>User: Apply selected layout
Estimated code review effort2 (~15 minutes) Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
🧠 Learnings (3)📓 Common learningspackages/constants/src/issue/layout.ts (1)Learnt from: mathalav55 apps/web/core/components/issues/issue-layouts/filters/header/mobile-layout-selection.tsx (1)Learnt from: mathalav55 🧰 Additional context used🧠 Learnings (3)📓 Common learningspackages/constants/src/issue/layout.ts (1)Learnt from: mathalav55 apps/web/core/components/issues/issue-layouts/filters/header/mobile-layout-selection.tsx (1)Learnt from: mathalav55 🔇 Additional comments (5)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Pull Request Linked with Plane Work Items
Comment Automatically Generated by Plane |
Description
Summary by CodeRabbit
New Features
Enhancements