fvsch / kirby-staticbuilder

Static HTML exporter for Kirby CMS (v2 only)
MIT License
112 stars 8 forks source link

Panel Dashboard Widget #37

Closed zvaehn closed 6 years ago

zvaehn commented 6 years ago

How about a little Dashboard widget which shows some meta-information and give the panel-user a link to the staticbuilder-page?

fvsch commented 6 years ago

That's a good idea, but with the current implementation it would be a bit hard to do (or very hacky).

In the future I’d like to change the technical implementation to be split between a JSON API and small JS clients (the /staticbuilder/ page could be one client, and the dashboard widget another one).

zvaehn commented 6 years ago

Yep! I took a look in the code to see if i can make the widget on my own, but its really focussed on the table-generation for this one specific page.

Currently my little widget looks like this:

screenshot

Looking forward to see your suggested changes :)

fvsch commented 6 years ago

Closing feature requests as described in #40.