pongstr
pongstr
setting the window option `dragDropEnabled: false` sets tauri to use HTML5 drag and drop on frontend windows. - fix for #102 - ref [tauri docs](https://v2.tauri.app/reference/config/#dragdropenabled) preview: https://github.com/user-attachments/assets/3fd63997-e785-4ae9-ac00-9b16e63ec3a7
- improve: smoother scale transition when hovering - feat: toggle select+deselect, allows users to deselect a currently selected key ### Storybook before+after |before|after| |------|-----| || | ### desktop build (macos)...
- feat: improve modal transition on open/close event - added: modal stories - feat: generic zmk-logo for use on modals (or anywhere in the app) - updated: migrated sections that...
- feat: keyboard viewport addresses #115 - added: pan around when zoomed in+out - hold spacebar and move around - hold primary click button to move around - added: ui...
- added: `.prettierrc` config (based on current style) - added: `eslint-plugin-tailwind` enforce best practices and consistency (auto-formats on save) btw, I just enabled ZMK Studio on my [Lily58](https://github.com/pongstr/zmk-config), super stoked...
- `fixed`: fixable lint errors + warnings that doesn't have unintended bad side effects - `fixed`: suppressed ones that break the app (mostly `react-hooks/exhaustive-deps`) - `added`: eslint-plugin-tailwindcss - [no-contradicting-classname](https://github.com/francoismassart/eslint-plugin-tailwindcss/blob/HEAD/docs/rules/no-contradicting-classname.md) e.g....
**Describe the bug** when zoomed-in at 200% the keyboard overlaps on everything in the screen, making it so that the feature does not add value to the user. **To Reproduce**...