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

String vs. Object Tags: Filter & Color Coding #365

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

rsimon
Copy link
Member

@rsimon rsimon commented Mar 7, 2025

In this PR

When introducing the reconciliation plugin, we changed how tags are represented internally: Previously, tags were simply a string. Now they can be either a string, or an object { label: "a label", id: "an-id-or-uri" }.

This PR fixes tag rendering in the filter panel and the color coding legend, which both used to render raw JSON instead of the label.

Copy link

netlify bot commented Mar 7, 2025

Deploy Preview for recogito-cloud-staging ready!

Name Link
🔨 Latest commit a37836c
🔍 Latest deploy log https://app.netlify.com/sites/recogito-cloud-staging/deploys/67ce924e976321000820efdf
😎 Deploy Preview https://deploy-preview-365--recogito-cloud-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Mar 7, 2025

Deploy Preview for vico-design ready!

Name Link
🔨 Latest commit a37836c
🔍 Latest deploy log https://app.netlify.com/sites/vico-design/deploys/67ce924efff3f900086a4f7b
😎 Deploy Preview https://deploy-preview-365--vico-design.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rsimon rsimon requested a review from lwjameson March 7, 2025 07:58
@@ -42,7 +42,7 @@ export const deleteInstalledPlugin = (
export const updatePluginSettings = (
supabase: SupabaseClient,
project_id: string,
plugin_id: string,
plugin_name: string,
Copy link
Member Author

Choose a reason for hiding this comment

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

I just added this while I was at it. This fixes a problem that plugin settings could not be updated from the "Settings" page.

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