Update Notifications layout (#2500)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-01-12 22:50:41 +07:00
committed by GitHub
parent 6e1ae06beb
commit c74f48d044
31 changed files with 346 additions and 143 deletions
@@ -62,7 +62,7 @@
const space = typeof query.space === 'string' ? query.space : tracker.team.DefaultTeam
const showCreateDialog = async () => {
showPopup(NewProject, { space, targetElement: null }, null)
showPopup(NewProject, { space, targetElement: null }, 'top')
}
const handleViewModeChanged = (newMode: ProjectsViewMode) => {