Skip to content

Commit

Permalink
CSV import dialog layout overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdmkr committed Jun 9, 2024
1 parent a16178f commit 9a8b765
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 237 deletions.
2 changes: 1 addition & 1 deletion gui-js/libs/shared/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ZOOM_IN_FACTOR = 1.1;
export const ZOOM_OUT_FACTOR = 0.91;
export const RESET_ZOOM_FACTOR = 1;

export const OPEN_DEV_TOOLS_IN_DEV_BUILD = false;
export const OPEN_DEV_TOOLS_IN_DEV_BUILD = true;

export const events = {
ADD_RECENT_FILE: 'add-recent-file',
Expand Down
Loading

0 comments on commit 9a8b765

Please sign in to comment.