Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Releases: dsevillamartin/flarum-ext-dashboard

v0.1.0-beta.8.2

09 Apr 14:56
cfa7168
Compare
Choose a tag to compare
  • 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

20 Apr 19:24
Compare
Choose a tag to compare
  • Added Spanish translation (#15)

v0.1.0-beta.8

04 Dec 00:33
00f06ca
Compare
Choose a tag to compare
  • 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

26 Jul 13:05
Compare
Choose a tag to compare

Changelog

  • Updated for beta 7 (Changed deprecated event ConfigureClientView to ConfigureWebApp)
  • 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

img
img

v0.1.0-beta.5

28 Nov 23:05
Compare
Choose a tag to compare
v0.1.0-beta.5 Pre-release
Pre-release

Summary

Fixed an important bug where the ExtensionUpdates modal would say a new version is available when it was updated.

Changelog

• Changed Github endpoint from /releases to /tags (f149b3f; #6)

Updated for Flarum v0.1.0-beta.6

20 Nov 13:58
Compare
Choose a tag to compare
Pre-release

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

05 Jun 23:24
Compare
Choose a tag to compare
Pre-release

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

Normal Admin Dashboard Page; No Visual Changes Here:
Normal Admin Dashboard Page

Many Extra Widgets On Admin Page; with 13 lines of code:
Many Extr .Widgets On Admin Page with 13 lines of code

Second Beta Release

22 May 15:13
Compare
Choose a tag to compare
Second Beta Release Pre-release
Pre-release
  • Added modal with extensions to update (refs #3)
  • Removed MySQL version from both JS & PHP, flarum will support more (refs #2)

Initial Release

21 May 21:01
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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)