Commit Graph

906 Commits

Author SHA1 Message Date
josdejong 52b6e94e39 Update dependencies 2020-06-03 15:50:57 +02:00
jos 38007b715d Update dependencies 2020-02-26 14:42:37 +01:00
jos 92297c0d2c Remove unused variable 2018-10-17 13:19:10 +02:00
jos ae1e39ba3f Implemented caret selection 2018-10-17 13:17:19 +02:00
jos 76e4bf5e16 Fix objects/arrays not copied correctly to clipboard 2018-10-03 18:05:21 +02:00
jos a869fa0f3a Cleanup old selection stuff 2018-10-03 15:18:12 +02:00
jos 17df475c11 Move some logic to `TreeModeMenu` and some small tweaks and fixes 2018-10-03 15:06:55 +02:00
jos 21d8db13d0 Update search results on patch/undo/redo 2018-10-03 12:32:48 +02:00
jos 7012de59d6 Select patched contents 2018-10-03 12:14:34 +02:00
jos ce37b88296 Cut/copy/paste/insert/duplicate/remove mostly working for selections (WIP) 2018-10-03 11:33:03 +02:00
jos f1ddc03c6d Create `before-childs` and `after-childs` 2018-09-26 21:40:33 +02:00
jos f33342b54b Rename selection areas to before, on, after 2018-09-26 17:54:04 +02:00
jos 0f24a9204f Implemented `findSelectionPointerFromEvent` (WIP) 2018-09-26 17:40:44 +02:00
jos 9a2c4f1e6a Use caret down instead of chevron down for dropdowns 2018-09-26 11:56:39 +02:00
jos aaa498b4ec Implemented `findSelectionPointerFromEvent` 2018-09-26 11:32:40 +02:00
jos 6c17d6256c Add custom svg logos to source code 2018-09-26 08:41:30 +02:00
jos a0de92b919 Move custom icons in a separate file 2018-09-19 21:39:06 +02:00
jos 3d2f9ce8df Created custom icons for format/compact 2018-09-19 21:33:46 +02:00
jos 4f86135050 Fixed broken unit tests 2018-09-19 15:16:45 +02:00
jos 3e795b3275 Order search results 2018-09-19 14:50:53 +02:00
jos e298d63311 Implemented result count in search box 2018-09-19 14:28:12 +02:00
jos 263f38f45c Search focus and quick keys working 2018-09-19 14:12:56 +02:00
jos b4a0dd6a3d Created insert dropdown 2018-09-19 13:27:36 +02:00
jos 2999fbc380 Refactor into a generic `DropDown` component 2018-09-19 13:05:15 +02:00
jos 2c560264c0 Refactor ModeDropDown 2018-09-19 11:43:40 +02:00
jos 0349f94ead Remove floating menu 2018-09-19 11:01:12 +02:00
jos 4c539cb4f5 Implement most menu functionality 2018-09-19 10:39:46 +02:00
jos 702dc5ed20 Use chevron icons in search and mode button 2018-09-19 10:04:51 +02:00
jos 37e22908c7 Fix react error on switching modes. Add more keys 2018-09-19 09:44:12 +02:00
jos 3865a1d365 Fix expand button losing focus when clicking it. Add missing `key` here and there 2018-09-19 09:23:40 +02:00
jos fdd44a276c Floating search box 2018-09-12 21:47:04 +02:00
jos 081cde4489 Replace svg sprite with fontawesome icons. Extend menu (WIP) 2018-09-12 17:54:20 +02:00
jos 0fb816d074 Moved tree mode menu in a separate component 2018-09-12 11:16:04 +02:00
jos 3028617ff7 Ignore css files 2018-09-12 10:18:29 +02:00
jos b6aea6df9d Remove css files from repo (only keep scss) 2018-09-12 10:17:14 +02:00
jos 088bee74cb Fix bundle not working due to undefined initial JSON 2018-09-05 17:59:15 +02:00
jos 80f45f39ec Refactored `findSelectionIndices` 2018-09-05 12:14:52 +02:00
jos 9b2b8233af Fix add in array reusing existing element as oldValue 2018-09-05 12:10:49 +02:00
jos e2ffd04e6e Fixed unit tests 2018-09-05 11:33:18 +02:00
jos 41a7069398 Fixing unit tests 2018-09-05 11:06:15 +02:00
jos a62b1e1c94 Fixed path not being updated in nodes 2018-09-05 09:30:00 +02:00
jos ec987385c8 Fix a bug in syncing an eson value. Cleanup old ESON types 2018-09-05 09:12:44 +02:00
jos 410353c86f Extended immutableJSONPatch with options fromJSON, toJSON, clone 2018-08-29 22:23:30 +02:00
jos dc814a3aa5 Rename terminology of JSONPatch 2018-08-29 12:27:33 +02:00
jos 56124cf17f Flatten `META` symbol, remove ordering of object keys from ESON model, simplify patch actions (WIP) 2018-08-19 20:36:57 +02:00
jos d6ad4c87d0 Revert react_demo (WIP, still broken) 2018-08-15 15:19:46 +02:00
jos fc1f73c4a6 Upgraded dependencies 2018-08-15 15:06:00 +02:00
jos b1f51b04a0 Update package-lock.json 2018-08-15 14:53:38 +02:00
jos cc3e441361 Update react example 2018-08-15 14:52:49 +02:00
jos 65df3428ac Position floating menu below for insert actions 2018-03-07 12:17:52 +01:00