-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
File widget for references #33755
File widget for references #33755
Conversation
51ff9cf
to
9fc1a90
Compare
19cd0ea
to
e970316
Compare
94ee906
to
1ab6698
Compare
8c1abbb
to
72d6655
Compare
72d6655
to
6a6cf3a
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.
Awesome. Some little remarks.
Also, how do we register a ReferenceProvider? I suppose there is an extra registerReferenceProvider
to IRegistrationContext
, right?
Yes :) |
07acc77
to
6861179
Compare
I've split the event out to get it in separately. #33818 |
6861179
to
8f66f3c
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.
🎉
8f66f3c
to
5b1e576
Compare
5b1e576
to
363e890
Compare
363e890
to
ba54e5b
Compare
ba54e5b
to
8b663d0
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.
🐘
81cca2d
to
42099aa
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.
The dialog appears with padding in the picker modal:
I guess this can be partially solved in this implementation but would also maybe require adjustments in the picker implementation.
Also there are 2 close buttons, one from the picker, one from the dialog. We could hide the one from the dialog IMO.
42099aa
to
51fa7f9
Compare
@juliushaertl It seems that |
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.
Awesome!
Signed-off-by: Julius Härtl <[email protected]>
…to different locations Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
0873256
to
38e4f8a
Compare
Failures unrelated |
Follow up to #33494 to implement the frontend for a files widget