2020-07-26 22:15 | use internal color scheme for all default color settings | mcol | 7 | +16 | -16 |
2020-07-26 21:59 | add tab to control color scheme and let them be selected in Color components | mcol | 5 | +99 | -25 |
2020-07-26 20:18 | colour -> color everywhere | mcol | 20 | +137 | -137 |
2020-07-23 23:47 | let widget text be directly editable | mcol | 4 | +27 | -12 |
2020-07-23 22:40 | implement widget context menu for fine-tuning of state | mcol | 6 | +103 | -17 |
2020-07-23 22:40 | let colour input turn empty into "inherit" | mcol | 1 | +6 | -4 |
2020-07-23 22:03 | add setContent and setPadding actions for widgets | mcol | 2 | +19 | -9 |
2020-07-23 21:50 | add/del widgets from inside of right hand widgt-block | mcol | 1 | +10 | -2 |
2020-07-23 21:40 | do not capitalise unix.sexy title | mcol | 1 | +1 | -0 |
2020-07-23 20:39 | focus context menus when opened | mcol | 1 | +7 | -0 |
2020-07-23 18:51 | dont make optbox take up too much context menu space | mcol | 1 | +12 | -8 |
2020-07-22 23:51 | add favicon, update manifest and main html | mcol | 3 | +20 | -17 |
2020-07-22 23:41 | update dependencies | mcol | 2 | +1264 | -1467 |
2020-07-22 23:37 | don't warn about curly braces in strings | mcol | 1 | +1 | -0 |
2020-07-22 23:19 | allow custom styling of Button component | mcol | 1 | +1 | -1 |
2020-07-22 23:19 | add widgets feature | mcol | 7 | +134 | -2 |
2020-07-21 22:12 | add custom colors and apply them to static code sample in windows | mcol | 457 | +15063 | -28 |
2020-07-20 21:10 | remove outline from focussed inputs | mcol | 1 | +4 | -0 |
2020-07-16 20:17 | do not add undefined to optbox class if none provided | mcol | 1 | +6 | -1 |
2020-07-16 20:17 | remove ability to disable window text; it can still be deleted | mcol | 2 | +2 | -15 |
2020-07-16 20:16 | remove padding from window content textarea | mcol | 1 | +8 | -3 |
2020-07-16 20:16 | margin none -> margin 0 | mcol | 1 | +1 | -1 |
2020-07-11 19:31 | remove some unnecessaries | mcol | 4 | +7 | -3 |
2020-07-11 19:28 | put context menus and panel into windows, track focus across these too | mcol | 13 | +187 | -151 |
2020-07-10 10:29 | remove unnecessary imports from window index.js | mcol | 1 | +1 | -2 |
2020-07-10 10:28 | remove unnecessary console log | mcol | 1 | +0 | -1 |
2020-07-10 10:27 | move backgroundCtl to context menu | mcol | 7 | +97 | -75 |
2020-07-09 22:45 | big ol' linting | mcol | 34 | +112 | -92 |
2020-07-09 22:21 | capitalise optbox h3, label top/bottom status bar context menus | mcol | 2 | +2 | -1 |
2020-07-09 22:17 | remove titleBarCtl from panel | mcol | 5 | +21 | -72 |
2020-07-09 21:56 | implement dragging on context menus | mcol | 2 | +26 | -16 |
2020-07-09 18:12 | raise z index of main panel | mcol | 1 | +1 | -1 |
2020-07-09 18:11 | use context_menu slice disable to hide context menus | mcol | 4 | +7 | -4 |
2020-07-09 17:44 | move context menus to desktop and store their state in one place | mcol | 13 | +211 | -77 |
2020-07-09 15:51 | remove unnecessary <> </> | mcol | 1 | +7 | -9 |
2020-07-09 15:49 | windowContentStyle should include padding; but tabs shouldnt use | mcol | 3 | +4 | -4 |
2020-07-09 15:48 | optbox content should pad by border-box | mcol | 1 | +1 | -0 |
2020-07-09 15:48 | add shadows and borders to context menus | mcol | 2 | +8 | -0 |
2020-07-08 17:35 | move ShadowCtl, StatusBarCtl, BackgroundCtl into Settings tab | mcol | 3 | +5 | -8 |
2020-07-08 17:30 | merge background and wallpaper optboxes | mcol | 1 | +4 | -4 |
2020-07-08 17:28 | add position prop to ContextMenu so menus can go above mouse | mcol | 2 | +14 | -4 |
2020-07-08 16:50 | expand status bar state into ugly, hacky dict for top, bottom bars | mcol | 4 | +101 | -69 |
2020-07-08 16:49 | send id through menu props to child | mcol | 1 | +1 | -1 |
2020-07-08 15:25 | move status bar panel items to context menu | mcol | 3 | +45 | -68 |
2020-07-08 14:32 | hardcode white background of panel into index.css | mcol | 2 | +1 | -1 |
2020-07-08 14:32 | use window content to style context menus | mcol | 3 | +19 | -15 |
2020-07-08 11:09 | add context menu component with placeholder in statusbars | mcol | 4 | +81 | -1 |
2020-07-07 13:38 | status bars | mcol | 6 | +195 | -18 |
2020-07-06 18:30 | adjust optbox sizes | mcol | 5 | +11 | -5 |
2020-07-06 18:28 | add margin-right to number inputs | mcol | 1 | +5 | -6 |
2020-07-05 12:19 | replace "About" tab name with square icon | mcol | 3 | +15 | -3 |
2020-07-04 20:44 | split background and wallpaper into 2 optboxes | mcol | 4 | +57 | -37 |
2020-07-04 20:30 | fill out about page; move reset to about | mcol | 4 | +19 | -5 |
2020-07-04 10:51 | vertically align titlebar text in bar | mcol | 3 | +8 | -5 |
2020-07-01 22:00 | make title bars work on all 4 window edges | mcol | 6 | +45 | -17 |
2020-07-01 20:26 | style file input button for uploading wallpaper | mcol | 2 | +55 | -16 |
2020-07-01 16:18 | remove old empty helpers.js | mcol | 1 | +0 | -0 |
2020-07-01 11:56 | clean up panel CSS and appearance | mcol | 3 | +8 | -2 |
2020-07-01 11:30 | add multiple option box | mcol | 4 | +93 | -0 |
2020-06-30 19:59 | focus window upon first click | mcol | 1 | +3 | -0 |
2020-06-30 18:04 | remove some unecessary imports and escapes | mcol | 3 | +7 | -4 |
2020-06-30 16:53 | apply window-content text color to all text in optbox | mcol | 3 | +8 | -5 |
2020-06-30 16:48 | actually key->id | mcol | 1 | +2 | -2 |
2020-06-30 16:43 | key -> id for windows; only draw textarea sample in window 0 | mcol | 3 | +18 | -16 |
2020-06-29 22:16 | add default text to window content | mcol | 1 | +12 | -5 |
2020-06-29 22:14 | make window content an editable text area | mcol | 4 | +44 | -17 |
2020-06-27 21:02 | remove Misc, add About | mcol | 4 | +20 | -30 |
2020-06-27 20:08 | make panel use same styling as windowContent | mcol | 11 | +59 | -26 |
2020-06-27 18:56 | remove unused vars from windows | mcol | 2 | +1 | -4 |
2020-06-27 18:54 | move window content out of windows feature into dedicated func | mcol | 2 | +28 | -15 |
2020-06-27 18:50 | add set shadows to the panel window | mcol | 1 | +6 | -2 |
2020-06-27 18:46 | change default window and panel pos and sizes | mcol | 2 | +4 | -5 |
2020-06-27 18:28 | go through all settings and check they work | mcol | 6 | +13 | -8 |
2020-06-27 18:17 | make only tab list of panel draggable | mcol | 3 | +3 | -1 |
2020-06-27 17:10 | remove table structure; make panel a floating window | mcol | 17 | +154 | -160 |
2020-06-27 15:30 | add tint option to wallpaper | mcol | 6 | +59 | -31 |
2020-06-27 13:55 | always have focussed window at front | mcol | 1 | +1 | -1 |
2020-06-27 13:21 | add alpha feature for window transparency | mcol | 5 | +85 | -2 |
2020-06-27 13:04 | add margins to some panel inputs | mcol | 3 | +7 | -1 |
2020-06-27 12:52 | give width props to all optboxes | mcol | 5 | +14 | -17 |
2020-06-27 12:47 | remove helpers; move fixColour to colour component | mcol | 4 | +8 | -8 |
2020-06-27 12:45 | move button logic into single Button component | mcol | 4 | +31 | -17 |
2020-06-27 12:37 | split optbox css between it and colour | mcol | 4 | +6 | -30 |
2020-06-27 12:25 | move all colour picker logic into unified component | mcol | 12 | +98 | -188 |
2020-06-27 10:53 | remove opt class, replace with optbox > div styling | mcol | 12 | +29 | -29 |
2020-06-26 23:35 | add window-focus feature and corresponding border and title bar settings | mcol | 7 | +97 | -31 |
2020-06-26 20:25 | add title_bar text colour option | mcol | 2 | +22 | -1 |
2020-06-26 20:10 | update default values for a unified default look | mcol | 8 | +17 | -16 |
2020-06-25 23:37 | add title-bars feature | mcol | 7 | +138 | -7 |
2020-06-25 21:38 | add toggle switch for shadows | mcol | 2 | +33 | -16 |
2020-06-25 21:10 | fit wallpaper to desktop | mcol | 3 | +27 | -30 |
2020-06-25 20:25 | move some component features into dedicated components dir | mcol | 19 | +15 | -19 |
2020-06-25 20:14 | move window content CSS to window div | mcol | 1 | +2 | -2 |
2020-06-24 23:41 | add window content feature | mcol | 6 | +164 | -0 |
2020-06-24 23:40 | add switch component | mcol | 2 | +19 | -0 |
2020-06-24 21:32 | make optbox take up the correct space | mcol | 2 | +6 | -2 |
2020-06-24 21:13 | organise tab content into optboxes and opts | mcol | 16 | +255 | -168 |
2020-06-07 14:14 | remove redundant styling from shadow feature | mcol | 2 | +6 | -3 |
2020-06-07 14:14 | add border style feature | mcol | 6 | +96 | -4 |
2020-06-07 11:29 | implement window shadows feature | mcol | 7 | +127 | -17 |
2020-06-07 10:18 | reorganise panels into panel files in individual features, fix all imports | mcol | 35 | +354 | -300 |
2020-06-06 18:22 | convert Tabs to function component | mcol | 5 | +82 | -113 |
2020-06-05 13:59 | clean out CSS and set basic default whites | mcol | 9 | +9 | -21 |
2020-06-05 10:04 | add reset button to top panel | mcol | 3 | +21 | -1 |
2020-06-04 21:02 | add colour picker | mcol | 1 | +16 | -2 |
2020-06-04 20:30 | support uploading images for wallpaper and persist them it store | mcol | 6 | +72 | -59 |
2020-06-04 17:07 | small window feature fix | mcol | 3 | +1 | -23 |
2020-06-04 17:07 | split top panel tabs into individual files | mcol | 7 | +132 | -52 |
2020-06-04 17:06 | add image wallpaper handler | mcol | 3 | +48 | -32 |
2020-06-04 17:03 | remove panel padding, fix css indentation | mcol | 1 | +20 | -20 |
2020-06-04 17:03 | add helpers feature module with fixColours function | mcol | 1 | +13 | -0 |
2020-06-04 12:05 | add window add and del buttons to top panel | mcol | 1 | +8 | -1 |
2020-06-04 12:04 | add resizable and draggable windows and store their state | mcol | 2 | +65 | -18 |
2020-06-03 20:14 | add draggable, resizable windows | mcol | 3 | +57 | -0 |
2020-06-03 19:46 | persist store in localStorage | mcol | 2 | +26 | -8 |
2020-05-27 21:07 | Initialise with basic app skeleton | mcol | 23 | +14635 | -0 |