-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Make no-user entry with avatar when there is no others with access #39022
Make no-user entry with avatar when there is no others with access #39022
Conversation
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'd say without avatar looks better, but the indent is good. (So the emptycontent text is indented as if there is an avatar, do you know what I mean? :)
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.
Nice idea, few comments though :)
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.
Nice, feels much cleaner :)
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.
Looks great with the fix! 🚀
Thanks, appreciate it! Do you mind reviewing another PR that I made? It's solving a simpler issue, and you can find it here. On another note, I'm looking to work on some backend issues, and I would appreciate it if I can reach out to someone who I can ask about backend or any other questions to. And I might as well ask where would be a good place to chat with the person (if it's through help.cloud.com, I'd like to know which channel. Thanks in advance! |
How can I merge these changes? @artonge @nimishavijay @jancborchardt |
@JeaNugroho I am not too sure about the failing checks, maybe @szaimen or @artonge can help out here? |
You need to fix the issues detected by the CI:
|
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.
LGTM, just see the comment about resolving the CI issues :)
Hey @JeaNugroho can you rebase and commit the compiled files again? |
@artonge Working on it! Is that why Node CI failed even after I tried to fix it? 😅 |
e37fbd3
to
08f5aed
Compare
Have just rebased! I assume I'll have to wait for all checks to complete and continue fixing more issues in case some required CI checks fail. I hope someone can offer help with that failed required CI checks 😊 |
Can you run Something like: git fetch
git rebase origin/master
# Complete the rebase
npm run lint:fix
npm run build
git commit -am '...' --signoff
git push |
@artonge Yes I can! Though I'm not sure why the Node CI still fails even after I tried to sort it out. By the way, your terminal snippet shows that we rebase first and then fix the lint issues, which is not in the same order as what you mentioned in your question. I did the following comment using your snippet sequence fyi |
@artonge So based on your last two comments, what should I do and what commands should I run? I only ran the commands discussed in this PR so far. I can close this PR and restart through a new PR if it's easier for everyone 😁 |
This page https://github.com/nextcloud/server/pull/39022/files need to display your changes only and the result of The rebase might have gone wrong. |
Lots of conflicts and unrelated changes |
Summary
Make an empty entry with predefined info for when there's no others with access. This can be seen in the share tab inside the files view by clicking on any file/folder share button.
Before
Link to conversation
After (with avatar - first commit)
After (without avatar - second commit)
Checklist