Kentico / xperience-by-kentico-algolia

Enables the creation of Algolia search indexes and the indexing of Xperience content tree pages using a code-first approach.
https://www.kentico.com/
MIT License
4 stars 1 forks source link

Feat/admin UI #2

Closed kentico-ericd closed 1 year ago

kentico-ericd commented 2 years ago

Adds a custom admin application with an index listing and rebuild action, indexed content of each index, and the details of each indexed path.

kentico-ericd commented 2 years ago

Here are screenshots of how the UI currently appears. You can see there are minor issues in 2 of the images, if you have any suggestions please let me know!

index-listing path-dialog indexed-content

kentico-jaroslavn commented 1 year ago

Here are screenshots of how the UI currently appears. You can see there are minor issues in 2 of the images, if you have any suggestions please let me know!

index-listing path-dialog indexed-content

Regarding the page padding, I suggest to set column max width. There is a support for it in ColumnConfiguration object. Table component has property isHeaderVisible which can hide header. In order to set dialog title you have to use useTemplateDialog() hook and call setTitle() function from this hook.