[WEB-5860] [WEB-5861] [WEB-5862] style: improved settings interface (#8520)
* style: improved profile settings * chore: minor improvements * style: improved workspace settings * style: workspace settings content * style: improved project settings * fix: project settings flat map * chore: add back navigation from settings pages * style: settings content * style: estimates list * refactor: remove old code * refactor: removed unnecessary line breaks * refactor: create a common component for page header * chore: add fade-in animation to sidebar * fix: formatting * fix: project settings sidebar header * fix: workspace settings sidebar header * fix: settings content wrapper scroll * chore: separate project settings features * fix: formatting * refactor: custom theme selector * refactor: settings headings * refactor: settings headings * fix: project settings sidebar padding * fix: sidebar header padding * fix: sidebar item permissions * fix: missing editable check * refactor: remove unused files * chore: remove unnecessary code * chore: add missing translations * fix: formatting
This commit is contained in:
parent
ba5ba5bf54
commit
db8b67102d
216 changed files with 4684 additions and 5454 deletions
|
|
@ -1843,6 +1843,43 @@ export default {
|
|||
primary_button: "Add estimate system",
|
||||
},
|
||||
},
|
||||
features: {
|
||||
cycles: {
|
||||
title: "Cycles",
|
||||
short_title: "Cycles",
|
||||
description: "Schedule work in flexible periods that adapt to this project's unique rhythm and pace.",
|
||||
toggle_title: "Enable cycles",
|
||||
toggle_description: "Plan work in focused timeframes.",
|
||||
},
|
||||
modules: {
|
||||
title: "Modules",
|
||||
short_title: "Modules",
|
||||
description: "Organize work into sub-projects with dedicated leads and assignees.",
|
||||
toggle_title: "Enable modules",
|
||||
toggle_description: "Project members will be able to create and edit modules.",
|
||||
},
|
||||
views: {
|
||||
title: "Views",
|
||||
short_title: "Views",
|
||||
description: "Save custom sorts, filters, and display options or share them with your team.",
|
||||
toggle_title: "Enable views",
|
||||
toggle_description: "Project members will be able to create and edit views.",
|
||||
},
|
||||
pages: {
|
||||
title: "Pages",
|
||||
short_title: "Pages",
|
||||
description: "Create and edit free-form content; notes, docs, anything.",
|
||||
toggle_title: "Enable pages",
|
||||
toggle_description: "Project members will be able to create and edit pages.",
|
||||
},
|
||||
intake: {
|
||||
title: "Intake",
|
||||
short_title: "Intake",
|
||||
description: "Let non-members share bugs, feedback, and suggestions; without disrupting your workflow.",
|
||||
toggle_title: "Enable intake",
|
||||
toggle_description: "Let project members create in app intake requests.",
|
||||
},
|
||||
},
|
||||
},
|
||||
project_cycles: {
|
||||
add_cycle: "Add cycle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue