Update README

This commit is contained in:
itepechi 2023-09-27 05:30:00 +09:00
parent e01dce03d8
commit 179a21b71e
1 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,6 @@
# BNAkkoma Brand New Akkoma # BNAkkoma: Brand New Akkoma
<small> <small>It's not that new. This is just a cheap pun on the title of a [furry anime](https://en.wikipedia.org/wiki/BNA:_Brand_New_Animal).</small>
*It's not that new. It's just a pun on a so-called anime.*
</small>
## What is this? ## What is this?
@ -11,13 +9,16 @@ This is a fork of [AkkomaGang/akkoma-fe](https://akkoma.dev/AkkomaGang/akkoma-fe
The differences from the upstream repository are described below: The differences from the upstream repository are described below:
- Added a Makefile where you can build the client inside a Docker container - Added a Makefile where you can build the client inside a Docker container
- Refactored some components and styles
- Added and changed the default theme to a custom one - Added and changed the default theme to a custom one
- Fixed the dimensions of some elements that appeared to be misaligned - Fixed the dimensions of some elements that appeared to be misaligned
- Added support for setting the default post language - Added support for setting the default post language
- Stole some commits from the original Pleroma frontend - Stole some commits from the original Pleroma frontend
- Added support for searching media status (requires appropriate backend) - Added the Media tab to the search page (requires appropriate backend)
- Added support to search for posts from people you follow (requires appropriate backend)
- More than 200 (!) Japanese translations have been fixed - More than 200 (!) Japanese translations have been fixed
- Removed some themes to save network bandwidth - Removed some themes to save network bandwidth
- Improved PWA support, sort of
### How to build ### How to build