-
Notifications
You must be signed in to change notification settings - Fork 0
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
Events listing page #163
base: develop
Are you sure you want to change the base?
Events listing page #163
Conversation
f933199
to
f681af4
Compare
open issue in svelte-select repo because of dropdown not closing |
Regarding the select component, React has a very popular library for customizable components called Radix UI (https://www.radix-ui.com/). Although the original project doesn't support Svelte yet, we can look for some "ports", like https://www.radix-svelte.com/ (replaced by https://www.melt-ui.com/). These two last libraries are not production ready, but I'll keep looking for some libraries similar to Radix UI for Svelte |
It appears the Svelte ecosystem in this area is still a bit underdeveloped... Going with custom components made by ourselves seems like the safest bet. |
cc28887
to
56317f3
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #163 +/- ##
========================================
Coverage 95.38% 95.38%
========================================
Files 16 16
Lines 130 130
Branches 18 18
========================================
Hits 124 124
Misses 6 6
☔ View full report in Codecov by Sentry. |
Closes #14
Screenshots
Generalized TextField that allows pre and after icons that might act as buttons (see IconOptions)
Review checklist