Skip to content

Commit

Permalink
Merge pull request #274 from nextcloud/bugfix/259/readd-group-selecti…
Browse files Browse the repository at this point in the history
…on-feature

Readd group selection and fix li-dot on safari
  • Loading branch information
nickvergessen authored Jan 25, 2021
2 parents 0ea93ff + a0aaccd commit df46142
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 31 deletions.
237 changes: 212 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^2.9.0",
"@nextcloud/vue": "^3.5.3",
"@nextcloud/vue-dashboard": "^1.0.1",
"debounce": "^1.2.0",
"vue": "^2.6.12",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<AppContent>
<NewForm v-if="isAdmin" />

<transition-group name="fade-collapse" tag="li">
<transition-group name="fade-collapse" tag="div">
<Announcement v-for="announcement in announcements"
:key="announcement.id"
:is-admin="isAdmin"
Expand Down
Loading

0 comments on commit df46142

Please sign in to comment.