* eslint config for nextjs
* removed plugins, settings, parser from the config
* changed the script to next lint and installed the eslint next config package
* lint fixes
* move to dev dependencies
* remove unnecessary rules
* remove unnecessary babel deps
* lint on root dir
Co-authored-by: Mike Fix <mrfix84@gmail.com>
* Add Cascadia Code font
* Switch to using jsdelivr CDN with fontsource NPM package
* Sort fonts by alphabetical order
* remove Iosevka
Co-authored-by: cyntler <damian@cyntler.com>
Co-authored-by: Mike Fix <mrfix84@gmail.com>
* clean up getCarbonImage
* remove createObjectURL change
* bug fixes
* refactor getCarbonImage to use blobs/dataURLs only
* add console.error for copy to clipboard failures
* use blob.type for ClipboardItem
* add TODO
* feat: add 'width' option for Carbon container
* feat: draggable width adjustment
* chore: auto disable widthAdjustment when edge starts dragging
* remove label width default; tweak settings style
* use only right width handler
* use react effects, add a11y role and props
* clean up code
* use clamp fn
* move max and min widths out of state
* give WidthHandler a display name
* tweak variable names
Co-authored-by: Mike Fix <mrfix84@gmail.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
* The first preset is always selected(highlighted/cursor “not allowed”). In presets file, selected is based on the value of property preset from the default settings object. All preset objects do not have this property but have id instead, since default settings has property preset, all the presets inherit the same property preset, which is why the first preset was always highlighted. Fixed by replacing key name preset to id in default settings.
* removed id key from default settings
* preset is no longer a key in default settings
Co-authored-by: Michael Fix <mrfix84@gmail.com>
* hook up new cypress project
* add --
* fix flakey test
* try removing duplicate CYPRESS_CI flag
* try this
* and this
* revert
* attempt fix URI encoding issue