This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Show attachments as blocks instead of list to allow enhanced actions #1448
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
By analyzing the blame information on this pull request, we identified @jakobsack, @jancborchardt and @DeepDiver1975 to be potential reviewers |
ChristophWurst
force-pushed
the
enhanced-attachments
branch
from
April 24, 2016 09:42
a7497c4
to
e827f44
Compare
This looks super nice! 👍
Yeah, good call. |
ChristophWurst
force-pushed
the
enhanced-attachments
branch
from
April 27, 2016 19:28
55832b5
to
ee2f1d1
Compare
attachmentId: attachmentId | ||
}); | ||
console.log(arguments); | ||
console.log(url); |
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.
- TODO: remove
ChristophWurst
force-pushed
the
enhanced-attachments
branch
2 times, most recently
from
April 28, 2016 19:21
85e5487
to
abca7a4
Compare
Can't save on my owncloud file error 500:
|
Except from that, it's working great. Congrats on using inline-block, good call! |
@skjnldsv could you please open a new issue for that bug? Seems unrelated, but we should definitely fix that too! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This moves attachment rendering out of the message view and shows attachment as blocks instead of a simple list:
My goal is to make the attachments view ready for enhanced attachment actions, like integration with other apps (contacts, calendar, maps) and previews of other file types (ref #1374, #79).
TODO:
Ideas for future PRs:
fixes #1308