Skip to content
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

bugfix: remove duplicate import #710

Merged
merged 30 commits into from
Mar 1, 2023
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
943861a
bugfix: before_app_load to unset the comp id state
cruxcode Feb 24, 2023
921875e
handleBreakpointChange & bugfix
cruxcode Feb 24, 2023
1ce5ddd
removed console.log
cruxcode Feb 24, 2023
7b9ec33
select overlay done
cruxcode Feb 25, 2023
34467ff
overlay for hover done
cruxcode Feb 25, 2023
5c5d5f6
bugfix: update hovered on re-hoverWhileSelected
cruxcode Feb 25, 2023
72e4aa4
removed console.log
cruxcode Feb 25, 2023
ab9aa53
overlay on reposition
cruxcode Feb 25, 2023
38d2663
python files are generated from react manifest
cruxcode Feb 26, 2023
3d70aac
generate __init__.py file
cruxcode Feb 26, 2023
5ba7482
atri_core is publishable
cruxcode Feb 26, 2023
72c8f03
python manifest project built using package.json
cruxcode Feb 26, 2023
58254a8
bugfix: call join after map
cruxcode Feb 26, 2023
53ac0c9
wip: generate python model for each page
cruxcode Feb 27, 2023
3177ea5
python page model gets generated
cruxcode Feb 27, 2023
a27c825
generate python models in dev mode
cruxcode Feb 27, 2023
7d673f0
dev mode for generate python routes done
cruxcode Feb 27, 2023
dadd9ee
create alias on drop done
cruxcode Feb 28, 2023
468e68a
change alias using aliasApi done
cruxcode Feb 28, 2023
0c2a160
action layer added
cruxcode Feb 28, 2023
8cbea19
bugfix: add .jsx random extension for IRToUnixFilepath to work
cruxcode Feb 28, 2023
650a59a
removed canvas-zone-manager package
cruxcode Feb 28, 2023
f123eba
support for shared libs in tool
cruxcode Feb 28, 2023
fea06c5
asset manager integrated
cruxcode Feb 28, 2023
0f6798b
removed react-shim manifest-shims packages
cruxcode Feb 28, 2023
f1571d6
resource layer integrated
cruxcode Feb 28, 2023
b96d426
imported fonts reflect in editor
cruxcode Feb 28, 2023
4f5c70c
Merge branch 'main' into main
cruxcode Mar 1, 2023
ae59ed6
Merge branch 'Atri-Labs:main' into main
cruxcode Mar 1, 2023
b381fbb
bugfix: remove duplicate import
cruxcode Mar 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import {
useHoverHints,
useDraggedOverlay,
} from "./hooks";
import { useHoverHints } from "./hooks/useHoverHints";


export function CanvasOverlay() {
const { dragFC, dragOverlayStyle } = useDragDrop();
Expand Down