Tabletop-Mirror / Issues-and-Tasks

0 stars 0 forks source link

Add a Button to Quickly Search for All Pages of a Particular Template #210

Open VarunS1997 opened 3 weeks ago

VarunS1997 commented 3 weeks ago

Would be useful if there was an easy button to find like all "Places" within a book, for example.

This is mostly about just manipulating and leveraging the search functionalities and providing a button.

VarunS1997 commented 2 weeks ago

The concrete tasks will be:

Some reference points to look at:

You will probably need almost all of the ones above (except the first one).

A command you can use to generate the component: https://angular.dev/cli/generate/component

ng generate component BookIndex

It should generate a component called "BookIndexComponent"

MatthewRVT commented 1 week ago