Remove roadmap (#2760)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-03-17 15:48:25 +06:00 committed by GitHub
parent 29a0986241
commit 8e3a6989cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 34 deletions

View File

@ -994,7 +994,7 @@ export function createModel (builder: Builder): void {
label: tracker.string.MyIssues,
icon: tracker.icon.MyIssues,
component: tracker.component.MyIssues
},
}
// {
// id: 'views',
// position: 'top',
@ -1002,13 +1002,6 @@ export function createModel (builder: Builder): void {
// icon: tracker.icon.Views,
// component: tracker.component.Views
// },
{
id: 'roadmap',
position: 'top',
label: tracker.string.Roadmap,
icon: tracker.icon.Components,
component: tracker.component.Roadmap
}
],
spaces: [
{

View File

@ -137,7 +137,6 @@
"ComponentMembersTitle": "Component members",
"ComponentLeadSearchPlaceholder": "Set component lead\u2026",
"ComponentMembersSearchPlaceholder": "Change component members\u2026",
"Roadmap": "Roadmap",
"MoveToProject": "Move to project",
"Duplicate": "Duplicate",

View File

@ -137,7 +137,6 @@
"ComponentMembersTitle": "Участники компонента",
"ComponentLeadSearchPlaceholder": "Назначьте руководителя компонента\u2026",
"ComponentMembersSearchPlaceholder": "Измененить участников компонента\u2026",
"Roadmap": "Планирование",
"MoveToProject": "Изменить проект",
"Duplicate": "Дублировать",

View File

@ -1,20 +0,0 @@
<!--
// Copyright © 2022 Hardcore Engineering Inc.
//
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. You may
// obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//
// See the License for the specific language governing permissions and
// limitations under the License.
-->
<script lang="ts">
import Components from './Components.svelte'
import tracker from '../../plugin'
</script>
<Components label={tracker.string.Roadmap} />

View File

@ -61,7 +61,6 @@ import Components from './components/components/Components.svelte'
import ComponentStatusEditor from './components/components/ComponentStatusEditor.svelte'
import ComponentStatusPresenter from './components/components/ComponentStatusPresenter.svelte'
import ComponentTitlePresenter from './components/components/ComponentTitlePresenter.svelte'
import Roadmap from './components/components/Roadmap.svelte'
import TargetDatePresenter from './components/components/TargetDatePresenter.svelte'
import ProjectComponents from './components/components/ProjectComponents.svelte'
import RelationsPopup from './components/RelationsPopup.svelte'
@ -382,7 +381,6 @@ export default async (): Promise<Resources> => ({
IssuesView,
KanbanView,
ProjectComponents,
Roadmap,
IssuePreview,
RelationsPopup,
CreateIssue,

View File

@ -166,7 +166,6 @@ export default mergeIds(trackerId, tracker, {
ComponentMembersSearchPlaceholder: '' as IntlString,
List: '' as IntlString,
NumberLabels: '' as IntlString,
Roadmap: '' as IntlString,
MoveToProject: '' as IntlString,
Duplicate: '' as IntlString,
@ -344,7 +343,6 @@ export default mergeIds(trackerId, tracker, {
EditComponent: '' as AnyComponent,
IssuesView: '' as AnyComponent,
KanbanView: '' as AnyComponent,
Roadmap: '' as AnyComponent,
ProjectComponents: '' as AnyComponent,
IssuePreview: '' as AnyComponent,
RelationsPopup: '' as AnyComponent,