Conversation
58f62db to
1ef1512
Compare
|
Thanks a lot for tackling this! Looks great already. Just based on the screenshots I have a few remarks. Drop zoneI'd say always indicate the possibility to drag files in, even though less prominent. Maybe just
|
c4d024a to
561c135
Compare
|
Thanks for the comments @max-nextcloud
Good point. It's renamed to "Found in folder now", I think that makes it clearer. Also listing these attachments is rather meant as transition support as in the long run I hope that people find less and less reasons to put files directly into the collectives folder and will use our UI to manage files within collectives.
After discussing this a bit with @marcoambrosini we went the other way for now and even have four different lists, each with a caption:
@marcoambrosini made the valid point that the upload button is a bit too prominent and could be misinterpreted as the main action to upload stuff to a collective if novice users open the sidebar. Thus we were thinking about moving the upload option to a three-dots menu next to the captions. I'm unsure though which caption menu this would belong to. Next to "in page" would suggest they're embedded in the page after upload. Next to "not in page" might be pushed down by a long "in page" list. Not sure what to do best here. |
ee70008 to
b7450c4
Compare
|
Hello just a user here who has been using Collectives. Love the work so far. I have few user improvements which could be useful for people who lack the Nextcloud file management know how (see #2089 for my remarks) and the differences specific to Collectives On upload by drag and drop in the file.
Sidebar On the sharing section. I would recommend the add to page is added to the attachment actions if it is a first menu. And for the future I would add as above a text box in the sidebar that links in this link section are not defined in the collectives and permissions needs to be given directly in the adequate app (Files, Deck, Calendar, tables). With a warning, users might not see the same thing or might not be able to access this data. My 2 cents as usual. Keep up the good work 💌 |
352d236 to
e298d7a
Compare
e7edf01 to
51a01a7
Compare
51a01a7 to
7006290
Compare
|
@max-nextcloud I also addressed your other comment, see commit 251952a |
5fc2d92 to
14fc19d
Compare
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
…tton Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
553c75b to
2118236
Compare
Doesn't work anyway. Signed-off-by: Jonas <jonas@freesources.org>
2118236 to
9618441
Compare
| color: var(--color-text-maxcontrast); | ||
| background: rgba(var(--color-main-background-rgb), 0.5); |
There was a problem hiding this comment.
I think the contrast is too low here for dark images on a light mode and vice versa:
I'm afraid you'll have to use:
| color: var(--color-text-maxcontrast); | |
| background: rgba(var(--color-main-background-rgb), 0.5); | |
| color: var(--color-text-maxcontrast-background-blur); | |
| background: var(--color-main-background-blur); |
There was a problem hiding this comment.
Agreed, good idea. Changed, tested and pushed
There was a problem hiding this comment.
I think that's good enough for now 😉
There was a problem hiding this comment.
Not quite... Sorry.. 😜
it's
color: var(--color-text-maxcontrast-background-blur);
With the background- in there. Messed that up at first, then corrected my proposal - but you were faster.
ba2df36 to
a94ccdb
Compare
max-nextcloud
left a comment
There was a problem hiding this comment.
Approving as there's just one small thing remaining from my point of view.
Should make it easier to distinguish them from non-deleted items. Signed-off-by: Jonas <jonas@freesources.org>
a94ccdb to
d146da3
Compare


📝 Summary
This PR enhances the attachment sidebar tab.
Requires
nextcloud/text#8238 and nextcloud-libraries/nextcloud-vue#8169(released).🖼️ Screenshots
🚧 TODO
🏁 Checklist
npm run lint/npm run stylelint/composer run cs:check)