@datitisev This doesn't by any chance fix the issue where you can't rearrange tags on mobile does it?
Datitisev Admin Dashboard
- Edited
Dashboard 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
- Compatible with flarum/statistics
- 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
EDIT DEC 3RD: Republished v0.1.0-beta.8 with the flarum constraint set to beta 8 and higher.
The composer is still beta7 version
how can I install this extension without composer?
Fantastic plugin - thanks for this @datitisev !
datitisev o use the extension updates feature, you will need to create a Github Developer App and introduce the Client ID and the Client Secret in the extension's settings
Just installed it and I don't find any settings?!
So where should I enter this?
[deleted]
Flarum Beta 10 compatibile?
chrisonline Oh, I need to update the main post. The requests use Packagist now, so you don't need a GitHub Developer App anymore.
[deleted] Yes, all but a few extensions should be compatible with beta 10.
Littlegolden Uhh... might be deleted users? Not sure. The ext also only shows users with verified email addresses - might have to do with that?
Dashboard v0.1.0-beta.8.2
A very small update. I noticed some issues that needed solving .
- 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
Is this suppose to make the Extensions page disappear from the Administrator side bar? Because when I enable this extension it just disappears from the side navigation. I can still access the page by the link example.com/admin#/extensions but it doesn't show up in the side bar.
- Edited
bertaveira Yes, it's supposed to be a replacement. The page still exists in case it's needed for troubleshooting.
@datitisev Would it be difficult to add a feature to this extension which would make it possible to see updates for extensions that come not from packagist but from custom repos configured in composer.json? I saw in the source code that getting the updates is all done in the frontend, maybe this would not work in the frontend for these kind of extensions...
- Edited
iPurpl3x Probably not. Those custom sources would most likely be private - and as such, would error when trying to retrieve public info about them anyway.
That would only work perhaps if I started running git conmands to find out the latest version, and that would overcomplicate this ext and make it slower.