Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

More fully fleshed out UX #27

Merged
merged 29 commits into from
Nov 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0dfeba7
Add TreePane to Workbench
kitsonk Aug 17, 2017
ce04f6c
Convert ScrollBar to fully use meta
kitsonk Aug 18, 2017
c1fb6c4
Refactor ScrollBar to use meta providers
kitsonk Aug 22, 2017
b5cc0be
Merge remote-tracking branch 'upstream/master' into feature-scroll-meta
kitsonk Aug 22, 2017
2f5dca4
Make TreePane more reactive
kitsonk Aug 24, 2017
fa71b25
Update intern config for @dojo/i18n support
kitsonk Aug 25, 2017
84096f8
Update intern config for @dojo/i18n support
kitsonk Aug 25, 2017
b6c2a0d
Merge remote-tracking branch 'upstream/master' into feature-scroll-meta
kitsonk Oct 16, 2017
8f7c3da
Use meta providers from widget-core
kitsonk Oct 16, 2017
a3bbd93
Re-order imports
kitsonk Oct 16, 2017
f0b86de
Merge branch 'feature-scroll-meta' into feature-tree-pane-meta
kitsonk Oct 16, 2017
c5343dc
Various fixups
kitsonk Oct 16, 2017
1db96f6
Fix scrollbar unit tests
kitsonk Oct 16, 2017
16ab8c7
Add a tutorial to examples
kitsonk Oct 17, 2017
e65240c
Fix dist paths
kitsonk Oct 17, 2017
c0d3149
WIP: Full UX/UI
kitsonk Oct 20, 2017
b8ad189
WIP: Refactor and various improvements
kitsonk Oct 21, 2017
5f235fc
WIP: Fix scrolling for tablist
kitsonk Oct 23, 2017
acaaed6
WIP: Fix existing tests
kitsonk Oct 25, 2017
2f40732
Initial tests for widgets
kitsonk Oct 27, 2017
22eec42
Adjustment of types for Workbench
kitsonk Oct 27, 2017
b08fa17
Merge remote-tracking branch 'upstream/master' into feature-ux
kitsonk Oct 27, 2017
90d9745
Missed merge conflicts
kitsonk Oct 27, 2017
9a464c6
Merge remote-tracking branch 'upstream/master' into feature-ux
kitsonk Oct 30, 2017
dd04d53
Port over fix of instanceof
kitsonk Oct 30, 2017
b3958ac
Fix unit test
kitsonk Oct 30, 2017
783eb3d
Fixes based on feedback
kitsonk Nov 27, 2017
5c41185
Change it so only confirm navigation when there is a file displayed
kitsonk Nov 27, 2017
7547768
Fix editor tests
kitsonk Nov 28, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions data/editor-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
"name": "dojo2",
"type": "dark",
"colors": {
"dropdown.background": "#292d35",
"editor.background": "#16181C",
"list.hoverBackground": "#292d35",
"peekViewTitle.background": "#292d35",
"peekViewEditor.background": "#292d35",
"peekViewResult.background": "#16181C",
"scrollbarSlider.background": "#16181C"
"dropdown.background": "#333844",
"editor.background": "#262932",
"editor.lineHighlightBackground": "#333844",
"editor.selectionBackground": "#3C454E",
"editorHoverWidget.background": "#333844",
"editorLineNumber.foreground": "#FFFFFFAA",
"list.hoverBackground": "#333844",
"peekViewTitle.background": "#333844",
"peekViewEditor.background": "#333844",
"peekViewResult.background": "#262932",
"scrollbarSlider.background": "#262932",
"textSeparator.foreground": "#333844"
},
"rules": [
{
Expand Down
Binary file added dojo-test-extras-0.1.1-beta3.1.tgz
Binary file not shown.
Loading