Skip to content

Commit

Permalink
Merge branch 'website-replace-vk-with-marks' of https://github.com/Ev…
Browse files Browse the repository at this point in the history
…ilMonkey09/sharezone-app into website-replace-vk-with-marks
  • Loading branch information
EvilMonkey09 committed Aug 14, 2024
2 parents 4c219ff + e6fc4fc commit 210f509
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 12 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/add_ticket_to_board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright (c) 2022 Sharezone UG (haftungsbeschränkt)
# Licensed under the EUPL-1.2-or-later.
#
# You may obtain a copy of the Licence at:
# https://joinup.ec.europa.eu/software/page/eupl
#
# SPDX-License-Identifier: EUPL-1.2

# We add every new issue to our triage project board.

name: add-ticket-to-board

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to board
runs-on: ubuntu-22.04
steps:
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
with:
project-url: https://github.com/orgs/SharezoneApp/projects/8
# See the following link for which permissions are required:
# https://github.com/actions/add-to-project?tab=readme-ov-file#creating-a-pat-and-adding-it-to-your-repository
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
1 change: 1 addition & 0 deletions app/lib/homework/homework_dialog/homework_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ class _SaveButton extends StatelessWidget {
: () {
setState(() => isSaving = true);
onPressed(context);
setState(() => isSaving = false);
},
);
});
Expand Down
4 changes: 2 additions & 2 deletions bin/source_of_truth/commands_source_of_truth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ check_license_headers: addlicense -check -c "Sharezone UG (haftungsbeschränkt)"
add_license_headers: addlicense -c "Sharezone UG (haftungsbeschränkt)" -f header_template.txt -ignore "**/GeneratedPluginRegistrant.swift" -ignore "**/**.g.dart" -ignore "**/**.mocks.dart" -ignore "**/macos/Pods/**" -ignore "**/ios/Pods/**" -ignore *.devenv*
format_action_files: prettier ".github/workflows/" --write
check_format_action_files: prettier ".github/workflows/" --check
format_markdown_files: prettier "**/*.md" --write
check_format_markdown_files: prettier "**/*.md" --check
format_markdown_files: prettier "**/*.md" "**/*.mdx" --write
check_format_markdown_files: prettier "**/*.md" "**/*.mdx" --check
18 changes: 18 additions & 0 deletions docs/package-lock.json

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

6 changes: 5 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
"start": "next start",
"format": "prettier \"**/*.md\" \"**/*.mdx\" --write"
},
"dependencies": {
"next": "^14.1.0",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"prettier": "^3.0.1"
}
}
4 changes: 2 additions & 2 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dokumentation von Sharezone
Unsere Dokumentation ist noch im Aufbau.

Unsere Dokumentation ist noch im Aufbau.
3 changes: 2 additions & 1 deletion docs/pages/more/content-creator-program.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Du bist daran interessiert, Sharezone Plus (Lifetime) kostenfrei zu erhalten?
Dann mache einfach mit bei unserem Content Creator Programm!

So funktioniert es:

1. Erstelle ein kreatives TikTok, YouTube Short oder Instagram Reel, in dem du
Sharezone erwähnst oder vorstellst.
2. Sorge dafür, dass dein Video mehr als 10.000 Aufrufe erzielt.
Expand All @@ -26,4 +27,4 @@ entspricht.
jederzeit ohne Vorankündigung zu ändern oder zu beenden.

Solltest du Fragen haben, kannst du dich gerne an uns wenden:
[[email protected]](mailto:[email protected]).
[[email protected]](mailto:[email protected]).
13 changes: 7 additions & 6 deletions docs/pages/more/firewall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ müssen folgende Domains und Ports in der Firewall freigeschaltet werden.
import { Callout } from "nextra/components";

<Callout type="info" emoji="⚠️">
Wir versuchen die Liste nach bestem Bemühen aktuell zu halten. Falls
dennoch Features nicht funktionieren sollten, weil diese durch die Firewall
geblockt werden, sende uns bitte eine E-Mail mit Details zu dem betroffenen
Feature an [[email protected]](mailto:[email protected]).
Wir versuchen die Liste nach bestem Bemühen aktuell zu halten. Falls dennoch
Features nicht funktionieren sollten, weil diese durch die Firewall geblockt
werden, sende uns bitte eine E-Mail mit Details zu dem betroffenen Feature an
[[email protected]](mailto:[email protected]).
</Callout>

## Backend
Expand All @@ -25,6 +25,7 @@ Feature an [[email protected]](mailto:[email protected]).
- `api.revenuecat.com` (Für In-App-Käufe)

**Protokolle:**

- `HTTP/1.1`
- `HTTP/2`

Expand Down Expand Up @@ -59,10 +60,10 @@ Quelle: https://firebase.google.com/docs/cloud-messaging/concept-options#messagi

_Ergänzend zu den oben genannten Firewall-Einstellungen._

**Hosts:**
**Hosts:**

- `cdn.jsdelivr.net` (Für die JavaScript-Bibliothek `pdfx`)

**Protokolle:** `HTTP/1.1`

**Ports:** `443` (für HTTPS)
**Ports:** `443` (für HTTPS)

0 comments on commit 210f509

Please sign in to comment.