Skip to content

Commit

Permalink
Implement advanced search interface in list editor. (#36)
Browse files Browse the repository at this point in the history
* Implement advanced search interface in list editor.

* Fix failing tests.

* Add publisher and distributor fields to advanced search.

* Update changelog.
  • Loading branch information
Ray Lee authored Aug 9, 2022
1 parent 4a13d53 commit d569465
Show file tree
Hide file tree
Showing 30 changed files with 3,368 additions and 278 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- When editing lists, the Save and Cancel buttons are now correctly disabled when a new list is opened, before any changes have been made.

#### Updated

- Advanced searches can now be executed to select books to add to lists, including the ability to filter on specific fields using various operators, and to combine multiple filters.

### v0.0.10

#### Fixed
Expand Down
160 changes: 136 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"dependencies": {
"@nypl/dgx-svg-icons": "0.3.4",
"bootstrap": "^3.3.6",
"classnames": "^2.3.1",
"draft-convert": "^2.1.5",
"draft-js": "0.11.7",
"font-awesome": "^4.6.3",
Expand All @@ -45,6 +46,8 @@
"react-beautiful-dnd": "^2.3.1",
"react-bootstrap": "^0.32.4",
"react-color": "^2.14.1",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.0.5",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-router": "^3.2.0",
Expand Down
Loading

0 comments on commit d569465

Please sign in to comment.