Commit graph

2028 commits

Author SHA1 Message Date
adan.ulloa
00bb031bf4 fixed issues handling clicks on components 2020-01-21 11:58:25 -06:00
adan.ulloa
260ec4b04d finished right panel 2020-01-21 11:58:23 -06:00
adan.ulloa
75e217c03e complete right panel 2020-01-21 11:58:22 -06:00
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
Adan Ulloa
9e2049f31b Merge remote-tracking branch 'upstream/master' 2020-01-21 11:53:35 -06:00
Adan Ulloa
3215d79445 fetch upstream 2020-01-21 11:37:39 -06:00
Adan Ulloa
298025c30f fetch upstream 2020-01-21 10:08:47 -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
Adan Ulloa
397c53b48e Merge remote-tracking branch 'upstream/master' 2020-01-20 12:40:42 -06:00
Adan Ulloa
a77127000d chnages to sidenav 2020-01-20 12:00:19 -06:00
Adan Ulloa
6be928a2d3 sidenave finished 2020-01-15 15:03:59 -06:00
adan.ulloa
2746249d98 hamburger menu working 2020-01-13 19:01:37 -06:00
adan.ulloa
7e168adcb7 starting side nav 2020-01-13 09:19:20 -06: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
adan.ulloa
418f4f5677 fixed issues handling clicks on components 2020-01-10 12:15:11 -06:00
adan.ulloa
26928771b6 finished right panel 2020-01-09 19:12:20 -06: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
adan.ulloa
b6bc6aee87 complete right panel 2020-01-09 10:15:08 -06: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