From bef8bce1aa0e737d710d5360fb951911d25ccf60 Mon Sep 17 00:00:00 2001 From: Nikolaos Beer Date: Wed, 3 Jul 2024 11:44:17 +0200 Subject: [PATCH 1/6] Add cursor "pointer" to annot view text preview areas, fix for #89 --- packages/eoTheme/sass/etc/annotation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/eoTheme/sass/etc/annotation.scss b/packages/eoTheme/sass/etc/annotation.scss index 4af210889..5602b7687 100755 --- a/packages/eoTheme/sass/etc/annotation.scss +++ b/packages/eoTheme/sass/etc/annotation.scss @@ -292,6 +292,7 @@ $content_baseFont_size: 14px; right: 10px; top: 10px; overflow: auto; + cursor: pointer; } .annotationViewContent .contentBox { From fea2bd9b97a9ee2bf6cc716fdea1b459c0453cce Mon Sep 17 00:00:00 2001 From: krHERO Date: Fri, 5 Jul 2024 11:17:23 +0200 Subject: [PATCH 2/6] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ .github/ISSUE_TEMPLATE/problem-report.md | 39 +++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/problem-report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..5efafaed4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest a feature to be implemented in Edirom +title: "[ftr]" +labels: 'Type: feature request' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/problem-report.md b/.github/ISSUE_TEMPLATE/problem-report.md new file mode 100644 index 000000000..b609c8d48 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem-report.md @@ -0,0 +1,39 @@ +--- +name: Problem report +about: Create a report to a problem +title: "[BUG]" +labels: 'Type: bug report' +assignees: '' + +--- + +**Describe the problem** +A clear and concise description of what the problem is. + +**To Reproduce** +Steps to reproduce the behavior, e.g.: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Data** +Please provide a link to your data (e.g. https://klarinettenquintett.weber-gesamtausgabe.de) to see the problem or an extract of your data to reproduce the problem. + +**Edirom information** + - Version of Edirom [e.g. Release v1.0.0-beta.4 (Emeritus), see [releases](https://github.com/Edirom/Edirom-Online/releases)] + - Add any other context, that might be helpful + +**Environment information** +- Browser [e.g. Chrome, Safari, Firefox] +- Version of your MEI files [e.g. 5.0] + - Add any other context, that might be helpful + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. From 441337cacec1450993a257c8da587ef5894b6fa0 Mon Sep 17 00:00:00 2001 From: krHERO Date: Fri, 5 Jul 2024 11:22:55 +0200 Subject: [PATCH 3/6] Update problem-report.md --- .github/ISSUE_TEMPLATE/problem-report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem-report.md b/.github/ISSUE_TEMPLATE/problem-report.md index b609c8d48..156d20084 100644 --- a/.github/ISSUE_TEMPLATE/problem-report.md +++ b/.github/ISSUE_TEMPLATE/problem-report.md @@ -2,7 +2,6 @@ name: Problem report about: Create a report to a problem title: "[BUG]" -labels: 'Type: bug report' assignees: '' --- @@ -30,7 +29,7 @@ Please provide a link to your data (e.g. https://klarinettenquintett.weber-gesam **Environment information** - Browser [e.g. Chrome, Safari, Firefox] - Version of your MEI files [e.g. 5.0] - - Add any other context, that might be helpful +- Add any other context, that might be helpful **Screenshots** If applicable, add screenshots to help explain your problem. From a82d3b0e70c5a2d15b7fd85c1a898473b69baf5f Mon Sep 17 00:00:00 2001 From: krHERO Date: Mon, 8 Jul 2024 08:37:18 +0200 Subject: [PATCH 4/6] Update problem-report.md update input description for link and required data --- .github/ISSUE_TEMPLATE/problem-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem-report.md b/.github/ISSUE_TEMPLATE/problem-report.md index 156d20084..c3dffd459 100644 --- a/.github/ISSUE_TEMPLATE/problem-report.md +++ b/.github/ISSUE_TEMPLATE/problem-report.md @@ -11,7 +11,7 @@ A clear and concise description of what the problem is. **To Reproduce** Steps to reproduce the behavior, e.g.: -1. Go to '...' +1. Go to '...' [e.g. https://klarinettenquintett.weber-gesamtausgabe.de] 2. Click on '....' 3. Scroll down to '....' 4. See error @@ -20,7 +20,7 @@ Steps to reproduce the behavior, e.g.: A clear and concise description of what you expected to happen. **Data** -Please provide a link to your data (e.g. https://klarinettenquintett.weber-gesamtausgabe.de) to see the problem or an extract of your data to reproduce the problem. +Please provide a link to your data (e.g. https://github.com/Edirom/EditionExample) to see the problem or an extract of your data to reproduce the problem. **Edirom information** - Version of Edirom [e.g. Release v1.0.0-beta.4 (Emeritus), see [releases](https://github.com/Edirom/Edirom-Online/releases)] From 7eafbc52aeda1f6498a6d1e775143fd29a63af9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 07:55:18 +0000 Subject: [PATCH 5/6] Bump actions/upload-artifact from 4.3.3 to 4.3.4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index 93c31191a..9979c20e3 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -34,7 +34,7 @@ jobs: - name: Upload Artifacts to action run if: github.repository == 'Edirom/Edirom-Online' - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: # The name that the artifact will be made available under name: EdiromOnline_${{ steps.short-sha.outputs.sha }}.zip From 61e97b7e6864805014eccc387788b399d6df73dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20R=C3=B6wenstrunk?= Date: Wed, 10 Jul 2024 10:12:06 +0200 Subject: [PATCH 6/6] NFDI4Culture Registry Badge integrated The NFDI4Culture Badge is integrated in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a4b0d66..d4900ba06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build](https://github.com/Edirom/Edirom-Online/actions/workflows/docker-ci.yml/badge.svg?branch=develop&event=push)](https://github.com/Edirom/Edirom-Online/actions/workflows/docker-ci.yml) +[![Build](https://github.com/Edirom/Edirom-Online/actions/workflows/docker-ci.yml/badge.svg?branch=develop&event=push)](https://github.com/Edirom/Edirom-Online/actions/workflows/docker-ci.yml) [![NFDI4C Registry](https://nfdi4culture.de/fileadmin/user_upload/registry/badges/nfdi4culturebadge.svg)](https://nfdi4culture.de/id/E3648) # Edirom Online