nextcloud-server/apps/comments/src
Ferdinand Thiessen 6c9ca8b025
fix(comments): Fix issues thrown by comments sidebar tab code
When the comments tab is used instead of the merged activity+comments, then some issues are throws due to prop altering and duplicated names (resourceId as prop and data).

This is fixed as well as some other vue related errors in the sidebar

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-17 20:09:14 +07:00
..
actions fix(files): title and inline actions 2023-09-21 15:20:17 +07:00
components enh(comments): Add always visible labels for comment input 2024-01-12 14:39:35 +07:00
mixins fix(comments): Provide `resourceType` as property instead of mixin 2023-11-16 13:22:02 +07:00
services fix(dav): multiple fixes in usage of webdav library 2024-02-28 19:23:47 +07:00
utils chore(comments): Drop dead code from comments app 2023-12-12 14:42:11 +07:00
views fix(comments): Fix issues thrown by comments sidebar tab code 2024-04-17 20:09:14 +07:00
comments-activity-tab.ts fix(comments): Provide `resourceType` as property instead of mixin 2023-11-16 13:22:02 +07:00
comments-app.js
comments-tab.js fix(comments): Fix issues thrown by comments sidebar tab code 2024-04-17 20:09:14 +07:00
init.ts fix: avoid side-effect imports 2023-09-21 12:40:42 +07:00
logger.js