Compare commits
4 Commits
v2.0.0-rc.
...
7544f56ba9
| Author | SHA1 | Date | |
|---|---|---|---|
| 7544f56ba9 | |||
| 1a01d29f19 | |||
| 315c2e911b | |||
| 28ff6ccc68 |
16
.gitignore
vendored
@@ -1,5 +1,11 @@
|
|||||||
node_modules
|
desktop/node_modules
|
||||||
electron
|
desktop/electron
|
||||||
dist
|
desktop/dist
|
||||||
.env
|
desktop/.env
|
||||||
build
|
desktop/build
|
||||||
|
|
||||||
|
docker/node_modules
|
||||||
|
docker/electron
|
||||||
|
docker/dist
|
||||||
|
docker/.env
|
||||||
|
docker/build
|
||||||
|
|||||||
44
README.md
@@ -1,31 +1,55 @@
|
|||||||
# 🎀 WaifuBoard
|
# 🎀 WaifuBoard
|
||||||
|
|
||||||
**Lightweight all-in-one app for boorus, manga and light novels — no sources included, total freedom via extensions.**
|
**Lightweight all-in-one app for boorus, anime, manga and light novels — no sources included, total freedom via extensions.**
|
||||||
|
|
||||||
<img src="public/banner.png" alt="WaifuBoard Hero" width="100%"/>
|
<img src="assets/hero.png" alt="WaifuBoard Hero" width="100%"/>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[](https://waifuboard.app)
|
[](https://waifuboard.app)
|
||||||
[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)
|
[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)
|
||||||
[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard-Extensions)
|
[](https://git.waifuboard.app/ItsSkaiya/WaifuBoard-Extensions)
|
||||||
|
|
||||||
**[Website](https://waifuboard.app)** • **[Documentation](https://waifuboard.app/docs)** • **[Download Latest](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)** • **[Discord (soon)](#)**
|
**[Website](https://waifuboard.app)** • **[Documentation](https://waifuboard.app/docs)** • **[Download Latest](https://git.waifuboard.app/ItsSkaiya/WaifuBoard/releases/latest)** • **[Discord](https://discord.gg/DAVNf7erRJ)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
## 🚀 What is WaifuBoard?
|
|
||||||
|
|
||||||
**A lightweight and privacy-friendly desktop app designed around modular extensions.** WaifuBoard delivers a clean, organized reading experience for boorus, manga, and light novels, powered entirely by community-made sources.
|
|
||||||
|
|
||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
- Lightweight
|
- Lightweight
|
||||||
- Discord Rich Presence
|
- Discord Rich Presence
|
||||||
- Super clean & fast UI
|
- Local lists & anilist integration
|
||||||
- Built-in **Extension Marketplace**
|
- Multi user support
|
||||||
|
- Server version (Coming soon!)
|
||||||
- Fully open-source & community-driven
|
- Fully open-source & community-driven
|
||||||
- Future mobile ports planned
|
|
||||||
|
> ⚠️ **Note**
|
||||||
|
>
|
||||||
|
> Release candidates may contain breaking changes and unresolved bugs.
|
||||||
|
> Expect frequent updates and major changes between versions.
|
||||||
|
|
||||||
|
## 🖼️ Gallery
|
||||||
|
|
||||||
|
### 👥 Multi-User Profiles
|
||||||
|
<img src="assets/users.gif" alt="Multi-user profiles" width="100%"/>
|
||||||
|
|
||||||
|
### 📖 Reader
|
||||||
|
|
||||||
|
#### Manga
|
||||||
|
<img src="assets/manga.png" alt="Manga reader" width="100%"/>
|
||||||
|
|
||||||
|
#### Manhwa
|
||||||
|
<img src="assets/manhwa.png" alt="Manhwa reader" width="100%"/>
|
||||||
|
|
||||||
|
#### Light Novel
|
||||||
|
<img src="assets/novel.gif" alt="Light novel reader" width="100%"/>
|
||||||
|
|
||||||
|
### 📅 Schedule & Tracking
|
||||||
|
<img src="assets/schedule.png" alt="Anime schedule" width="100%"/>
|
||||||
|
|
||||||
|
### 📚 Lists (Local & AniList)
|
||||||
|
<img src="assets/list.gif" alt="Lists and tracking" width="100%"/>
|
||||||
|
|
||||||
|
|
||||||
## 🖥️ Download & Platform Support
|
## 🖥️ Download & Platform Support
|
||||||
|
|
||||||
|
|||||||
BIN
assets/hero.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
assets/list.gif
Normal file
|
After Width: | Height: | Size: 6.2 MiB |
BIN
assets/manga.png
Normal file
|
After Width: | Height: | Size: 756 KiB |
BIN
assets/manhwa.png
Normal file
|
After Width: | Height: | Size: 577 KiB |
BIN
assets/novel.gif
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/schedule.png
Normal file
|
After Width: | Height: | Size: 227 KiB |
BIN
assets/users.gif
Normal file
|
After Width: | Height: | Size: 5.2 MiB |
5
desktop/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
node_modules
|
||||||
|
electron
|
||||||
|
dist
|
||||||
|
.env
|
||||||
|
build
|
||||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
@@ -97,7 +97,7 @@ function applyStyles() {
|
|||||||
document.documentElement.style.setProperty('--ln-max-width', config.ln.maxWidth + 'px');
|
document.documentElement.style.setProperty('--ln-max-width', config.ln.maxWidth + 'px');
|
||||||
document.documentElement.style.setProperty('--ln-font-family', config.ln.fontFamily);
|
document.documentElement.style.setProperty('--ln-font-family', config.ln.fontFamily);
|
||||||
document.documentElement.style.setProperty('--ln-text-color', config.ln.textColor);
|
document.documentElement.style.setProperty('--ln-text-color', config.ln.textColor);
|
||||||
document.documentElement.style.setProperty('--bg-base', config.ln.bg);
|
document.documentElement.style.setProperty('--color-bg-base', config.ln.bg);
|
||||||
document.documentElement.style.setProperty('--ln-text-align', config.ln.textAlign);
|
document.documentElement.style.setProperty('--ln-text-align', config.ln.textAlign);
|
||||||
}
|
}
|
||||||
|
|
||||||