CLI and Publish Tests
This commit was merged in pull request #63.
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
---
|
||||
type: Task
|
||||
status: AI Agent Work
|
||||
category:
|
||||
- Feature
|
||||
- QA
|
||||
---
|
||||
![[Pasted image 20260601083019.png]]
|
||||
|
||||
- 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