Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
230a46d2
Commit
230a46d2
authored
1 year ago
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move task to left tooltip on normal task
parent
1e1727fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
task.component.html
src/app/pieces/tasks/task/task.component.html
+3
-1
No files found.
src/app/pieces/tasks/task/task.component.html
View file @
230a46d2
...
@@ -6,7 +6,9 @@
...
@@ -6,7 +6,9 @@
<div
class=
"piece-attach piece-attach-right"
[
style
.
background
]="
task
.
supplementaryRole
?
task
.
supplementaryRole
.
color
:
'
var
(
--piece-background-color
)'"
></div>
<div
class=
"piece-attach piece-attach-right"
[
style
.
background
]="
task
.
supplementaryRole
?
task
.
supplementaryRole
.
color
:
'
var
(
--piece-background-color
)'"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"arrow_back_ios"
(
click
)="
moveTask
('
left
')"
*
ngIf=
"canMoveTo('left')"
></mat-icon>
<mat-icon
fontIcon=
"arrow_back_ios"
(
click
)="
moveTask
('
left
')"
*
ngIf=
"canMoveTo('left')"
matTooltip=
"Décaler la tuile vers la gauche."
matTooltipPosition=
"above"
[
matTooltipDisabled
]="!
tooltipService
.
activatedTooltips
"
></mat-icon>
<div>
<div>
<mat-icon
fontIcon=
"change_circle"
[
matMenuTriggerFor
]="
menuChange
"
<mat-icon
fontIcon=
"change_circle"
[
matMenuTriggerFor
]="
menuChange
"
matTooltip=
"Changer le type de cette tuile."
matTooltip=
"Changer le type de cette tuile."
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment