Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IMB11/android-modrinth-dashboard
Unofficial modrinth dashboard app for android.
https://github.com/IMB11/android-modrinth-dashboard
capacitor capacitor-android modrinth vuejs
Last synced: 2 months ago
JSON representation
Unofficial modrinth dashboard app for android.
- Host: GitHub
- URL: https://github.com/IMB11/android-modrinth-dashboard
- Owner: IMB11
- Created: 2023-04-13T19:24:20.000Z (over 1 year ago)
- Default Branch: v1
- Last Pushed: 2023-12-01T20:52:52.000Z (about 1 year ago)
- Last Synced: 2024-05-21T17:10:19.129Z (8 months ago)
- Topics: capacitor, capacitor-android, modrinth, vuejs
- Language: Vue
- Homepage:
- Size: 2.31 MB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - mineblock11/android-modrinth-dashboard - An Android app for the Modrinth dashboard written in Vue (Frontends)
README
# Modrinth Publisher Dashboard
An unofficial android (and IOS if you want) app to track your modrinth statistics.
- Uses [Omorphia](https://omorphia.modrinth.com/) for Vue components.
- Uses [CapacitorJS+Ionic](https://capacitorjs.com/) to compile the vue web app to android.### Contents
- [Features](#features)
- [Development](#development)
- [IOS Support](#ios-support)## Features
- Payout section
+ [x] Total revenue
+ [x] This months revenue
+ [x] Transaction History
+ [ ] Create new transaction
+ [x] Dynamic Currency Conversion
- Project section
Some items in this section wont be available until they're added to knossos.
+ [x] Total downloads
+ [ ] This months downloads
+ [x] Total follows
+ [ ] This months follows
- [ ] Notification section
- Settings Section
+ [x] Theme Switcher
+ [ ] Account Switcher (hotswap between multiple accounts)
+ [ ] Push Notifications## Development
If you wish to contribute to the UI stuff, all you need to do is:
```bash
pnpm install
ionic serve
```If you wish to push a debug apk to your android device, you will need to run the following:
```bash
pnpm install
ionic capacitor run android
```
```If you want to build an apk, you will need to open the `android` folder in Android Studio v2022+
If you want to build for IOS, you will need to open the `ios` folder in XCode