Commit graph

25 commits

Author SHA1 Message Date
Henry Jameson
7d3f46c529 wip 2026-06-08 20:31:42 +03:00
Henry Jameson
4a0be19607 i changed my mind, fetch logic does belong in <List> 2026-06-08 14:24:18 +03:00
Henry Jameson
a0d5decc49 simplify <List> API and move logic outside of it 2026-06-08 05:30:24 +03:00
Henry Jameson
503309890f integrate withLoadMore HOC into List 2026-06-08 04:13:17 +03:00
Henry Jameson
43936a8725 Merge remote-tracking branch 'origin/develop' into admin-users 2026-06-08 00:57:42 +03:00
Henry Jameson
9262e803ec biome format --write 2026-01-06 16:22:52 +02:00
luce
53537e194f filter and sorting options, fix status width in admin_dash 2025-09-12 15:20:27 +02:00
Henry Jameson
9440d35266 even more weight loss 2025-08-10 22:49:09 +03:00
Henry Jameson
6341747ec9 more weight reduction 2025-08-10 22:38:31 +03:00
Henry Jameson
4ff257be57 only put heavy components if truly needed 2025-08-10 21:35:19 +03:00
tusooa
59c090ae2d
Make sure each hover style is applied to :focus-visible 2025-03-22 17:17:02 -04:00
Henry Jameson
d1ea589531 manual lint --fix 2025-02-04 15:23:21 +02:00
Henry Jameson
01f6f89c7d interactive lists & non-interactive lists 2024-02-29 19:54:25 +02:00
Henry Jameson
28c7fac9f0 implement list item styles 2024-02-29 17:49:56 +02:00
tusooa
e516eee479
Make block & mute lists able to load more 2023-02-21 00:39:16 -05:00
tusooa
7dc2277453
Use stylelint 2023-01-09 13:02:16 -05:00
Henry Jameson
8d6750d9c2 eslint --fix --ext .js,.vue src 2019-07-05 10:17:44 +03:00
taehoon
cf2c411db3 add header to selectable-list component 2019-04-17 11:32:49 -04:00
taehoon
83faa96f1b remove border-bottom of the last list item 2019-04-17 11:32:49 -04:00
taehoon
f066ccd28b show empty slot only if it has content 2019-04-17 11:32:49 -04:00
taehoon
b8ec13c8fd let not selectable-list know about getKey prop 2019-04-17 11:32:49 -04:00
taehoon
32035217b8 clean up 2019-04-17 11:32:49 -04:00
taehoon
792ae1697e refactor selectable-list using list component 2019-04-17 11:32:49 -04:00
taehoon
d806038ad3 add border-bottom style to the list component as well 2019-04-17 11:32:49 -04:00
taehoon
1cec2b6969 use reusable List vue component instead of withList hoc
Using slot is the preferred way in vue
2019-04-17 11:32:48 -04:00