-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented new resource manager as per feedback #5240
Implemented new resource manager as per feedback #5240
Conversation
- Adds a green checkmark feedback on successful uploads - Makes the long filenames wrap in gridvriew
Polished some UI for uploads and filenames.
DNN Platform/Modules/ResourceManager/ResourceManager.Web/package.json
Outdated
Show resolved
Hide resolved
DNN Platform/Modules/ResourceManager/ResourceManager.Web/package.json
Outdated
Show resolved
Hide resolved
…ge.json Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
…tform into resource-manager
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things in the manifest
Co-authored-by: Daniel Valadas <info@danielvaladas.com>
Co-authored-by: Daniel Valadas <info@danielvaladas.com>
…tform into resource-manager
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THANK YOU!!!
I'll take a better look at the build issues tomorrow (well today)... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
8204ed0
to
6ee8efb
Compare
This new version of the resource manager uses WebComponents. It implements the requested UI/UX improvements requested by many. It no longer depends on the React common components.
If you want to test this, you can download the build result from DevOps and do a clean install.
I would also love some testing on upgrades from 9.10.2 to 9.11.0.
Would love for people using Group/User mode to give this a test too.
Resolves #4214
Resolves #4338
Resolves #4611
Resolves #4612
Resolves #5227