Skip to content

Conversation

@gusfcarvalho
Copy link
Contributor

No description provided.

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Copilot AI review requested due to automatic review settings December 29, 2025 15:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a UI state cache using Pinia with persistence to preserve user interface state across sessions, including evidence filters, control implementation drawer state, and tree expansion states.

  • Adds a new persisted UI store to cache evidence filters and control implementation UI states
  • Updates evidence and control implementation views to use the centralized UI store
  • Fixes HTML entity encoding in password reset view

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.

File Description
src/stores/ui.ts New Pinia store with persistence for caching UI state (evidence filters, control drawer state, tree expansion)
src/views/evidence/IndexView.vue Integrates UI store for evidence filter persistence and adds error handling with Promise.all for parallel API calls
src/views/control-implementations/IndexView.vue Replaces local state with UI store for drawer and tree expansion state, adds state restoration logic
src/views/PasswordResetView.vue Corrects HTML entity encoding for angle brackets in password requirements text

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

github-actions bot commented Dec 29, 2025

🧹 ESLint Report

Status Count
❌ Errors 1
⚠️ Warnings 0

Linting completed automatically by CI.

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
@gusfcarvalho gusfcarvalho enabled auto-merge (squash) December 29, 2025 15:45
@gusfcarvalho gusfcarvalho merged commit 8d1834f into main Dec 29, 2025
3 checks passed
@gusfcarvalho gusfcarvalho deleted the gc-feat-ui-state-cache branch December 29, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant