Skip to content

[PoC] Website/field selector modal#5984

Open
rneher wants to merge 1 commit intomainfrom
website/fieldSelectorModal
Open

[PoC] Website/field selector modal#5984
rneher wants to merge 1 commit intomainfrom
website/fieldSelectorModal

Conversation

@rneher
Copy link
Copy Markdown
Contributor

@rneher rneher commented Feb 15, 2026

Sort the fields in fieldSelector and columnMapping in more sensible way.

🚀 Preview: Add preview label to enable

@claude claude Bot added the website Tasks related to the web application label Feb 15, 2026
@rneher rneher force-pushed the website/fieldSelectorModal branch from 9147322 to 663d2ca Compare February 15, 2026 12:09
acc[header].push(field);
return acc;
}, {});
console.log('fieldsByHeader', fieldsByHeader);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We definitely should improve the ordering - I think we could reuse the sequenceDetailsOrder for the search, column selector and metadata fields selector though to have consistent ordering throughout

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I started doing this in #5985 - will let you know when it is done!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I had found your PR after I did this. Since we already have the sortOrder in the config, that is where it should be, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

website Tasks related to the web application

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants