Skip to content

Conversation

@JED-B
Copy link
Contributor

@JED-B JED-B commented Mar 30, 2024

Summary

color of the icon for folder link preview is primary like all the other icons

@jancborchardt

TODO

  • ...

Checklist

@JED-B JED-B requested a review from skjnldsv as a code owner March 30, 2024 02:12
@solracsf solracsf changed the title fix#44356 link preview folder icon color updated fix: link preview folder icon color updated Mar 30, 2024
@solracsf solracsf added this to the Nextcloud 29 milestone Mar 30, 2024
@solracsf solracsf added the 3. to review Waiting for reviews label Mar 30, 2024
Copy link
Member

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jadjoud could you include before/after screenshots? :) Also there seem to be some unrelated whitespace changes in the CSS file, not sure if that is an issue.

@jancborchardt jancborchardt requested a review from susnux April 2, 2024 08:50
@JED-B
Copy link
Contributor Author

JED-B commented Apr 2, 2024

Thank you @jancborchardt
Should i include UI screenshots or just code screenshots ?

@jancborchardt
Copy link
Member

Should i include UI screenshots or just code screenshots ?

@jadjoud screenshots basically always means UI screenshots, as the code is visible in the "Files changed" tab. :)

@JED-B
Copy link
Contributor Author

JED-B commented Apr 2, 2024

@jancborchardt

Obvious haha, But the thing is I'm using github codespace and i have no idea how to run the branch and see the changes.

Can you help, please?

Thanks a lot!

target="_blank"
@click="navigate">
<span class="widget-file__image" :class="filePreviewClass" :style="filePreviewStyle">
<span class="widget-file__image" :class="filePreviewClass" :style="{ backgroundColor: primaryColor }">
Copy link
Contributor

@susnux susnux Apr 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not simply putting this into the widget-file__image class styles? The color is never changed, no?

@jancborchardt
Copy link
Member

jancborchardt commented Apr 2, 2024

But the thing is I'm using github codespace and i have no idea how to run the branch and see the changes.

@jadjoud Ah ok, that is only online then right? Does it have no way of running a PHP application? It would be important to test it, so maybe you can set up a local instance? The documentation for how to do that is at: https://docs.nextcloud.com/server/latest/developer_manual/getting_started/devenv.html

@JED-B
Copy link
Contributor Author

JED-B commented Apr 2, 2024

But the thing is I'm using github codespace and i have no idea how to run the branch and see the changes.

@jadjoud Ah ok, that is only online then right? Does it have no way of running a PHP application? It would be important to test it, so maybe you can set up a local instance? The documentation for how to do that is at: https://docs.nextcloud.com/server/latest/developer_manual/getting_started/devenv.html

Yes i will try to setup the server locally and check the changes !

Thank you !

@blizzz blizzz mentioned this pull request Apr 4, 2024
67 tasks
@skjnldsv skjnldsv modified the milestones: Nextcloud 29, Nextcloud 30 Apr 4, 2024
@emoral435 emoral435 self-requested a review April 16, 2024 15:33
cursor: pointer;
position: absolute;
z-index: 4;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: extra newline character that isn't needed

@github-actions
Copy link
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

@skjnldsv
Copy link
Member

#44806

@skjnldsv skjnldsv closed this Apr 30, 2024
@skjnldsv skjnldsv removed this from the Nextcloud 30 milestone Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Folder icon in link preview is black instead of color-primary

6 participants