all shoelace-style and neighbourhoods/design-system-components imports are now cherry picked and not named
(note this currently creates TS errors in most files as there are no type declarations for neighbourhoods/design-system-components imports). Might want to add the type declarations and import from the dist folder, @adaburrows can you advise on this please?
General cleanup of old assets/unused files, dependencies and components
Removal of NHComponentShoelace as this turns out not to be the way we want to inherit style overrides, plus we are basically creating scoped versions of each sl- component with encapsulated styles by this point anyway.
Switched most forms over to use NH-Form or at least NHTextInput, NHRadioGroup etc.
Did introduce a bug on the create profile page (button ref not getting fed through to NHForm correctly) during this refactor but I expect that to go away again when we do proper routing/state management. Let me know if you want to create an issue for it in the meantime.
no more scoped/shoelace or scoped/mwc components.
all
shoelace-style
andneighbourhoods/design-system-components
imports are now cherry picked and not named (note this currently creates TS errors in most files as there are no type declarations forneighbourhoods/design-system-components
imports). Might want to add the type declarations and import from the dist folder, @adaburrows can you advise on this please?General cleanup of old assets/unused files, dependencies and components
Removal of NHComponentShoelace as this turns out not to be the way we want to inherit style overrides, plus we are basically creating scoped versions of each
sl-
component with encapsulated styles by this point anyway.Switched most forms over to use NH-Form or at least NHTextInput, NHRadioGroup etc.
Did introduce a bug on the create profile page (button ref not getting fed through to NHForm correctly) during this refactor but I expect that to go away again when we do proper routing/state management. Let me know if you want to create an issue for it in the meantime.
closes #148 #149