Commit graph

3100 commits

Author SHA1 Message Date
Collin M. Barrett
2b8ae9f9e2 wait until lists retrieved from api before redirecting on 'invalid' list url 2019-08-26 12:53:02 -05:00
Collin M. Barrett
2019624267 hacky fix for table-shift when details drawer is opened 2019-08-26 12:39:42 -05:00
Collin M. Barrett
b3c793405c add published date to drawer 2019-08-26 12:35:43 -05:00
Collin M. Barrett
60711b53e4 add link buttons to drawer, ditch dropdown button for subscribe 2019-08-25 20:54:04 -05:00
Collin M. Barrett
7546c7e655 add languages and tags clouds to details drawer 2019-08-25 18:24:03 -05:00
Collin M. Barrett
a9f6074efd redirect on invalid lists id route 2019-08-25 17:28:47 -05:00
Collin M. Barrett
7087e100ba update document title on drawer open/close 2019-08-25 17:19:57 -05:00
Collin M. Barrett
8185a34676 add list title to details drawer 2019-08-25 17:12:43 -05:00
Collin M. Barrett
70228ee353 get routing to list details working, misc. component folder cleanup 2019-08-25 17:08:31 -05:00
Collin M. Barrett
15ddb5f32d always load logo correctly no matter the route 2019-08-25 09:20:50 -05:00
Collin M. Barrett
6d430168db pre-sort page size options 2019-08-25 07:45:34 -05:00
Collin M. Barrett
0d3e59fd81 limit page size options 2019-08-25 07:45:03 -05:00
Collin M. Barrett
523cd53e95 hide some cols on mobile 2019-08-24 20:55:43 -05:00
Collin M. Barrett
66f6aba742 re-order components 2019-08-24 20:20:56 -05:00
Collin M. Barrett
84b0d0adcc add routing 2019-08-24 20:20:18 -05:00
Collin M. Barrett
73c6dc3ee8 add routing 2019-08-24 20:18:49 -05:00
Collin M. Barrett
e81fe4fac8 add subscribe button to details drawer 2019-08-24 17:03:24 -05:00
Collin M. Barrett
6c87ed1be9 flatten components, add list details drawer stub 2019-08-24 17:00:45 -05:00
Collin M. Barrett
f68b0e9211 tweak table scroll position 2019-08-24 15:42:16 -05:00
Collin M. Barrett
0bb7a8eb5f explicitly define return types 2019-08-24 15:35:44 -05:00
Collin M. Barrett
5e66006aad tag-ify Languages column 2019-08-24 15:10:40 -05:00
Collin M. Barrett
e8854727e9 misc linting 2019-08-24 14:39:00 -05:00
Collin M. Barrett
cb04a7a786 de-dup building buttonProps 2019-08-24 14:13:43 -05:00
Collin M. Barrett
ef9769741f disable TPL subscribe buttons since site doesn't support IE 2019-08-24 13:00:18 -05:00
Collin M. Barrett
5bcf367af6 add array length check in tagSorter 2019-08-24 12:33:20 -05:00
Collin M. Barrett
b46f001d43 re-org methods 2019-08-24 12:27:07 -05:00
Collin M. Barrett
6fec1c92ce pass title to Subscribe button
https://github.com/ant-design/ant-design/pull/18130
2019-08-24 11:57:34 -05:00
Collin M. Barrett
a3edf4bf31 udpate npms 2019-08-24 11:56:02 -05:00
Collin M. Barrett
1747f9888d cleanup some Subscribe button css 2019-08-24 11:53:29 -05:00
Collin M. Barrett
867277716c fix subscribe button title prefixes 2019-08-24 11:33:39 -05:00
Collin M. Barrett
833ddae587 tidy SubscribeButton 2019-08-24 11:30:31 -05:00
Collin M. Barrett
089da5e7b8 check if tag array has length in TagCloud 2019-08-24 10:02:19 -05:00
Collin M. Barrett
22d9bf3cb7 Description should never return null 2019-08-24 10:01:54 -05:00
Collin M. Barrett
edae92b0a5 add footer links 2019-08-24 09:50:27 -05:00
Collin M. Barrett
ceb4aaa40d add logo 2019-08-24 09:26:40 -05:00
Collin M. Barrett
d3f8752e77 auto-determine copyright year 2019-08-24 09:06:55 -05:00
Collin M. Barrett
3f0dd3a0d1 rm some whitespace to fit more rows per page 2019-08-16 16:13:30 -05:00
Collin M. Barrett
ac86fbfab8 port sort by tags 2019-08-16 15:48:10 -05:00
Collin M. Barrett
913d003712 Merge branch 'antd' of https://github.com/collinbarrett/FilterLists into antd 2019-08-16 15:07:29 -05:00
Collin M. Barrett
a4714ce1b6 update react-scripts 2019-08-16 15:06:20 -05:00
Collin M. Barrett
149524e12f tweak auto-pageSize math 2019-08-07 17:37:34 -05:00
Collin M. Barrett
ee5ac67110 css updates 2019-08-07 16:09:44 -05:00
Collin M. Barrett
7de985ed63 use cra pattern for importing react 2019-08-07 15:55:17 -05:00
Collin M. Barrett
4f2e2e7c36 allow tags to vertically grow, start using module-scoped css 2019-08-07 15:51:50 -05:00
Collin M. Barrett
8f93fe1368 handle lists with no tags 2019-08-07 15:19:04 -05:00
Collin M. Barrett
32e137ec1b viewUrl is always required and should never be null/undefined 2019-08-07 15:18:38 -05:00
Collin M. Barrett
3cf55967ce implement TagCloud column 2019-08-07 15:14:01 -05:00
Collin M. Barrett
5a0a243b6c mark method as private 2019-08-07 13:07:31 -05:00
Collin M. Barrett
455b5a24f1 copy over public resources 2019-08-07 13:04:17 -05:00
Collin M. Barrett
e6d1827e48 add sort to Name column 2019-08-07 12:52:07 -05:00