1.3 KiB
1.3 KiB
type, status, category
| type | status | category | ||
|---|---|---|---|---|
| Task | AI Agent Work |
|
- 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.
