Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial components and styling * shrink checkbox to expose swatch * shrink chexbox to make swatch clickable * pass data into color swatch * remove unused styling * handleColorChange in picker * pass props and helders to color picker modal * add colorPicker to color swatch * types actions constants selectors for colorChanges * selector in viewer panel * preserve initial color in swatch * style parent swatch when children dont match * recent colors into redux * change modal to popover * update import * clean up stylesheets * tidy css and imports * bump viewer version * remove extra ? * update viewer * viewerpanel selector test update * update dependecies * add tests for getColorChanges * fix type imports in selectors * web app version * remove comment * consolidate colorpicker and popover * organize props and style rules * pointer on color swatch * formatting * color picker tooltip color to constant * swap replace for slice * debounce color selection * implement orthographic camera * initial styling of camera controls * ortho/perspective icons * define viewer button color variables * focus:hover state on home button * playback control styling * fix button exceeding border * orth/persp icons swapped * remove redundant ternary * rename set camera * audit fix (#437) * change check for if a file is shareable (#439) * change check for if a file is shareable * use constant for trajFileName * use selector instead of type guard * add unit test * remove accidental auto import * Update ux_issue.md (#433) * menu item and modal * removing logs * remove unneeded jsx fragment wrappers * remove commented code * styling update * remove comments * typo * prevent bg color change after click * Update src/components/HelpMenu/index.tsx Co-authored-by: Megan Riel-Mehan <[email protected]> * fix menus offsets (#440) * fix menus offsets * move version info * update viewer to 3.6.3 * update viewer and fix types (#445) * 0.10.0 * remove redunant line * implement orthographic camera * initial styling of camera controls * define viewer button color variables * focus:hover state on home button * playback control styling * orth/persp icons swapped * remove redundant ternary * install new viewer version * rename set camera * menu item and modal * removing logs * remove unneeded jsx fragment wrappers * remove commented code * styling update * remove comments * typo * Update src/components/HelpMenu/index.tsx Co-authored-by: Megan Riel-Mehan <[email protected]> * fix menus offsets (#440) * fix menus offsets * move version info * update viewer to 3.6.3 * update viewer and fix types (#445) * pass down actions from model panel to picker * add hover state rules * pass in debouncedColor * [to undo] - local install * remove colorChangesMap * prevent color assignment on first opening picker * fix typing and save all color changes * make color change an object * install * store colors for correct rendering * add a done call * change interface * install viewer * update viewer * remove old style sheet * clean up styles and change order on parents * style children selection row * style labels * style sub menu better * clean up styles * revert change * make sure colors are consistently cased * fix imports * wip - not have popover move up * remove color swatch component and get color picker aligned with swatch * flx classnames * fix typo * fix checkall button * fix classname * make render functions for colorpicker * keep swatch constant until color is set, change label to "previous" * adjusting labels * Update src/components/CheckBoxTree/style.css Co-authored-by: Peyton Lee <[email protected]> * rename colors * sync children remove log * Fix/viewer imports (#453) * fix imports to be from the top level * update viewer * Update src/components/SharedCheckbox/style.css Co-authored-by: Cameron Fraser <[email protected]> * remove return * clean up styling * change names of checkboxtree components --------- Co-authored-by: Megan Riel-Mehan <[email protected]> Co-authored-by: Lyndsay <[email protected]> Co-authored-by: Blair Lyons <[email protected]> Co-authored-by: Peyton Lee <[email protected]> Co-authored-by: Cameron Fraser <[email protected]>
- Loading branch information