Latest EFY, Fix Bugs, New Card Layout, Seek Bar Gradient, Improved Captions

This commit is contained in:
dragos-efy
2024-05-22 23:47:19 +03:00
121 changed files with 6415 additions and 3901 deletions
+1
View File
@@ -1,2 +1,3 @@
github: TeamPiped
liberapay: kavin
custom: https://liberapay.com/bnyro
+54
View File
@@ -0,0 +1,54 @@
name: New Instance
title: "New instance: "
description: Request to add a new instance to the official list
labels: ["new-instance"]
body:
- type: input
id: api-url
attributes:
label: Api Url
description: The backend url of the instance.
placeholder: https://pipedapi.kavin.rocks
validations:
required: true
- type: input
id: location
attributes:
label: Instance location
description: The country the instance is located in.
placeholder: Germany, 🇩🇪
validations:
required: true
- type: checkboxes
id: cdn
attributes:
label: CDN (not required)
description: Whether the instances uses a [CDN](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/).
options:
- label: My instance does use a CDN.
- type: checkboxes
id: approval
attributes:
label: Instance owner
description: If you're not the owner of the instance, you must leave a proof that the instance owner agreed with adding the instance to the list of public instances.
options:
- label: I am the owner of the instance.
- type: textarea
id: other
attributes:
label: Other details
- type: markdown
attributes:
value: |
Thank you for hosting a public Piped instance!
- type: markdown
attributes:
value: |
If you have any further questions, please join one of the communities that are linked in the README.
-16
View File
@@ -1,16 +0,0 @@
name: Question
description: Ask questions about configuration and usage of Piped.
labels: [question]
body:
- type: markdown
attributes:
value: |
Please make sure to read the README.md before posting a question or asking for support.
- type: textarea
id: question
attributes:
label: Describe your question
description: A clear description of what your doubt is.
validations:
required: true
+2 -2
View File
@@ -16,12 +16,12 @@ jobs:
with:
version: latest
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "pnpm"
- run: pnpm install
- run: pnpm build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build
path: dist
+3 -3
View File
@@ -33,7 +33,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -47,7 +47,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
# ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -60,6 +60,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
with:
version: latest
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "pnpm"
- run: pnpm install
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
with:
version: latest
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "pnpm"
- run: pnpm install
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
with:
version: latest
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "pnpm"
- run: pnpm install