In https://hub.sealcode.org/source/sealious-playground/browse/master/src/back/routes/tabs-demo.page.tsx the IDs for the tabs are used as labels. But that can cause problems when the user wants labels to contain spaces. This task is about fixing that โ remove all characters from the id/label of the tag that cannot be a part of id in HTML and replace them with ascii replacements (https://www.npmjs.com/package/normalize-diacritics) for word characters and for non-word characters โ with hyphens
Description
Description
Event Timeline
Herald added a project: Kanban. ยท View Herald TranscriptTue, Oct 21, 14:392025-10-21 14:39:04 (UTC+2)
kuba-orlik moved this task from Freezer (don't take those tasks just yet) to To do on the Kanban board.Tue, Oct 21, 14:392025-10-21 14:39:13 (UTC+2)