Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Open
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
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: 🐛 Bug report
name: "\U0001F41B Bug report"
about: Help us improving by reporting a bug
labels: bug, 0. Needs triage
title: ''
labels: bug
assignees: ''

---

<!--
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: 🚀 Feature request
name: "\U0001F680 Feature request"
about: Suggest an idea for this project
labels: enhancement, 0. Needs triage
title: ''
labels: enhancement
assignees: ''

---

<!--
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-architect
138 changes: 28 additions & 110 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nextcloud/jcrop": "^0.10.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/logger": "^2.1.0",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.7",
"moment": "^2.29.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",
"p-limit": "^4.0.0",
Expand Down