You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Caleb Taylor 660f148a19 Fixed first prefix always selected(hightlighted / cursor "not allowed") (#922)
* 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>
5 years ago
..
Themes remove capitalize util 5 years ago
style use constant colors (#896) 5 years ago
svg clean up menu controls position, about page 6 years ago
Announcement.js turn off announcement 5 years ago
ApiContext.js Merge in 4.0.0 (#850) 5 years ago
AuthContext.js Merge in 4.0.0 (#850) 5 years ago
BackgroundSelect.js improve background select (#873) 5 years ago
Billing.js move next head to /pages/account 5 years ago
Button.js create delete button from /snippets 5 years ago
Carbon.js hide style editor on escape instead of removing selection 5 years ago
ColorPicker.js Bundle size (#844) 5 years ago
ConfirmButton.js create delete button from /snippets 5 years ago
Dropdown.js disable spellcheck on inputs 5 years ago
Editor.js Fixed first prefix always selected(hightlighted / cursor "not allowed") (#922) 5 years ago
EditorContainer.js Display login button on all pages (#909) 5 years ago
ExportMenu.js update location routing regex 5 years ago
FontFace.js Merge in 4.0.0 (#850) 5 years ago
FontSelect.js close settings dialog on font upload 6 years ago
Footer.js Improve mobile UI (#875) 5 years ago
Header.js better header on mobile 5 years ago
ImagePicker.js move to use meta and shift symbols to define keyboard listening 5 years ago
Input.js Add support for first line number setting (#849) 5 years ago
ListSetting.js Merge in 4.0.0 (#850) 5 years ago
LoginButton.js Display login button on all pages (#909) 5 years ago
MenuButton.js restructure settings menu into Window, Editor, & Misc (#898) 5 years ago
Meta.js use constant colors (#896) 5 years ago
Overlay.js enable react in scope lint rule 6 years ago
Page.js Display login button on all pages (#909) 5 years ago
PhotoCredit.js Use Unsplash API (#301) 7 years ago
Popout.js improve keyboard navigation with escape to close 6 years ago
Presets.js better outlining for preset list 5 years ago
RandomImage.js move to use meta and shift symbols to define keyboard listening 5 years ago
SelectionEditor.js hide style editor on escape instead of removing selection 5 years ago
Settings.js restructure settings menu into Window, Editor, & Misc (#898) 5 years ago
Slider.js Add support for first line number setting (#849) 5 years ago
SnippetToolbar.js move to use meta and shift symbols to define keyboard listening 5 years ago
SpinnerWrapper.js use editor mount for loading instead of carbon's 6 years ago
ThemeSelect.js visually align Window settings 5 years ago
Toasts.js fix toast container position 5 years ago
Toggle.js fix input onChange for Toggle 5 years ago
Toolbar.js Improve mobile UI (#875) 5 years ago
TweetButton.js move to use meta and shift symbols to define keyboard listening 5 years ago
WindowControls.js move to use meta and shift symbols to define keyboard listening 5 years ago
WindowPointer.js minor aesthetic tweaks 6 years ago