Skip to content
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
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
timezone: Europe/Paris
open-pull-requests-limit: 10
reviewers:
- juliushaertl
- juliusknorr
- luka-nextcloud

- package-ecosystem: npm
Expand Down Expand Up @@ -73,7 +73,7 @@ updates:
timezone: Europe/Paris
open-pull-requests-limit: 10
reviewers:
- juliushaertl
- juliusknorr
- luka-nextcloud

- package-ecosystem: composer
Expand All @@ -85,7 +85,7 @@ updates:
timezone: Europe/Paris
open-pull-requests-limit: 10
reviewers:
- juliushaertl
- juliusknorr
- luka-nextcloud

- package-ecosystem: github-actions
Expand All @@ -97,5 +97,5 @@ updates:
timezone: Europe/Paris
open-pull-requests-limit: 10
reviewers:
- juliushaertl
- juliusknorr
- luka-nextcloud
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ You can enable HMR (Hot module replacement) to avoid page reloads when working o
docker run --rm \
-p 8080:80 \
-v $PWD:/var/www/html/apps-extra/deck \
ghcr.io/juliushaertl/nextcloud-dev-php81:latest
ghcr.io/juliusknorr/nextcloud-dev-php81:latest
```

### Full Nextcloud development environment

You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current Nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliushaertl/nextcloud-docker-dev).
You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current Nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliusknorr/nextcloud-docker-dev).
After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder.

### Running tests
Expand Down
5 changes: 5 additions & 0 deletions css/deck.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ input[type=text]:focus+input[type=submit].icon-confirm,
input[type=text]:hover+input[type=submit].icon-confirm {
border-color: var(--color-main-text) !important;
}

button:focus .icon-delete,
button:hover .icon-delete {
background-image: var(--icon-delete-color-red);
}