-
Notifications
You must be signed in to change notification settings - Fork 279
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
Clone boards with stacks, labels #1221
Conversation
Signed-off-by: Jakob <jakob.roehrl@web.de>
c62f47f
to
36afac9
Compare
We could use this, but maybe that is a better fit for the move action instead of the clone. But maybe we should just create a simple icon similar to this one: cc @nextcloud/designers |
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M11.8 13.8H2.2V4.2h9.6m1.2 0c0-.67-.53-1.2-1.2-1.2H2.2C1.53 3 1 3.53 1 4.2v9.6c0 .67.53 1.2 1.2 1.2h9.6c.67 0 1.2-.53 1.2-1.2"/><path d="M4.2 1C3.53 1 3 1.54 3 2.2v1.26h1.2V2.2h9.6v9.6h-1.14V13h1.14c.67 0 1.2-.53 1.2-1.2V2.2c0-.67-.53-1.2-1.2-1.2H4.2z"/></svg> |
@juliushaertl |
|
Looks good in general, do you have debug enabled in your config.php? Otherwise the scss cacher might not update if the underlying scss file has changes. |
7133f32
to
9ab2d01
Compare
9ab2d01
to
0ad6ee0
Compare
Improving the icon a bit, the shapes could be separated to make clear it’s separate, even in small sizes:
This is in line with how we do it with other icons like external, icon-menu-sidebar, icon-audio-off and all the -off / -disabled state icons, and similar to how the Material Design copy icon is made. :) |
0ad6ee0
to
dbedd49
Compare
Signed-off-by: Jakob <jakob.roehrl@web.de>
dbedd49
to
df0a851
Compare
Now it should be fine |
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.
Code looks good :)
So some small UX issues:
|
Besides that I'm fine with it 😉 Awesome work so far @jakobroehrl |
Signed-off-by: Jakob <jakob.roehrl@web.de>
@juliushaertl
|
Does your request return the data? |
@juliushaertl Line 119 in 31ae007
But I need it here:
|
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.
I'll let you fix what's left, once ready, please ping me again :)
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.
Some remaining minor comments, otherwise it looks good 👍
Signed-off-by: Jakob <jakob.roehrl@web.de>
b09a45d
to
71e7c98
Compare
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.
See comments :)
Signed-off-by: Jakob <jakob.roehrl@web.de>
8481cdc
to
1c2c700
Compare
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.
code looks good! 👍
Resolves: Clone / Copy boards [$150] #119
Target version: vue
Is there a good Icon I can use?