Commit Graph

736 Commits

Author SHA1 Message Date
jos afcf19bac5 A bit more refactoring 2017-01-05 11:18:38 +01:00
jos 9f81dfb2f6 Refactoring ul/li 2017-01-05 10:48:32 +01:00
jos 0e490fdeee expand the active search result if not expanded 2017-01-01 21:13:14 +01:00
jos bef37648b7 Go to next search result on enter 2017-01-01 20:20:17 +01:00
jos d2e1bed9d6 Created gulp task `compile-es5-lib` (WIP, not yet compiling less into css) 2017-01-01 20:08:10 +01:00
jos 349e6015a3 Some preparations for moveTo active search result (WIP) 2016-12-31 12:32:24 +01:00
jos fec1bb8f23 Implemented highlighting prev/next search result 2016-12-30 14:41:37 +01:00
jos 6ba53f7364 Implemented functions `nextSearchResult` and `previousSearchResult` 2016-12-30 14:05:11 +01:00
jos 100efb35ae Restructured search data model 2016-12-30 13:45:43 +01:00
jos 198e8edf85 Fixed ordering of search results 2016-12-30 10:52:48 +01:00
jos aa4b963592 Changed the structure of SearchResult. Highlight active search result 2016-12-30 10:44:57 +01:00
jos 95f0a31731 Added search icon, added prev/next button (not yet doing anything) 2016-12-26 14:37:52 +01:00
jos d1f35c6214 Show search result count 2016-12-26 11:21:52 +01:00
jos c7418807d8 Updated examples 2016-12-26 10:41:07 +01:00
jos f209df27a9 Updated readme 2016-12-26 10:26:33 +01:00
jos 2e434f49f9 Worked out react bundle (not yet working though) 2016-12-26 10:18:26 +01:00
jos 785ab5205c React API mostly working (WIP) 2016-12-22 12:08:32 +01:00
jos 98f56efc47 Finished switch to React 2016-12-04 22:14:21 +01:00
jos 4208dff7b9 Merge branch 'next_react' into next
# Conflicts:
#	package.json
#	src/components/CodeMode.js
#	src/components/JSONNode.js
#	src/components/TextMode.js
#	src/components/TreeMode.js
#	src/index.js
2016-12-02 11:46:46 +01:00
jos 8824cd10f8 Start with being able to set focus (WIP) 2016-12-02 11:38:54 +01:00
jos 37f2f77124 Refactored `search` to return an array with results, implemented `addSearchResults` 2016-11-27 21:16:17 +01:00
jos 939ad792d6 First basic implementation of search (WIP) 2016-11-27 15:41:10 +01:00
jos e5e61b71e3 Implemented function search 2016-11-19 21:21:09 +01:00
jos 96186b836a Replace `expandRecursive` with `transform` 2016-11-19 20:49:01 +01:00
jos e6cb225514 Implemented function `transform` 2016-11-19 20:44:58 +01:00
jos 70810655b8 Implemented JSON schema support for tree/form/view mode 2016-11-12 15:22:55 +01:00
jos fe3bc56d53 Implemented addErrors and removeErrors 2016-11-12 14:10:10 +01:00
jos 8da5ece3b8 Some styling improvements for errors 2016-11-12 13:23:53 +01:00
jos e45aa82b4b Cleanup reference of aceEditor 2016-11-12 11:36:48 +01:00
jos 6120949acf Some refactoring 2016-11-12 10:58:06 +01:00
jos 2bc4cf7dfe Fixed mode code not reckoning with option escapeUnicode 2016-11-12 10:38:04 +01:00
jos f01f52094e Add utf-8 meta tag in examples 2016-11-11 20:26:32 +01:00
jos 68a5b1476f Implemented JSON Schema support for mode `text` and `code` 2016-11-11 20:18:31 +01:00
jos 18d63fcd9a Updated dependencies 2016-11-11 09:34:17 +01:00
jos 116d5fe620 Added css for drag button 2016-11-11 09:32:02 +01:00
jos a70ba17bc7 Little refactoring 2016-10-30 17:38:21 +01:00
jos f882756dda Keep expanded state when patching data 2016-10-30 17:31:16 +01:00
jos a06f7ac5d1 No react warnings in bundles 2016-10-28 23:06:49 +02:00
jos a7c77ff9d1 Try react 2016-10-28 22:21:44 +02:00
jos 3f3fef9b40 Updated explanation in example 08 2016-10-28 21:30:01 +02:00
jos a5145ca004 Fixed minimalist bundle not excluding ace 2016-10-28 21:28:15 +02:00
jos b179318dc6 Upgraded dependencies 2016-10-28 21:21:59 +02:00
jos b73ff81e19 Implemented option `history` 2016-10-28 21:14:22 +02:00
jos 9cbb7574c0 Implemented option `escapeUnicode` 2016-10-28 14:00:44 +02:00
jos 8a3fffcd24 Fixed broken imports 2016-10-28 13:44:41 +02:00
jos 076853bf04 Moved all components in a folder components 2016-10-28 13:33:52 +02:00
jos f2f1636ef0 Added some headers in examples 2016-10-28 13:31:13 +02:00
jos 8f6ddf91bc Implemented `isValueEditable` and `isPropertyEditable` 2016-10-28 13:24:51 +02:00
jos 4a12eed14f Updated dark theme example 2016-10-28 12:14:47 +02:00
jos 9722414728 Remove semicolons from examples 2016-10-28 11:46:46 +02:00