Conversation
| filter: saturate(.7); | ||
| } | ||
|
|
||
| :deep(.dialog__actions) { |
There was a problem hiding this comment.
Sounds like a fix for NcDialog needed, there should be no need to use deep. Probably need to make actions flex without margin.
Then you could use flex: 0 1 fit-content on the buttons here and flex: 1 1 on the separator and no deep styles needed.
There was a problem hiding this comment.
Well, I think the NcDialogs never had a left Button in mind when designed.
Not sure this is something we cant to push forward.
So yeah, until then, I'll keep it here
There was a problem hiding this comment.
yes was more of "loud thinking" for future tasks of mine^^
package.json
Outdated
| }, | ||
| "peerDependencies": { | ||
| "@nextcloud/vue": "^8.0.0-beta || ^8.0.0", | ||
| "@nextcloud/vue": "^8.11.0", |
There was a problem hiding this comment.
Is this needed for the changes? Otherwise this might introduce duplicated dependencies for using apps.
Libraries should only pin the lowest supported version, the highest compatible version is picked by NPM on install and shared with the app.
There was a problem hiding this comment.
Not needed no.
We can keep ^8.0.0-beta || ^8.0.0, it doesn't matter, 8.11.0 is installed in the lockfile
There was a problem hiding this comment.
Actually, it did matter.
I had to do this to update the nc/vue and see the latest changes on the NcDialog. Otherwise it was weirdly not working 🤔
Now that the lockfile is updated, I can revert I guess.
But this makes updating the dep complicated (check the auto dependabot updates, it never offered @nextcloud/vue since we changed that line)
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
0b8d38e to
365adde
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
85f0506 to
0152903
Compare
This is correct behavior. But yes had this too in some components |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
07d85a9 to
4a4c3f2
Compare
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
4a4c3f2 to
426015e
Compare
emoral435
left a comment
There was a problem hiding this comment.
Reviewing late, but this LGTM!
Needed for nextcloud/server#44409
ConflictPickerConflictPickerConflictPickerConflictPickervuecomponentsConflictPickermounted and throwing logic