изменена логика показа папок, добавлена кнопка создания папок, отображание от кого переслано сообщение, предпросмотр сообщений по зажатии на аватарке

This commit is contained in:
needle10
2025-11-15 23:39:22 +03:00
parent de067e77df
commit dad8b31cf2
12 changed files with 1122 additions and 612 deletions

View File

@@ -5,5 +5,11 @@
## How to build?
### This is app built on flutter, use flutter guide
## How to countibute?
### Join the dev team
### Create a fork, do everything
### And create pull requeste
### Make sure your commits looks like:
<code>fix: something went worng when user...</code>
<code>add: search by id</code>
<code>edit: refactored something</code>
<code>Other actions should marked as "other:" and discribes what you did</code>