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

feat: Apply saved filters #1528

Merged
merged 7 commits into from
Jan 11, 2024
Merged

feat: Apply saved filters #1528

merged 7 commits into from
Jan 11, 2024

Conversation

kgilpin
Copy link
Contributor

@kgilpin kgilpin commented Jan 10, 2024

Description

The primary change in this PR is to enable the ChatSearch page to accept and handle savedFilters, so that filter can be synchronized with the container environment (e.g. code editor).

Basic "Navie" styling is also added.

The "Hide unlabeled" filter is removed from the UI, because it consumes vertical space and hasn't proven to be useful.

AppMap uploading / sharing is removed, since this feature is no longer supported by the server or by the IDE plugins.

Dependency of

getappmap/vscode-appland#859

@kgilpin kgilpin mentioned this pull request Jan 10, 2024
It's never used and it's not worth the real estate.
@kgilpin kgilpin marked this pull request as ready for review January 11, 2024 00:41
@kgilpin kgilpin self-assigned this Jan 11, 2024
@kgilpin kgilpin added the enhancement New feature or request label Jan 11, 2024
@@ -221,6 +221,15 @@ export default {
},
},
methods: {
getAppMapState() {
return this.$refs.vappmap?.getState();
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI, I've noticed something's up with the optional chaining operator. It should transpile correctly into the distribution bundle, but it throws an error in Storybook.

Copy link
Contributor

Choose a reason for hiding this comment

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

This is used in a method, so it should be fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok - do I need to change it or not? :-)

@kgilpin kgilpin merged commit 91aba67 into main Jan 11, 2024
4 checks passed
@kgilpin kgilpin deleted the feat/apply-saved-filters branch January 11, 2024 18:38
@appland-release
Copy link
Contributor

🎉 This PR is included in version @appland/components-v3.24.0 🎉

The release is available on:

  • @appland/components-v3.24.0
  • @appland/components-v3.24.0
  • GitHub release
  • @appland/components-v3.24.0

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants