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
02968b0e
Commit
02968b0e
authored
Apr 20, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rework icons of the hover menu
parent
14445f4b
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
66 additions
and
77 deletions
+66
-77
educational-objective.component.html
...ducational-objective/educational-objective.component.html
+1
-1
educational-objective.component.ts
.../educational-objective/educational-objective.component.ts
+2
-2
game-context.component.html
src/app/pieces/game-context/game-context.component.html
+0
-1
game-context.component.ts
src/app/pieces/game-context/game-context.component.ts
+0
-4
game-educationnal-objective.component.html
...nnal-objective/game-educationnal-objective.component.html
+1
-1
game-educationnal-objective.component.ts
...ionnal-objective/game-educationnal-objective.component.ts
+1
-1
mission-context.component.html
...app/pieces/mission-context/mission-context.component.html
+1
-1
mission-context.component.ts
src/app/pieces/mission-context/mission-context.component.ts
+1
-1
role.component.html
src/app/pieces/role/role.component.html
+2
-1
role.component.ts
src/app/pieces/role/role.component.ts
+6
-2
step.component.html
src/app/pieces/step/step.component.html
+2
-2
step.component.ts
src/app/pieces/step/step.component.ts
+3
-3
annexe-task.component.html
src/app/pieces/tasks/annexe-task/annexe-task.component.html
+2
-2
annexe-task.component.ts
src/app/pieces/tasks/annexe-task/annexe-task.component.ts
+7
-7
final-task.component.html
src/app/pieces/tasks/final-task/final-task.component.html
+2
-2
final-task.component.ts
src/app/pieces/tasks/final-task/final-task.component.ts
+7
-8
optionnal-task.component.html
...pieces/tasks/optionnal-task/optionnal-task.component.html
+2
-2
optionnal-task.component.ts
...p/pieces/tasks/optionnal-task/optionnal-task.component.ts
+7
-7
random-event.component.html
...app/pieces/tasks/random-event/random-event.component.html
+1
-2
random-event.component.ts
src/app/pieces/tasks/random-event/random-event.component.ts
+4
-8
repeat-task.component.html
src/app/pieces/tasks/repeat-task/repeat-task.component.html
+1
-2
repeat-task.component.ts
src/app/pieces/tasks/repeat-task/repeat-task.component.ts
+4
-8
task.component.html
src/app/pieces/tasks/task/task.component.html
+2
-2
task.component.ts
src/app/pieces/tasks/task/task.component.ts
+7
-7
No files found.
src/app/pieces/educational-objective/educational-objective.component.html
View file @
02968b0e
...
...
@@ -4,9 +4,9 @@
<div
class=
"piece-attach piece-attach-left-bottom"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
<div
class=
"piece-form"
>
...
...
src/app/pieces/educational-objective/educational-objective.component.ts
View file @
02968b0e
...
...
@@ -14,8 +14,8 @@ export class EducationalObjectiveComponent implements OnInit {
displayMenu
:
string
=
'hide'
;
onClick
Commen
ts
():
void
{
onClick
Do
ts
():
void
{
}
onClickAdd
():
void
{
...
...
src/app/pieces/game-context/game-context.component.html
View file @
02968b0e
...
...
@@ -3,7 +3,6 @@
<div
class=
"piece-attach piece-attach-right-bottom"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
...
...
src/app/pieces/game-context/game-context.component.ts
View file @
02968b0e
...
...
@@ -14,10 +14,6 @@ export class GameContextComponent implements OnInit {
displayMenu
:
string
=
'hide'
;
onClickComments
():
void
{
}
onClickErase
():
void
{
}
...
...
src/app/pieces/game-educationnal-objective/game-educationnal-objective.component.html
View file @
02968b0e
...
...
@@ -3,8 +3,8 @@
<div
class=
"piece-attach piece-attach-right-bottom"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
<div
class=
"piece-form"
>
...
...
src/app/pieces/game-educationnal-objective/game-educationnal-objective.component.ts
View file @
02968b0e
...
...
@@ -14,7 +14,7 @@ export class GameEducationnalObjectiveComponent implements OnInit {
displayMenu
:
string
=
'hide'
;
onClick
Commen
ts
():
void
{
onClick
Do
ts
():
void
{
}
...
...
src/app/pieces/mission-context/mission-context.component.html
View file @
02968b0e
...
...
@@ -4,9 +4,9 @@
<div
class=
"piece-attach piece-attach-left-bottom"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
<div
class=
"piece-form"
>
...
...
src/app/pieces/mission-context/mission-context.component.ts
View file @
02968b0e
...
...
@@ -14,7 +14,7 @@ export class MissionContextComponent implements OnInit {
displayMenu
:
string
=
'hide'
;
onClick
Commen
ts
():
void
{
onClick
Do
ts
():
void
{
}
...
...
src/app/pieces/role/role.component.html
View file @
02968b0e
...
...
@@ -4,9 +4,10 @@
<div
class=
"piece-attach piece-attach-left-bottom"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"delete"
(
click
)="
onClickDelete
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
<div
class=
"piece-form"
>
...
...
src/app/pieces/role/role.component.ts
View file @
02968b0e
...
...
@@ -15,7 +15,7 @@ export class RoleComponent implements OnInit {
displayMenu
:
string
=
'hide'
;
rewardType
:
number
=
0
;
onClick
Commen
ts
():
void
{
onClick
Do
ts
():
void
{
}
...
...
@@ -25,6 +25,10 @@ export class RoleComponent implements OnInit {
onClickErase
():
void
{
}
}
onClickDelete
():
void
{
}
}
src/app/pieces/step/step.component.html
View file @
02968b0e
...
...
@@ -3,9 +3,9 @@
<div
class=
"piece-attach piece-attach-left"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"delete"
(
click
)="
onClickDelete
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
<div
class=
"piece-form"
>
...
...
src/app/pieces/step/step.component.ts
View file @
02968b0e
...
...
@@ -17,15 +17,15 @@ export class StepComponent implements OnInit {
ngOnInit
():
void
{
}
onClick
Commen
ts
():
void
{
onClick
Do
ts
():
void
{
}
onClick
Add
():
void
{
onClick
Erase
():
void
{
}
onClick
Eras
e
():
void
{
onClick
Delet
e
():
void
{
}
...
...
src/app/pieces/tasks/annexe-task/annexe-task.component.html
View file @
02968b0e
...
...
@@ -3,9 +3,9 @@
<div
class=
"piece-attach piece-attach-right"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"change_circle"
(
click
)="
onClickChange
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"delete"
(
click
)="
onClickDelete
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
...
...
src/app/pieces/tasks/annexe-task/annexe-task.component.ts
View file @
02968b0e
...
...
@@ -33,19 +33,19 @@ export class AnnexeTaskComponent implements OnInit {
}
}
onClick
Comments
():
void
{
onClick
Erase
():
void
{
}
}
onClick
Add
():
void
{
onClick
Dots
():
void
{
}
onClickErase
():
void
{
}
onClickDelete
():
void
{
onClickDots
():
void
{
}
onClickChange
():
void
{
}
...
...
src/app/pieces/tasks/final-task/final-task.component.html
View file @
02968b0e
...
...
@@ -2,9 +2,9 @@
<div
class=
"piece-attach piece-attach-left"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"change_circle"
(
click
)="
onClickChange
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"delete"
(
click
)="
onClickDelete
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
...
...
src/app/pieces/tasks/final-task/final-task.component.ts
View file @
02968b0e
...
...
@@ -23,7 +23,6 @@ export class FinalTaskComponent implements OnInit {
ngOnInit
():
void
{
}
durationChange
():
void
{
if
(
this
.
durationUnit
===
'UT'
)
{
if
(
this
.
duration
>=
1
&&
this
.
duration
<=
10
)
{
...
...
@@ -38,19 +37,19 @@ export class FinalTaskComponent implements OnInit {
}
}
onClick
Comments
():
void
{
onClick
Erase
():
void
{
}
}
onClick
Add
():
void
{
onClick
Dots
():
void
{
}
onClickErase
():
void
{
}
onClickChange
():
void
{
onClickDots
():
void
{
}
onClickDelete
():
void
{
}
...
...
src/app/pieces/tasks/optionnal-task/optionnal-task.component.html
View file @
02968b0e
...
...
@@ -3,9 +3,9 @@
<div
class=
"piece-attach piece-attach-right"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"change_circle"
(
click
)="
onClickChange
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"delete"
(
click
)="
onClickDelete
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
...
...
src/app/pieces/tasks/optionnal-task/optionnal-task.component.ts
View file @
02968b0e
...
...
@@ -38,19 +38,19 @@ export class OptionnalTaskComponent implements OnInit {
}
}
onClick
Comments
():
void
{
onClick
Erase
():
void
{
}
}
onClick
Add
():
void
{
onClick
Dots
():
void
{
}
onClickErase
():
void
{
}
onClickChange
():
void
{
onClickDots
():
void
{
}
onClickDelete
():
void
{
}
...
...
src/app/pieces/tasks/random-event/random-event.component.html
View file @
02968b0e
...
...
@@ -3,9 +3,8 @@
<div
class=
"piece-attach piece-attach-right"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"delete"
(
click
)="
onClickDelete
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
...
...
src/app/pieces/tasks/random-event/random-event.component.ts
View file @
02968b0e
...
...
@@ -37,14 +37,6 @@ export class RandomEventComponent implements OnInit {
}
}
onClickComments
():
void
{
}
onClickAdd
():
void
{
}
onClickErase
():
void
{
}
...
...
@@ -53,6 +45,10 @@ export class RandomEventComponent implements OnInit {
}
onClickDelete
():
void
{
}
changeDisplaySymbolChoice
():
void
{
if
(
this
.
displaySymbolChoice
==
'show'
)
{
this
.
displaySymbolChoice
=
'hide'
;
...
...
src/app/pieces/tasks/repeat-task/repeat-task.component.html
View file @
02968b0e
...
...
@@ -2,9 +2,8 @@
<div
class=
"piece-attach piece-attach-left"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"delete"
(
click
)="
onClickDelete
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
...
...
src/app/pieces/tasks/repeat-task/repeat-task.component.ts
View file @
02968b0e
...
...
@@ -14,14 +14,6 @@ export class RepeatTaskComponent implements OnInit {
ngOnInit
():
void
{
}
onClickComments
():
void
{
}
onClickAdd
():
void
{
}
onClickErase
():
void
{
}
...
...
@@ -29,4 +21,8 @@ export class RepeatTaskComponent implements OnInit {
onClickDots
():
void
{
}
onClickDelete
():
void
{
}
}
src/app/pieces/tasks/task/task.component.html
View file @
02968b0e
...
...
@@ -3,9 +3,9 @@
<div
class=
"piece-attach piece-attach-right"
></div>
<div
class=
"piece-menu"
[
class
]="
displayMenu
"
>
<mat-icon
fontIcon=
"mode_comment"
(
click
)="
onClickComments
()"
></mat-icon>
<mat-icon
fontIcon=
"add"
(
click
)="
onClickAdd
()"
></mat-icon>
<mat-icon
fontIcon=
"change_circle"
(
click
)="
onClickChange
()"
></mat-icon>
<mat-icon
fontIcon=
"backspace"
(
click
)="
onClickErase
()"
></mat-icon>
<mat-icon
fontIcon=
"delete"
(
click
)="
onClickDelete
()"
></mat-icon>
<mat-icon
fontIcon=
"more_vert"
(
click
)="
onClickDots
()"
></mat-icon>
</div>
...
...
src/app/pieces/tasks/task/task.component.ts
View file @
02968b0e
...
...
@@ -38,19 +38,19 @@ export class TaskComponent implements OnInit {
}
}
onClick
Comments
():
void
{
onClick
Erase
():
void
{
}
}
onClick
Add
():
void
{
onClick
Dots
():
void
{
}
onClickErase
():
void
{
}
onClickChange
():
void
{
onClickDots
():
void
{
}
onClickDelete
():
void
{
}
...
...
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