DiscipleTools / disciple-tools-bulk-magic-link-sender

disciple-tools-magic-links
Other
2 stars 5 forks source link

Add hook for updating table header #71

Closed cairocoder01 closed 1 year ago

cairocoder01 commented 1 year ago

Adds a hook to be able to add extra content to the heading over the list of posts. My use case is adding a toggle to "Show All" and subsequently modify the query of which posts are returned from the get_magic API request.

This also updates the web components to the most recent version and gets them coming from NPM for easier updates in the future.

cairocoder01 commented 1 year ago

Do you know which fields those are that are hidden? Just need to know how to reproduce that issue.

kodinkat commented 1 year ago

Do you know which fields those are that are hidden? Just need to know how to reproduce that issue.

Screenshot 2022-11-29 at 16 04 37

cairocoder01 commented 1 year ago

@corsacca Are you able to test this and see if it works for you? @kodinkat and I haven't been able to track down the cause of his errors and want to eliminate the possibility that it is a one-off issue with his setup.

cairocoder01 commented 1 year ago

Nevermind. Just found that it is a Safari issue with the web components themselves. I'm on it.