InvenTree/src/frontend
Oliver 7e7d4d01a2
Global search input drawer (#5346)
* First pass at global search input drawer

* Perform debounced query

* Build custom search query

* Render basic search results

* Flesh out more search types

* Add TODO

* Remove "bold" property

* Updates

* Improve rendering of search results

* Center loader

* Implement better "refresh" button

* Add alert on error

* Add "no results" alert

* Fix regex and whole word search
2023-07-27 13:05:39 +10:00
..
public Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
src Global search input drawer (#5346) 2023-07-27 13:05:39 +10:00
tests P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00
.babelrc Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
.eslintrc.cjs Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
.gitignore Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
.linguirc P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00
.prettierrc Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
index.html P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00
netlify.toml Add netlify for fast previews (#5353) 2023-07-27 11:17:44 +10:00
package.json [WIP] Mantine datatables (#5218) 2023-07-27 10:10:07 +10:00
playwright.config.ts P-UI: Fast language / theme / server selection (#5301) 2023-07-22 22:19:19 +10:00
tsconfig.json Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
tsconfig.node.json Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
vite.config.ts [WIP] Mantine datatables (#5218) 2023-07-27 10:10:07 +10:00
yarn.lock [WIP] Mantine datatables (#5218) 2023-07-27 10:10:07 +10:00