Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

popup persistance usage examples #9911

Closed
wants to merge 20 commits into from

Conversation

willmartian
Copy link
Contributor

🎟️ Tracking

📔 Objective

This PR implements #9556 in a few places in the popup.

📸 Screenshots

Screen.Recording.2024-07-02.at.9.58.27.AM.mov

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@github-actions github-actions bot added the needs-qa Marks a PR as requiring QA approval label Jul 2, 2024
@willmartian willmartian changed the base branch from main to ps/PM-3530/popup-view-persistence July 2, 2024 14:18
Copy link
Contributor

github-actions bot commented Jul 2, 2024

Logo
Checkmarx One – Scan Summary & Detailsc52670ce-c3b5-457c-bcde-afe241be3331

No New Or Fixed Issues Found

@willmartian
Copy link
Contributor Author

@shane-melton & @djsmith85, any thoughts on this API? More context in the body of #9556

@willmartian willmartian added hold do not merge, do not approve yet and removed hold do not merge, do not approve yet labels Jul 2, 2024
/** All available cipher filters */
export type PopupListFilter = {
organization: Organization | null;
collection: Collection | null;
collection: CollectionView | null;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Collection doesn't have a fromJSON method.

Base automatically changed from ps/PM-3530/popup-view-persistence to main August 12, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hold do not merge, do not approve yet needs-qa Marks a PR as requiring QA approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant