-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* получение счетчиков обновлений, отображение в шапке кнопки трекера - репозиторий, сервис, модели и блок для трекера * получение и отображение публикаций в трекере, удаление публикаций из отслеживаемых * получений и отображение уведомлений подписок - сортировка в трекере публикаций по количеству непрочитанных комментариев - вид карточки в трекере публикаций изменен * подсвечивание карточек, скелетончики при загрузке * переход на пользователя из трекера * пуш на экран комментариев с помощью роутера * переменные окружения * вывод карточки для неизвестного уведомления - обновление счетчиков в шапке - фикс парсинга типа статьи - обновление auto_route * кнопки "Назад" в AppBar для трекера и комментариев * роутер: фикс переходов * фикс: переход на профиль из статьи
- Loading branch information
Showing
74 changed files
with
1,812 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"CONTACT_EMAIL": "example@gmail.com", | ||
"CONTACT_TG": "username" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.