Note on Orphaned Component
While adding this feature, I noticed that frontend/src/lib/components/CreateLinkForm.svelte is currently an orphaned component (all active link creation is handled via LinkModal.svelte). I have updated it to accept the new minShortCodeLength prop and use the dynamic validation rules. However it appears to lag significantly behind LinkModal.svelts in terms of features and validation so it may be better to simply remove it.
See #214
Note on Orphaned Component
While adding this feature, I noticed that
frontend/src/lib/components/CreateLinkForm.svelteis currently an orphaned component (all active link creation is handled via LinkModal.svelte). I have updated it to accept the new minShortCodeLength prop and use the dynamic validation rules. However it appears to lag significantly behind LinkModal.svelts in terms of features and validation so it may be better to simply remove it.See #214