-
Notifications
You must be signed in to change notification settings - Fork 5
[UI] feature/adh-4382 main layout #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
smart-frontend/app/src/components/layouts/partials/Breadcrumbs/Breadcrumbs.module.scss
Outdated
Show resolved
Hide resolved
smart-frontend/app/src/components/layouts/partials/CurrentDate/CurrentDate.tsx
Outdated
Show resolved
Hide resolved
smart-frontend/app/src/components/layouts/partials/LeftBarMenu/LeftBarUserItem.tsx
Outdated
Show resolved
Hide resolved
| <BrowserRouter> | ||
| <Provider store={store}> | ||
| <Routes> | ||
| {/*<Route path="/login" element={<LoginPage />} />*/} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we still need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not forgotten comment. It's a blueprint for future changes
| const [isOpenConfirm, setIsOpenConfirm] = useState(false); | ||
|
|
||
| const handleLogout = () => { | ||
| // dispatch(logout()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's too
https://tracker.yandex.ru/ADH-4382