Commit graph

15 commits

Author SHA1 Message Date
Eric Liu
378fe06e03 chore: remove storybook 2020-10-14 16:23:44 -07:00
Eric Liu
46c611f638 chore: run prettier [ci skip] 2020-10-14 15:40:33 -07:00
weaseldotro
30686ed431
Add pageSizeInputDisabled to story 2020-10-02 09:41:58 +03:00
weaseldotro
734a5440ed
feat(pagination): add pageSizeInputDisabled
useful for programs that have fixed pagination size, which cannot / must not be changed by the user
2020-09-29 11:28:11 +03:00
josefaidt
398887a3d3 feat(prettier): add svelteBracketNewLine 2020-09-24 10:50:34 -05:00
Eric Liu
458d1b52c8 fix(pagination): remove update event from afterUpdate cycle
It should only be called when page, pageSize values change after mounting.
2020-09-14 07:23:02 -07:00
Eric Liu
0138910077 fix(pagination): convert page variable to number type
The Select component coerces the page value into a string, which affects other components.
2020-09-14 07:20:48 -07:00
Eric Liu
192f98dc5d fix(pagination): use correct size icons for buttons
- use 16 instead of 24 variant for Caret icons
- use icon ghost Button
2020-09-14 07:16:01 -07:00
Eric Liu
3d64fb2431 fix(pagination): use singular page range text if total is 1 2020-09-05 08:59:10 -07:00
Eric Liu
42b8159b1c chore(prettier): use svelteStrictMode 2020-09-04 16:35:49 -07:00
Eric Liu
a10693659e chore: remove trailing semicolono from jsdoc types 2020-07-27 06:23:31 -07:00
Eric Liu
f30755b237 chore: complete first pass of apply jsdoc annotations to component props 2020-07-26 17:42:12 -07:00
Eric Liu
773b18d314 chore: add more prop annotations 2020-07-25 06:26:49 -07:00
Eric Liu
dadb7b5f9d fix(pagination): fix pagination select page regression 2020-07-20 19:45:48 -07:00
Eric Liu
2200b29b92 chore: lift components folder 2020-07-19 09:06:08 -07:00