-
-
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
fix(component): utilized NcDateTime component #41334
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.
Nice!!
See inline comments :)
I removed the mtime computed section because yeah, it wasn't really being used! Nice catch! |
/compile amend / |
eeba0c5
to
ab4fc5e
Compare
24a485d
to
b7f2ab6
Compare
* Disable modification of the displayname property for files and | ||
* folders via PROPPATCH. See PROPFIND for more information. | ||
*/ | ||
$propPatch->handle(self::DISPLAYNAME_PROPERTYNAME, function ($displayName) { |
Check notice
Code scanning / Psalm
MissingClosureParamType Note
37857f4
to
8755135
Compare
/compile amend/ |
2b5da2e
to
abe2258
Compare
abe2258
to
5011b09
Compare
ff3ae33
to
b4fb67b
Compare
/compile amend/ |
Resolves #41261 Replaces span element with custom Nc Vue Component Signed-off-by: Eduardo Morales <emoral435@gmail.com>
…Node.mtime returned date object Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
b4fb67b
to
b1ecd99
Compare
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Resolves #41261
Replaces span element with custom Nc Vue Component
Signed-off-by: Eduardo Morales emoral435@gmail.com
NcDateTime
#41261BEFORE
AFTER
Summary
Replaces span element with custom Nc Vue Component. Frontend looks the same, but the actual code uses the Nextcloud Component
TODO
Checklist