Skip to content

Commit

Permalink
README.md has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdushin committed Mar 31, 2024
1 parent 1e38ae8 commit f670301
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 7 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,25 @@
### Stack: Tauri Rust + React + TypeScript + Vite

### Главная страница
![](./dist/prev/image_1.png)

![](./public/prev/home.png)

### Регистрация
![](./dist/prev/register.png)
![](./public/prev/register.png)

### Авторизация
![](./dist/prev/login.png)
![](./public/prev/login.png)

### Личный кабинет
![](./dist/prev/image_3.png)
![](./public/prev/acacount.png)

### Панель администратора
![](./dist/prev/image_2.png)
![](./public/prev/admin.png)

### Расписание
![](./public/prev/timetable.png)

### Платежи
![](./public/prev/payments.png)

## Dependencies

Expand Down
Binary file added public/prev/account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/prev/admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/prev/admin_timetable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/prev/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/prev/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/prev/payments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/prev/register.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/prev/timetable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/Components/App/Routing/Providers/AuthGuard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const AuthGuard = ({ children, isAdmin }: TGuardProps) => {
}, [isAuthLocalStorage, user, fetchAndSetUserData]);

if (isAuthLocalStorage && !user) {
// return <p>loading...</p>
return (
<LoadingOverlay
visible={true}
Expand Down

0 comments on commit f670301

Please sign in to comment.