Skip to content

Commit

Permalink
Merge branch 'develop' into fix/339-facsimile-view-with-tei-documents
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbohl authored Jul 16, 2024
2 parents a422ba6 + a6ef24d commit 0809e00
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/problem-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Problem report
about: Create a report to a problem
title: "[BUG]"
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 '...' [e.g. https://klarinettenquintett.weber-gesamtausgabe.de]
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://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)]
- 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.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions packages/eoTheme/sass/etc/annotation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ $content_baseFont_size: 14px;
right: 10px;
top: 10px;
overflow: auto;
cursor: pointer;
}

.annotationViewContent .contentBox {
Expand Down

0 comments on commit 0809e00

Please sign in to comment.