Skip to content

Commit

Permalink
Merge pull request #218 from nextcloud/feature/noid/vue
Browse files Browse the repository at this point in the history
Start with Vue
  • Loading branch information
nickvergessen authored Dec 15, 2020
2 parents af5209e + 0491061 commit d4c9edc
Show file tree
Hide file tree
Showing 39 changed files with 1,371 additions and 3,965 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ nbproject
/build
/js/announcementcenter-dashboard.js
/js/announcementcenter-dashboard.js.map
/js/announcementcenter-main.js
/js/announcementcenter-main.js.map
/node_modules
/.php_cs.cache
/tests/coverage*
Expand Down
7 changes: 7 additions & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,12 @@
['name' => 'page#delete', 'url' => '/announcement/{id}', 'verb' => 'DELETE'],
['name' => 'page#removeNotifications', 'url' => '/announcement/{id}/notifications', 'verb' => 'DELETE'],
['name' => 'page#searchGroups', 'url' => '/groups', 'verb' => 'GET'],
],
'ocs' => [
['name' => 'API#get', 'url' => '/api/v1/announcements', 'verb' => 'GET'],
['name' => 'API#add', 'url' => '/api/v1/announcements', 'verb' => 'POST'],
['name' => 'API#delete', 'url' => '/api/v1/announcements/{id}', 'verb' => 'DELETE'],
['name' => 'API#removeNotifications', 'url' => '/api/v1/announcements/{id}/notifications', 'verb' => 'DELETE'],
['name' => 'API#searchGroups', 'url' => '/api/v1/groups', 'verb' => 'GET'],
]
];
2 changes: 2 additions & 0 deletions css/announcementcenter-global.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@include icon-black-white('announcementcenter-dark', 'announcementcenter', 1);
@include icon-black-white('notifications-off', 'announcementcenter', 1);
83 changes: 0 additions & 83 deletions css/autocomplete.scss

This file was deleted.

259 changes: 0 additions & 259 deletions css/comments.scss

This file was deleted.

Loading

0 comments on commit d4c9edc

Please sign in to comment.