Unveiling the new Admin Dashboard (preview) #5319
Replies: 3 comments 11 replies
-
Great work! This looks amazing. Will try it out in the next couple of days and will try to provide (valuable) feedback. First thing I noticed in the video above is that the icon used for the quick filter is a "sort list" icon. Any particular reason why you have not used a search icon instead? |
Beta Was this translation helpful? Give feedback.
-
Excited about this! Playing with it a little bit more next week, wanted to share first thing I ran into though. The Give Feedback link is 404-ing (https://solidus.io/feedback?category=solidus-admin). |
Beta Was this translation helpful? Give feedback.
-
Awesome can't wait to try it! We tried putting it at |
Beta Was this translation helpful? Give feedback.
-
We're releasing the first alpha version of solidus_admin. Our new admin dashboard still needs to be completed, but it's 100% usable and adds value by itself. We don't want to work on it behind closed doors and then show you what we think you want. Instead, we'd like everyone to try it out, listen to your feedback and create the solution you and your clients actually need.
In this initial launch, we present you with a fresh and revamped product listing with excellent UI and UX and new features like live search and bulk actions. You can also start exploring the new components-based architecture, making it easier to implement forward-compatible customizations.
solidus_admin_demo.webm
Switching Between Old and New Admin
During this development phase, where only some sections have been reworked, the new admin dashboard will transparently fall back to the old solidus_backend you are familiar with.
Operators can also explicitly opt-out by using a toggle switch on the menu's left side.
Trying the new admin
We encourage you to check the new admin dashboard out and have your voice heard with any new ideas or concerns. You have two options:
Its source must be the
admin/alpha/v1
branch in thesolidusio/solidus
repository on GitHub.Try the new admin in an isolated environment
git clone https://github.com/solidusio/solidus.git
.cd solidus
.git checkout admin/alpha/v1
.bin/rails server
.http://localhost:3000/admin
. You should see the new admin once you click on the "Products" menu item.Try the new admin in your store
main
branch of thesolidusio/solidus
repository. We recommend following the upgrade instructions up to Solidus v4.1 and then update your Gemfile, splitting how solidus dependencies are fetched:bundle update
bin/rails g solidus_admin:install
bin/rails server
http://localhost:3000/admin
in your browser. You should see the new admin once you click on the "Products" menu item.🚧 WARNING 🚧
Notice that any customization you made on the legacy admin will not automatically be transferred to the new admin dashboard. We'll publish detailed instructions on customizing the new admin and port legacy patches as soon as possible.
🚧 WARNING 🚧
Troubleshooting
If you encounter any issues during installation, please make sure to follow the instructions we provided above.
For further assistance, we can help troubleshoot your issue.
Feedback
We appreciate any feedback on the alpha version of Solidus Admin! Please comment on a GitHub discussion or open an issue if you find any bugs. Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions