Clearing Entity Click View on Clear and other notes
This commit is contained in:
+16
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
type: Task
|
||||
status: Working On
|
||||
status: AI Agent Work
|
||||
category:
|
||||
- Feature
|
||||
- QA
|
||||
@@ -10,4 +10,19 @@ category:
|
||||
- Top border on the Options component changes based on the selected Faction. Light-gray-blue for Q'Rath, Red for Aru.
|
||||
- Top border on Entity Click View component changes based on the selected Immortal. Ex. Grey-ish-Green for Xol, Green-red for Mala, Brown for Atzlan. Dark-grey-ish-blue for Orzum, Light-ish-blue for Ajari.
|
||||
|
||||
---
|
||||
|
||||
Make two new UI component to handle the border display changes based on events given by the FilterService.
|
||||
|
||||
One will listen against events on the GetFaction changes, and one based on the GetImmortal changes.
|
||||
|
||||
These new UI components will be layered on top of FormLayoutComponent.
|
||||
|
||||
The purpose is to change the top border colour based on events, to act as UI feedback.
|
||||
|
||||
One component will cover the FilterComponent for changing the Faction, and one component will cover the EntityClickViewComponent for changing the Immortal.
|
||||
|
||||
Goal is to accomplish:
|
||||
|
||||
- Top border over the FilterComponent component changes based on the selected Faction. Light-gray-blue for Q'Rath, Red for Aru.
|
||||
- Top border on EntityClickViewComponent changes based on the selected Immortal. Ex. Grey-ish-Green for Xol, Green-red for Mala, Brown for Atzlan. Dark-grey-ish-blue for Orzum, Light-ish-blue for Ajari.
|
||||
|
||||
Reference in New Issue
Block a user