-
Notifications
You must be signed in to change notification settings - Fork 282
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
show card details in modal #2047
Conversation
May i ask what the intention of this modal is? |
Sure!
|
a6037e2
to
43af8b0
Compare
|
1f8e9f4
to
f2f869e
Compare
@jakobroehrl I took the liberty to push two commits that I came up with when trying out your branch. This basically makes sure that the modal can be properly reopened and in the same run adds a checkbox to toggle between default open for the sidebar and default open the modal. I've added another TODO to the above list for persisting that state. |
@juliushaertl To do this, we need to remove the following CSS style from the sidebar: width, max-width, border-left |
Yes, i think for that we can just overwrite the styles with a v-deep selector in in the modal. |
4e1cc09
to
f93be51
Compare
@juliushaertl Lines 111 to 115 in f93be51
But it affects all sidebars as well, how can we change this? |
56342f6
to
5b6f8b6
Compare
d54b451
to
ee8e034
Compare
Pushed the rebased version and removed the for now unneeded details tab component. Let's keep the changes minimal for now. @jakobroehrl Mabye you can have another look at the modal styling, the scrollbar looks out of place: |
@juliushaertl |
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.
Changes are good to go from my side now 👍
@jakobroehrl Mind to make sure that CI passes? 😉
b082cfa
to
5b2b4cc
Compare
Signed-off-by: Jakob Röhrl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Jakob Röhrl <[email protected]>
Signed-off-by: Jakob Röhrl <[email protected]>
Signed-off-by: Jakob Röhrl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Jakob Röhrl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
ea595c8
to
39e9296
Compare
Signed-off-by: Jakob Röhrl [email protected]