Choices/test/scripts
2024-08-12 18:23:26 +08:00
..
actions Remove redux store in replace for hand-rolled replacement design for in-place updates of the state. Avoids a lot of data copying, and reduces bundle size 2024-08-12 17:36:17 +08:00
components Update tests 2024-08-12 15:26:58 +08:00
lib Fix search results could be unexpectedly unstable, and that fuseOptions.sortFn was effectively ignored #1106 2024-08-12 05:28:05 +08:00
reducers Remove redux store in replace for hand-rolled replacement design for in-place updates of the state. Avoids a lot of data copying, and reduces bundle size 2024-08-12 17:36:17 +08:00
search Improve performance of search/filtering with large number of choices by re-using the search index for each character typed. 2024-08-12 07:03:39 +08:00
store Fix resetting the store inside a transaction did not defer the listener notification 2024-08-12 18:23:26 +08:00
choices.test.ts Remove redux store in replace for hand-rolled replacement design for in-place updates of the state. Avoids a lot of data copying, and reduces bundle size 2024-08-12 17:36:17 +08:00
constants.test.ts Update various tests to match changed functionality 2024-08-07 23:00:39 +08:00
templates.test.ts Remove tests types from distribution files 2024-08-07 15:07:51 +08:00