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 |
|