abebinder / memchess

An application to teach chess openings by repetition. Site is live at https://memchess.org
GNU General Public License v3.0
5 stars 3 forks source link

Add Opening Search Bar #13

Closed abebinder closed 3 years ago

abebinder commented 3 years ago

Whether list or tree, will be pain to need to search by hand

Would like to ideally type into it and then either the tree or list filters to just that element

abebinder commented 3 years ago

This one comes with search

https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/TreeViewWithSearchBar/React/Light/

abebinder commented 3 years ago

https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxTreeView/

abebinder commented 3 years ago

yarn global add opencollective-postinstall

had to do this to install devextreme

abebinder commented 3 years ago

dirty hack to delete node

https://stackoverflow.com/questions/28175200/how-to-delete-node-modules-deep-nested-folder-in-windows

abebinder commented 3 years ago

robocopy /MIR c:\test D:\workspace\memory-chess\node_modules> NUL

abebinder commented 3 years ago

so the problem i am dealing with now is that my shows without styling when using new treeview

abebinder commented 3 years ago

installing and running this on windows led to it showing correctly

https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/TreeViewWithSearchBar/React/Light/

abebinder commented 3 years ago

https://stackoverflow.com/questions/40714583/how-to-specify-a-port-to-run-a-create-react-app-based-project