-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(Kanban): ui fixes and kanban drag and drop smoothness * fix(Kanban): ui fixes and kanban drag and drop smoothness * fix(DeepScan): fix the condition that is used for testing purpose * fix: translations added + console remove + static data removed * fix the consoles and static code * fix the consoles and static code * Update team-members-kanban-view.tsx * Update page.tsx * fix the scro unused word in class * fix the overlapper unused word in class * fix the overlapper unused word in class --------- Co-authored-by: Ruslan K <[email protected]>
- Loading branch information
Showing
24 changed files
with
344 additions
and
263 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ | |
"gtag", | ||
"headlessui", | ||
"heroicons", | ||
"overlapper", | ||
"Huhn", | ||
"icnsutils", | ||
"incididunt", | ||
|
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { ITeamTask } from "./ITask"; | ||
import { ITeamTask } from './ITask'; | ||
|
||
export interface IKanban { | ||
[key: string]: ITeamTask[] | ||
} | ||
[key: string]: ITeamTask[]; | ||
} |
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.