Skip to content

Commit

Permalink
Merge pull request #226 from devmount:chores/dependency-updates
Browse files Browse the repository at this point in the history
Dependency-updates
  • Loading branch information
devmount authored Sep 25, 2024
2 parents 5f2341d + f0a72fd commit 181b462
Show file tree
Hide file tree
Showing 5 changed files with 613 additions and 565 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can als add a new translation for the documentation in the `src/docs/` direc

## Improving the docs

You can contribute to the docs by editing the [documentation Markdown files](https://github.com/devmount/SongDrive/tree/main/src/docs) und and create a corresponding PR. SongDrive is currently available in the following languages:
You can contribute to the docs by editing the [documentation Markdown files](https://github.com/devmount/SongDrive/tree/main/frontend/src/docs) und and create a corresponding PR. SongDrive is currently available in the following languages:

- [English (`docs.en.md`)](https://github.com/devmount/SongDrive/edit/main/src/docs/docs.en.md)
- [German (`docs.de.md`)](https://github.com/devmount/SongDrive/edit/main/src/docs/docs.de.md)
- [English (`docs.en.md`)](https://github.com/devmount/SongDrive/edit/main/frontend/src/docs/docs.en.md)
- [German (`docs.de.md`)](https://github.com/devmount/SongDrive/edit/main/frontend/src/docs/docs.de.md)
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![License](https://img.shields.io/badge/license-MIT-88b544.svg?style=flat-square)](./LICENSE)
[![Contribution Guidlines](https://img.shields.io/badge/contributions-welcome-88b544.svg?style=flat-square)](./.github/CONTRIBUTING.md)

A song management web application to store, sync and present songs and setlists, based on [Vue.js](//vuejs.org) and [Firebase](//firebase.google.com). Head over to the docs ([EN](https://github.com/devmount/SongDrive/blob/main/src/docs/docs.en.md), [DE](https://github.com/devmount/SongDrive/blob/main/src/docs/docs.en.md)) for more information about SongDrive and how to get started.
A song management web application to store, sync and present songs and setlists, based on [Vue.js](//vuejs.org) and [Firebase](//firebase.google.com). Head over to the docs ([EN](https://github.com/devmount/SongDrive/blob/main/frontend/src/docs/docs.en.md), [DE](https://github.com/devmount/SongDrive/blob/main/frontend/src/docs/docs.en.md)) for more information about SongDrive and how to get started.

> <picture>
> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/info.svg">
Expand All @@ -24,7 +24,7 @@ This is how the SongDrive Dashboard currently looks like.

## Features

- Create and edit songtexts with chords using a [simple syntax](https://github.com/devmount/SongDrive/blob/main/src/docs/docs.en.md#song-syntax)
- Create and edit songtexts with chords using a [simple syntax](https://github.com/devmount/SongDrive/blob/main/frontend/src/docs/docs.en.md#song-syntax)
- Show single songs with a lot of tools or in a viewport optimized fullscreen view
- Maintain song translations and wwitch song languages with a single click
- Live-search through songs and setlists or filter by tags and by key
Expand All @@ -35,8 +35,8 @@ This is how the SongDrive Dashboard currently looks like.
- Use Hotkeys for almost anything (hotkey cheatsheet included)
- Analyze general, setlist and user specific stats
- UI supports multiple languages (currently: EN, DE)
- Users can [manage their own profile](https://github.com/devmount/SongDrive/blob/main/src/docs/docs.en.md#account), change email and password or delete their account.
- Many admin functions including export and Import of complete SongDrive data and managing users with [different roles](https://github.com/devmount/SongDrive/blob/main/src/docs/docs.en.md#user-roles)
- Users can [manage their own profile](https://github.com/devmount/SongDrive/blob/main/frontend/src/docs/docs.en.md#account), change email and password or delete their account.
- Many admin functions including export and Import of complete SongDrive data and managing users with [different roles](https://github.com/devmount/SongDrive/blob/main/frontend/src/docs/docs.en.md#user-roles)

## Code structure

Expand Down
Loading

0 comments on commit 181b462

Please sign in to comment.