add screenshots
18
README.md
|
|
@ -16,6 +16,24 @@ Features include:
|
|||
* Categories to organize your library
|
||||
* Light and dark themes
|
||||
|
||||
## Screenshots :camera:
|
||||
|
||||
### Mobile Screenshots
|
||||
| -------- | ---------------------------------------------------------- | ------------------------------------------------------------ |
|
||||
| Views | Light | Dark |
|
||||
| -------- | ---------------------------------------------------------- | ------------------------------------------------------------ |
|
||||
| Library |  | |
|
||||
| Manga |  | |
|
||||
| Reader |  | |
|
||||
|
||||
### Desktop Screenshots
|
||||
| -------- | ---------------------------------------------------------- | ------------------------------------------------------------ |
|
||||
| Views | Light | Dark |
|
||||
| -------- | ---------------------------------------------------------- | ------------------------------------------------------------ |
|
||||
| Library |  | |
|
||||
| Manga |  | |
|
||||
| Reader |  | |
|
||||
|
||||
## Download
|
||||
Get the app from our [releases page](https://github.com/kodjodevf/mangayomi/releases).
|
||||
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@ class _MainScreenState extends State<MainScreen> {
|
|||
child: Text('Library'))),
|
||||
NavigationRailDestination(
|
||||
selectedIcon: Icon(
|
||||
Icons.library_books,
|
||||
Icons.new_releases,
|
||||
),
|
||||
icon: Icon(
|
||||
Icons.library_books_outlined,
|
||||
Icons.new_releases_outlined,
|
||||
),
|
||||
label: Padding(
|
||||
padding: EdgeInsets.only(top: 5),
|
||||
|
|
|
|||
BIN
screenshots/desktop library dark.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
screenshots/desktop library light.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
screenshots/desktop manga dark.png
Normal file
|
After Width: | Height: | Size: 255 KiB |
BIN
screenshots/desktop manga light.png
Normal file
|
After Width: | Height: | Size: 253 KiB |
BIN
screenshots/desktop reader dark.png
Normal file
|
After Width: | Height: | Size: 3.5 MiB |
BIN
screenshots/desktop reader light.png
Normal file
|
After Width: | Height: | Size: 3.5 MiB |
BIN
screenshots/mobile library dark.png
Normal file
|
After Width: | Height: | Size: 2.6 MiB |
BIN
screenshots/mobile library light.png
Normal file
|
After Width: | Height: | Size: 2.6 MiB |
BIN
screenshots/mobile manga dark.png
Normal file
|
After Width: | Height: | Size: 626 KiB |
BIN
screenshots/mobile manga light.png
Normal file
|
After Width: | Height: | Size: 630 KiB |
BIN
screenshots/mobile reader dark.png
Normal file
|
After Width: | Height: | Size: 2.6 MiB |
BIN
screenshots/mobile reader light.png
Normal file
|
After Width: | Height: | Size: 2.6 MiB |