Skip to content
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

remove comments tab from files #41201

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions apps/comments/src/activitytabviewplugin.js
Copy link
Contributor

Choose a reason for hiding this comment

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

What was the use of this file?

This file was deleted.

6 changes: 0 additions & 6 deletions apps/comments/src/comments-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
*
*/

import CommentsInstance from './services/CommentsInstance.js'
nickvergessen marked this conversation as resolved.
Show resolved Hide resolved

// Init Comments
if (window.OCA && !window.OCA.Comments) {
Object.assign(window.OCA, { Comments: {} })
}

// Init Comments App view
Object.assign(window.OCA.Comments, { View: CommentsInstance })
console.debug('OCA.Comments.View initialized')
61 changes: 0 additions & 61 deletions apps/comments/src/comments-tab.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/comments/src/comments.js
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this file still needed?

Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@

import './app.js'
import './templates.js'
import './activitytabviewplugin.js'

window.OCA.Comments = OCA.Comments
Loading
Loading