Skip to content

Commit

Permalink
Feature/624 refactor objective menu (#1078)
Browse files Browse the repository at this point in the history
* Fix/fix git history (#1125)

* fix history

* fix hist

* jar is now debuggable

* add jar debug dev tools only on profile

* rename intelij config and change log level of spring to debug in staging config

* rename folder

* update docker compose file

* use external profile to disable formatter

* clean up

* refactor dialog calls with config by introducing a service

* refactor frontend tests related to dialogService

* remove backend/pom.xml from branch

* introduce new objective menu action service to simplify dialog creation of dialog actions

* refactor objective

* reimplement generic menu

* use pipe with map to generate menu entries

* introduce afterAction property

* add ObjectiveAfterActionFactory

* introduce objectiveMenuAction file

* refactor objective status tooltip

* clean up objective menu action service

* rename objective actions file

* Try to fix frontend unit tests

* restore staging.properties

* fix angular build

* place functions in related files instead of common.ts

* restore angular config files

* fix action service tests

* add test for actions service

* clean up

* display correct options for draft and use replay subject

* fix check-in tests

* fix objective backlog tests

* fix objective e2e tests

* fix tabbing tests

* fix tabbing tests

* schtibitz e2e strategy from pulfer

* remove console.log

* restore focus

* restore old frontend-test-action

* clean pup

* remove application.staging from pr

* clean up tests of objective

* fix e2e tests

* check for focues of threedot menu after dialog closes

---------

Co-authored-by: Manuel <[email protected]>
  • Loading branch information
2 people authored and RandomTannenbaum committed Nov 15, 2024
1 parent a1fbcf9 commit e713188
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"TITLE": "Check-in im Draft-Status",
"TEXT": "Dein Objective befindet sich noch im DRAFT Status. Möchtest du das Check-in trotzdem erfassen?"
},
"REOPEN": {
"TITLE": "Objective wiedereröffnen",
"TEXT": "Soll dieses Objective wiedereröffnet werden?"
},
"RELEASE": {
"TITLE": "Objective veröffentlichen",
"TEXT": "Soll dieses Objective veröffentlicht werden?"
Expand Down

0 comments on commit e713188

Please sign in to comment.