This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
Releases: dsevillamartin/flarum-ext-dashboard
Releases · dsevillamartin/flarum-ext-dashboard
v0.1.0-beta.8.2
- Fix modals having white background when dark mode is enabled
- Rework some styles to prioritize certain information
- Do not calculate discussion, users, posts count in forum - only admin
v0.1.0-beta.8.1
- Added Spanish translation (#15)
v0.1.0-beta.8
- Updated for Flarum beta 8
- Reworked extension updates modal
- Now uses Packagist API
- Make disabled extensions translucent to distinguish from installed
- Use Flarum's new dashboard widgets
- Removed custom versions widget
- Removed Github oAuth settings
- Remain in database
- Added extension settings & uninstall button to the extension view
- Uninstall, just like in the past, does not work
v0.1.0-beta.6
Changelog
- Updated for beta 7 (Changed deprecated event
ConfigureClientView
toConfigureWebApp
) - Added extensions to dashboard (26b4bef, e361c94, 7fbf8af)
- Added PT-BR translation (156c4ff, #9)
- Made somewhat easier to see with the dark theme (f587a49)
- Get posts, users, and discussions data from the backend (b778101)
- No more API spam, and numbers should be correct now
Screenshots
v0.1.0-beta.5
Updated for Flarum v0.1.0-beta.6
Summary
Updated the plugin for Flarum v0.1.0-beta.6
, added icon to extension, some bugfixes
Changelog
• Added icon, color, and background color to the extension's square in Admin > Extensions
• Fixed locale datitisev-dashboard.admin.settings.title
having no translation
• Updated code for Flarum beta.6; dropped support for beta.5
The Customizable Update
Add Your Own Widgets To The Dashboard!
Summary
With v0.1.0-beta.3
you can now add your own widgets to the dashboard!
Changelog
- Added HEAD comment to PHP files
- Added availability to add custom widgets via ItemList and custom component
- Changed widgets from Dashboard* to Widget*
- Added a items list to the dashboard page for sections
- Created a DashboardSection component for external extensions to use when adding widgets to dashboard
Screenshots
Second Beta Release
Initial Release
- Dashboard Page
- User & Discussion count (by latest id)
- Checks every 10min or specified number (refs #1)
- Check for extension updates using Github release (only gives number)