Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verona-modules-aspect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IQB
verona-modules-aspect
Commits
72faede9
Commit
72faede9
authored
9 months ago
by
rhenck
Browse files
Options
Downloads
Patches
Plain Diff
[editor] Hide history button
This feature is incomplete. Button is hidden until it's done.
parent
9b8d9902
No related branches found
No related tags found
No related merge requests found
Pipeline
#60626
failed
9 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/editor/src/app/components/unit-view/unit-view.component.html
+18
-16
18 additions, 16 deletions
...tor/src/app/components/unit-view/unit-view.component.html
with
18 additions
and
16 deletions
projects/editor/src/app/components/unit-view/unit-view.component.html
+
18
−
16
View file @
72faede9
...
@@ -47,6 +47,7 @@
...
@@ -47,6 +47,7 @@
</ng-template>
</ng-template>
<aspect-page-canvas
*ngIf=
"pagesLoaded"
class=
"fx-column-start-stretch"
[page]=
"page"
></aspect-page-canvas>
<aspect-page-canvas
*ngIf=
"pagesLoaded"
class=
"fx-column-start-stretch"
[page]=
"page"
></aspect-page-canvas>
</mat-tab>
</mat-tab>
<mat-tab
disabled
>
<mat-tab
disabled
>
<ng-template
mat-tab-label
>
<ng-template
mat-tab-label
>
<button
mat-icon-button
(click)=
"addPage()"
>
<button
mat-icon-button
(click)=
"addPage()"
>
...
@@ -55,22 +56,23 @@
...
@@ -55,22 +56,23 @@
</ng-template>
</ng-template>
</mat-tab>
</mat-tab>
<mat-tab
disabled
>
<!-- Commented out for now, until feature works-->
<ng-template
mat-tab-label
>
<!-- <mat-tab disabled>-->
<button
mat-icon-button
class=
"history-button"
[matMenuTriggerFor]=
"historyMenu"
>
<!-- <ng-template mat-tab-label>-->
<mat-icon>
history
</mat-icon>
<!-- <button mat-icon-button class="history-button" [matMenuTriggerFor]="historyMenu">-->
</button>
<!-- <mat-icon>history</mat-icon>-->
<mat-menu
#historyMenu
="
matMenu
"
>
<!-- </button>-->
<h3>
Änderungshistorie
</h3>
<!-- <mat-menu #historyMenu="matMenu">-->
<p
[style.color]=
"'red'"
>
Achtung experimentelle Funktion!
<br>
<!-- <h3>Änderungshistorie</h3>-->
Benutzung kann Fehler verursachen bis hin zu kaputter Unit.
</p>
<!-- <p [style.color]="'red'">Achtung experimentelle Funktion!<br>-->
<div
*ngFor=
"let command of historyService.commandList"
>
<!-- Benutzung kann Fehler verursachen bis hin zu kaputter Unit.</p>-->
<p>
{{ command.title }}
</p>
<!-- <div *ngFor="let command of historyService.commandList">-->
</div>
<!-- <p>{{ command.title }}</p>-->
<button
*ngIf=
"historyService.commandList.length > 0"
(click)=
"unitService.rollback()"
>
Rollback
</button>
<!-- </div>-->
</mat-menu>
<!-- <button *ngIf="historyService.commandList.length > 0" (click)="unitService.rollback()">Rollback</button>-->
</ng-template>
<!-- </mat-menu>-->
</mat-tab>
<!-- </ng-template>-->
<!-- </mat-tab>-->
<mat-tab
disabled
>
<mat-tab
disabled
>
<ng-template
mat-tab-label
>
<ng-template
mat-tab-label
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment