You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest adding a Widget System to the Cockpit CMS dashboard. This feature could allow users to customize their dashboard by adding, removing, or rearranging widgets, making the CMS more user-friendly and adaptable to individual needs.
If this suggestion is feasible, I would also like to propose my current code as a reference or starting point for this feature. I believe it could serve as a useful foundation or inspiration for implementing the widget functionality.
Here is the example code I have been working on for a dashboard (modules/App/views/dashboard/index.php) with widgets:
hello @aheinze
I would like to suggest adding a Widget System to the Cockpit CMS dashboard. This feature could allow users to customize their dashboard by adding, removing, or rearranging widgets, making the CMS more user-friendly and adaptable to individual needs.
If this suggestion is feasible, I would also like to propose my current code as a reference or starting point for this feature. I believe it could serve as a useful foundation or inspiration for implementing the widget functionality.
Here is the example code I have been working on for a dashboard (
modules/App/views/dashboard/index.php
) with widgets:and this is a sample for a widget (
modules/App/views/widget/clock.php
)The text was updated successfully, but these errors were encountered: