Commit graph

262 commits

Author SHA1 Message Date
adan.ulloa
614ca9d36e uisehll with nav finished 2020-01-21 11:58:20 -06:00
adan.ulloa
93b912240f first commit on the UIShell 2020-01-21 11:58:18 -06:00
Eric Liu
ce469df6db
Merge pull request #113 from IBM/refactor
fix(select): use afterUpdate, correct subscription behavior
2020-01-20 16:58:57 -08:00
Eric Liu
9824b7458e fix(select-item): remove condition in selectedValue subscription 2020-01-20 16:53:06 -08:00
Eric Liu
6a97175f75 fix(select): update selected prop after update 2020-01-20 16:52:36 -08:00
Eric Liu
45f3a8ca65 refactor(theme-picker): use two-way binding 2020-01-20 16:52:06 -08:00
Eric Liu
1802d963ac style(palimpsest): revise styles 2020-01-20 16:51:34 -08:00
Eric Liu
4ae51209aa docs(palimpsest): support dark mode, local storage for theming 2020-01-12 12:55:21 -08:00
Eric Liu
9e532be703
Merge pull request #111 from IBM/refactor
refactor: make docs responsive
2020-01-12 12:06:33 -08:00
Eric Liu
01f65cb308 docs(palimpsest): support responsive design 2020-01-12 12:03:15 -08:00
Eric Liu
2ac885c32e feat(select): enable programmatic selection 2020-01-12 12:01:40 -08:00
Eric Liu
3cbb903e42 fix(select-item): keep store subscription 2020-01-12 12:01:10 -08:00
Eric Liu
7537b1db98
Merge pull request #110 from IBM/imgbot
[ImgBot] Optimize images
2020-01-11 19:30:37 -08:00
ImgBotApp
0c9ae13fbc
[ImgBot] Optimize images
*Total -- 16.98kb -> 10.30kb (39.32%)

/palimpsest/src/assets/logo.png -- 13.73kb -> 7.94kb (42.16%)
/palimpsest/public/favicon.png -- 3.24kb -> 2.36kb (27.3%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-01-12 02:48:37 +00:00
Eric Liu
f1ea66158b
Merge pull request #109 from IBM/refactor
refactor: continue development of palimpsest
2020-01-11 18:48:08 -08:00
Eric Liu
f8551d1e97 Merge branch 'master' into refactor 2020-01-11 18:45:07 -08:00
Eric Liu
8416b8b14d feat(accordion): add skeleton state 2020-01-11 18:39:47 -08:00
Eric Liu
fd7164a312 feat(code-snippet): add skeleton state 2020-01-11 18:39:33 -08:00
Eric Liu
62719c45cc fix(tab): set selected to currentIndex after updating 2020-01-11 18:39:07 -08:00
Eric Liu
88ee01184b docs(palimpsest): add static side nav with components 2020-01-11 18:37:51 -08:00
Eric Liu
74b6aeafe8 chore(assets): update logo 2020-01-11 18:34:25 -08:00
Eric Liu
429ef6e705
Merge pull request #108 from IBM/imgbot
[ImgBot] Optimize images
2020-01-09 10:22:11 -08:00
ImgBotApp
dacfc85ce0
[ImgBot] Optimize images
/palimpsest/src/assets/logo.png -- 63.09kb -> 28.35kb (55.07%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-01-09 17:55:02 +00:00
Eric Liu
0fa791b4b7
Merge pull request #107 from IBM/refactor
feat(palimpsest): add initial component documentation
2020-01-09 09:54:19 -08:00
Eric Liu
959f7101d9 chore(webpack): add file-loader to webpack config 2020-01-09 09:50:23 -08:00
Eric Liu
b530742795 style(palimpsest): import base styles 2020-01-09 09:50:11 -08:00
Eric Liu
8acb8e110c feat(palimpsest): add CodeSnippet 2020-01-09 09:49:51 -08:00
Eric Liu
82039d8843 feat(palimpsest): add ComponentLayout 2020-01-09 09:49:35 -08:00
Eric Liu
8acd775e42 feat(palimpsest): add ThemePicker to Header 2020-01-09 09:49:00 -08:00
Eric Liu
3c019484ce feat(palimpsest): add ComponentSearch using fuse.js 2020-01-09 09:48:15 -08:00
Eric Liu
cb4a367cc1 feat(app): define initial routes 2020-01-09 09:47:36 -08:00
Eric Liu
10f382409e chore(deps-dev): add file-loader, fuse.js, svelte-spa-router 2020-01-09 09:46:33 -08:00
Eric Liu
798327da4f
Merge pull request #106 from IBM/dropdown
feat(components): add Dropdown
2020-01-08 10:24:05 -08:00
Eric Liu
eb70437dc3 feat(components): add Dropdown
Closes #22

- Revise ListBox ancillary components
- Pass item id to ListBoxMenuItem in MultiSelect, ComboBox
2020-01-08 10:21:20 -08:00
Eric Liu
07d97da8a7
Merge pull request #105 from IBM/docs
docs: release v0.2.0, v0.2.1
2020-01-08 07:47:19 -08:00
Eric Liu
5cb414593c docs(readme): replace Svelte REPL link with CodeSandbox [ci skip] 2020-01-08 07:42:37 -08:00
Eric Liu
26c07dae9f v0.2.1 2020-01-08 07:33:36 -08:00
Eric Liu
4baba92620 chore(changelog): add v0.2.1 release notes 2020-01-08 07:33:00 -08:00
Eric Liu
a1b133ec1a docs(readme): use css from CDN in basic example [ci skip] 2020-01-08 07:31:51 -08:00
Eric Liu
b00d054b91 fix(date-picker): check l10n.en is truthy 2020-01-08 07:31:26 -08:00
Eric Liu
171cc93385 v0.2.0 2020-01-08 07:13:19 -08:00
Eric Liu
27955d00cc chore(changeog): add v0.2.0 release notes 2020-01-08 07:12:07 -08:00
Eric Liu
d03c56db0a docs(readme): add usage instructions 2020-01-08 07:11:58 -08:00
Eric Liu
c7979a28af chore(npm): include src in published files
Supports #103
2020-01-08 06:35:00 -08:00
Eric Liu
1a6fb4a506
Merge pull request #104 from metonym/data-table
feat(components): support basic DataTable
2020-01-07 18:39:45 -08:00
Eric Liu
5caad3eba0 feat(components): add default, sortable DataTable
Supports #14
2020-01-07 18:33:54 -08:00
Eric Liu
f7551e4a8f feat(components): add initial DataTable component 2020-01-06 06:06:08 -08:00
Eric Liu
68cdaf30de
Merge pull request #101 from IBM/refactor-docs
refactor: set-up palimpsest for library documentation
2020-01-04 16:23:19 -08:00
Eric Liu
925bfba548 docs(palimpsest): add initial set-up
Supports #100
2020-01-04 09:25:05 -08:00
Eric Liu
a5e98de4a7 feat(code-snippet): support code prop 2020-01-04 09:11:05 -08:00