2935 Commits

Author SHA1 Message Date
Gert Hengeveld
a15aeee579 Change default sidebar width to 230px (visually). 2020-10-07 10:51:18 +02:00
Michael Shilman
d25a96d2b7 Fix typings 2020-10-06 09:00:48 +08:00
Gert Hengeveld
272d623122 Allow clearing the last viewed history. 2020-10-06 01:16:43 +02:00
Gert Hengeveld
d9d43297a8 Use store2 instead of direct localStorage. 2020-10-06 00:41:09 +02:00
Gert Hengeveld
524ef1b4c2 Don't need excludeStories anymore. 2020-10-06 00:41:09 +02:00
Gert Hengeveld
0ec74a5ec1
Update lib/ui/src/components/sidebar/data.test.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-06 00:00:49 +02:00
Gert Hengeveld
be169ef90d
Update lib/ui/src/components/sidebar/data.test.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-06 00:00:39 +02:00
Gert Hengeveld
f2452b304d
Update lib/ui/src/components/sidebar/data.test.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-06 00:00:30 +02:00
Gert Hengeveld
1aa36d98e6
Update lib/ui/src/components/sidebar/data.test.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-06 00:00:22 +02:00
Gert Hengeveld
2966d9369b
Update lib/ui/src/components/sidebar/data.test.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-06 00:00:13 +02:00
Gert Hengeveld
cc8e1c4df6
Update lib/ui/src/components/sidebar/Explorer.tsx
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-05 11:49:18 +02:00
Gert Hengeveld
691cb2a225
Update lib/ui/src/components/sidebar/Explorer.tsx
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-05 11:49:10 +02:00
Michael Shilman
050f879301 Update git head to 6.1.0-alpha.20 2020-10-05 13:20:30 +08:00
Michael Shilman
cc1c152e54 v6.1.0-alpha.20 2020-10-05 13:15:11 +08:00
Michael Shilman
a8770a4a8e Merge branch 'next' into pr/12035 2020-10-05 11:44:56 +08:00
Michael Shilman
ab314fe928 Update git head to 6.1.0-alpha.19 2020-10-03 21:53:39 +08:00
Michael Shilman
6a3203004a v6.1.0-alpha.19 2020-10-03 21:47:45 +08:00
Gert Hengeveld
76ef30bef7 Replace default exports with named exports. 2020-10-02 15:55:50 +02:00
Gert Hengeveld
21b5f22544 Fix compile errors. 2020-10-02 15:12:30 +02:00
Gert Hengeveld
2aad81dc27 Remove unused variable. 2020-10-02 12:18:10 +02:00
Gert Hengeveld
737745d4ad Fix callback memoization. 2020-10-02 12:17:55 +02:00
Gert Hengeveld
b69e4df144 Fix util tests. 2020-10-02 12:15:00 +02:00
Gert Hengeveld
1ee049ade1 Fix various warnings. 2020-10-02 12:10:15 +02:00
Gert Hengeveld
5f8412418b Selected storyId can be null. Pull out lastViewed logic to a custom hook. 2020-10-02 11:42:33 +02:00
Gert Hengeveld
bdf5dc4f91 Move stuff into utils and clean up some old stuff. 2020-10-01 10:00:24 +02:00
Gert Hengeveld
5e2ec32b63 Favor name over path matches when searching. 2020-09-30 17:08:18 +02:00
Gert Hengeveld
4d8c2b6178 Match on story path as well. 2020-09-30 17:04:20 +02:00
Gert Hengeveld
dd803d9df3 Color tweaks. 2020-09-30 15:31:12 +02:00
Gert Hengeveld
792ef78585 Change icon color based on theme. 2020-09-30 15:20:52 +02:00
Gert Hengeveld
61846fc6e9 Using current path to determine new paths is unreliable. 2020-09-30 15:00:10 +02:00
Gert Hengeveld
0be2c09d99 Select the first story when clicking a collapsed component node. 2020-09-30 14:47:59 +02:00
Gert Hengeveld
3ab7648848 Omit RESULTS heading. 2020-09-30 14:43:19 +02:00
Gert Hengeveld
3b3f05d25f Refactor to custom hooks. Fix docs mode. Cleanup some old stuff. 2020-09-30 14:39:26 +02:00
Michael Shilman
22f978940c Update git head to 6.1.0-alpha.18 2020-09-30 19:05:24 +08:00
Michael Shilman
7bd08008b5 v6.1.0-alpha.18 2020-09-30 18:57:46 +08:00
Michael Shilman
2dee98f955
Merge pull request #12590 from jsoref/spelling
Fix spelling errors
2020-09-30 18:23:06 +08:00
Gert Hengeveld
eaff61c536 Move some stuff around. 2020-09-29 23:49:22 +02:00
Gert Hengeveld
782cd2ed96 Fix selecting search result and keyboard navigation. 2020-09-29 22:29:33 +02:00
Josh Soref
fc181f7fe4 spelling: transform
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:32 -04:00
Josh Soref
3377bb9861 spelling: shortcuts
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:31 -04:00
Gert Hengeveld
b109fef852 Replace Search and Tree in sidebar and implement proper keyboard navigation. 2020-09-29 10:54:56 +02:00
Michael Shilman
f300975d42
Merge pull request #12583 from cesarsl/12534-title-space-insertion
UI: Fix page title for non-alpha chars
2020-09-29 02:19:48 +08:00
César Souza Liedke
27303294a3 add double white space replacing 2020-09-28 09:10:41 -03:00
Michael Shilman
a5d2b5d8d0 Update git head to 6.1.0-alpha.17 2020-09-26 20:07:51 +08:00
Michael Shilman
328283b5cc v6.1.0-alpha.17 2020-09-26 20:02:29 +08:00
César Souza Liedke
056e20ad75 Refactored page title splitting and space insertion 2020-09-25 15:12:37 -03:00
Michael Shilman
a51ee21a99 Update git head to 6.1.0-alpha.16 2020-09-25 17:41:59 +08:00
Michael Shilman
fe75aa7185 v6.1.0-alpha.16 2020-09-25 17:32:04 +08:00
Michael Shilman
0aeea59755 Update git head to 6.1.0-alpha.15 2020-09-24 20:57:51 +08:00
Michael Shilman
0d994a5ce6 v6.1.0-alpha.15 2020-09-24 20:49:40 +08:00