Skip to content

Commit 0756c09

Browse files
chore: switch to crlf (#23)
1 parent 3ab6ffc commit 0756c09

File tree

237 files changed

+13461
-13461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+13461
-13461
lines changed

.dockerignore

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
# Extras That Shouldn't Be Here
2-
.git/
3-
.gitignore
4-
.dockerignore
5-
docker-compose*
6-
Dockerfile
7-
makefile
8-
htmlcov/
9-
coverage.xml
10-
.coverage*
11-
12-
.vscode/
13-
.ruff_cache/
14-
*.dat
15-
16-
# Backend
17-
settings.json
18-
19-
# frontend
20-
21-
.DS_Store
22-
node_modules
23-
/build
24-
/.svelte-kit
25-
/package
26-
.env
27-
.env.*
28-
!.env.example
29-
vite.config.js.timestamp-*
30-
vite.config.ts.timestamp-*
1+
# Extras That Shouldn't Be Here
2+
.git/
3+
.gitignore
4+
.dockerignore
5+
docker-compose*
6+
Dockerfile
7+
makefile
8+
htmlcov/
9+
coverage.xml
10+
.coverage*
11+
12+
.vscode/
13+
.ruff_cache/
14+
*.dat
15+
16+
# Backend
17+
settings.json
18+
19+
# frontend
20+
21+
.DS_Store
22+
node_modules
23+
/build
24+
/.svelte-kit
25+
/package
26+
.env
27+
.env.*
28+
!.env.example
29+
vite.config.js.timestamp-*
30+
vite.config.ts.timestamp-*

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BACKEND_URL=http://localhost:8080
1+
BACKEND_URL=http://localhost:8080

.github/FUNDING.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# These are supported funding model platforms
2-
3-
github: [AyushSehrawat, dreulavelle]
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12-
polar: # Replace with a single Polar username
13-
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
1+
# These are supported funding model platforms
2+
3+
github: [AyushSehrawat, dreulavelle]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/ISSUE_TEMPLATE/bug_report.md

+40-40
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
title: '[BUG] Title'
5-
labels: ''
6-
assignees: ''
7-
---
8-
9-
**Describe the bug**
10-
A clear and concise description of what the bug is.
11-
12-
**To Reproduce**
13-
Steps to reproduce the behavior:
14-
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
28-
- OS: [e.g. iOS]
29-
- Browser [e.g. chrome, safari]
30-
- Version [e.g. 22]
31-
32-
**Smartphone (please complete the following information):**
33-
34-
- Device: [e.g. iPhone6]
35-
- OS: [e.g. iOS8.1]
36-
- Browser [e.g. stock browser, safari]
37-
- Version [e.g. 22]
38-
39-
**Additional context**
40-
Add any other context about the problem here.
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[BUG] Title'
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
28+
- OS: [e.g. iOS]
29+
- Browser [e.g. chrome, safari]
30+
- Version [e.g. 22]
31+
32+
**Smartphone (please complete the following information):**
33+
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser [e.g. stock browser, safari]
37+
- Version [e.g. 22]
38+
39+
**Additional context**
40+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
blank_issues_enabled: false
2-
contact_links:
3-
- name: 💁 Support
4-
url: https://discord.gg/rivenmedia
5-
about: 'This issue tracker is not for support questions. Join us on Discord for assistance!'
6-
- name: 📘 Documentation
7-
url: https://debrid.wiki/riven
8-
about: File an issue or make an improvement to the docs website.
9-
- name: 💡 Ideas for New Features and Improvements
10-
url: https://github.com/rivenmedia/riven-frontend/discussions
11-
about: Propose and discuss future improvements to Riven
12-
- name: 👾 Chat
13-
url: https://discord.gg/rivenmedia
14-
about: Our Discord server is active, come join us!
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 💁 Support
4+
url: https://discord.gg/rivenmedia
5+
about: 'This issue tracker is not for support questions. Join us on Discord for assistance!'
6+
- name: 📘 Documentation
7+
url: https://debrid.wiki/riven
8+
about: File an issue or make an improvement to the docs website.
9+
- name: 💡 Ideas for New Features and Improvements
10+
url: https://github.com/rivenmedia/riven-frontend/discussions
11+
about: Propose and discuss future improvements to Riven
12+
- name: 👾 Chat
13+
url: https://discord.gg/rivenmedia
14+
about: Our Discord server is active, come join us!

.github/workflows/ci.yml

+42-42
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
name: CI
2-
3-
on:
4-
pull_request:
5-
6-
concurrency:
7-
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
8-
cancel-in-progress: true
9-
10-
jobs:
11-
check:
12-
name: Run svelte-check
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v4
16-
- uses: pnpm/action-setup@v4
17-
- uses: actions/setup-node@v4
18-
with:
19-
node-version: 18
20-
cache: pnpm
21-
22-
- name: Install dependencies
23-
run: pnpm install
24-
25-
- name: Run svelte-check
26-
run: pnpm check
27-
28-
lint:
29-
runs-on: ubuntu-latest
30-
name: Lint
31-
steps:
32-
- uses: actions/checkout@v4
33-
- uses: pnpm/action-setup@v4
34-
- uses: actions/setup-node@v4
35-
with:
36-
node-version: 18
37-
cache: pnpm
38-
39-
- name: Install dependencies
40-
run: pnpm install
41-
42-
- run: pnpm lint
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
8+
cancel-in-progress: true
9+
10+
jobs:
11+
check:
12+
name: Run svelte-check
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: pnpm/action-setup@v4
17+
- uses: actions/setup-node@v4
18+
with:
19+
node-version: 18
20+
cache: pnpm
21+
22+
- name: Install dependencies
23+
run: pnpm install
24+
25+
- name: Run svelte-check
26+
run: pnpm check
27+
28+
lint:
29+
runs-on: ubuntu-latest
30+
name: Lint
31+
steps:
32+
- uses: actions/checkout@v4
33+
- uses: pnpm/action-setup@v4
34+
- uses: actions/setup-node@v4
35+
with:
36+
node-version: 18
37+
cache: pnpm
38+
39+
- name: Install dependencies
40+
run: pnpm install
41+
42+
- run: pnpm lint

0 commit comments

Comments
 (0)