Reactify item tags box
Improvements: - Fixes autocomplete text remaining in field after selection in Fx60 - No more text or icon shifting on select (tested on macOS) Changes: - Tags are now selected on mousedown with no active state, as in web library Regressions: - Tooltip with tag type doesn't appear when hovering over icon - Pressing Tab after modifying a tag loses focus - Right-click in textbox shows custom menu instead of default text editing context menu (Cut/Copy/Paste) To-do: - Switch to this version for note tags box - Style colored tags in autocomplete drop-down? Sort to top? - Only show delete button on row hover, as in web library?
This commit is contained in:
parent
963329df28
commit
5791ffeb16
26 changed files with 2179 additions and 145 deletions
|
@ -38,6 +38,13 @@ const symlinkFiles = [
|
|||
|
||||
// these files will be browserified during the build
|
||||
const browserifyConfigs = [
|
||||
{
|
||||
src: 'node_modules/react-select/dist/react-select.cjs.prod.js',
|
||||
dest: 'resource/react-select.js',
|
||||
config: {
|
||||
standalone: 'react-select'
|
||||
}
|
||||
},
|
||||
{
|
||||
src: 'node_modules/url/url.js',
|
||||
dest: 'resource/url.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue