-
Notifications
You must be signed in to change notification settings - Fork 138
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
Slightly improve the media experience #452
Conversation
- Use a grid to display the list of media - Add icons for non-image media preview - Paginate the gallery - Add links to the gallery in the editor and in the profile settings to make it more discoverable when you need it Fixes #432
Codecov Report
@@ Coverage Diff @@
## master #452 +/- ##
=========================================
+ Coverage 25.73% 26.74% +1%
=========================================
Files 63 64 +1
Lines 6150 7223 +1073
=========================================
+ Hits 1583 1932 +349
- Misses 4567 5291 +724 |
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.
It feel a bit odd there are nice pictures for non image files on /media
, but not on /media/<id>
, otherwise this is all good
Otherwise we can't display their preview, nor show them in articles Also show controls by default for these two elements
…sn't need to be escaped. And use it to generate media previews.
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.
👍
Only keep it if contains letters and numbers only, otherwise remove it. To be merged before #452
Here are some screenshots:
Fixes #432