@datitisev This doesn't by any chance fix the issue where you can't rearrange tags on mobile does it?

    5 months later

    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?

      yahirwo My apologies. it should work npow. I forgot to update the Flarum version constraint to beta 8 or higher, so you will be able to install it on beta 7 but won’t work.
      I’ll fix that later today

        10 months later

        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.

            3 months later
            5 days later
            3 months later

            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
            13 days later

            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.

              bertaveira Yes, it's supposed to be a replacement. The page still exists in case it's needed for troubleshooting.

              a month later

              @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...

                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.

                  datitisev OK I'll try that, I am still learning to do things with with composer as my DevOps colleagues have made it so that all is automated inside of a docker container and I just need to provide a list of extensions.