[WEB-2433] chore-Update name of the Layout#5661
Conversation
WalkthroughThe changes involve updating the titles of various layout options across multiple components and constants in the codebase. Specifically, the term "Kanban" has been replaced with "Board," and other layout titles have been modified for clarity, such as changing "Grid layout" to "Gallery layout" and "Gantt layout" to "Timeline layout." These adjustments aim to enhance the user interface terminology without altering the underlying functionality of the components. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
web/core/constants/issue.ts
Outdated
| export const ISSUE_LAYOUT_MAP = { | ||
| [EIssueLayoutTypes.LIST]: { key: EIssueLayoutTypes.LIST, title: "List Layout", label: "List", icon: List }, | ||
| [EIssueLayoutTypes.KANBAN]: { key: EIssueLayoutTypes.KANBAN, title: "Kanban Layout", label: "Kanban", icon: Kanban }, | ||
| [EIssueLayoutTypes.KANBAN]: { key: EIssueLayoutTypes.KANBAN, title: "Board Layout", label: "Board", icon: Kanban }, |
There was a problem hiding this comment.
Change the casing of layout from Layout to layout across this file
anmolsinghbhatia
left a comment
There was a problem hiding this comment.
Can you also update the file and folder names?
Clean Reason
Changed layout names to simpler keywords to improve user experience.
Implementation
Changed kanban to board, gantt to timeline, spreadsheet to table and grid to gallery.
References
[WEB-2433]
Summary by CodeRabbit