You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add update command and enhance link popovers (#5)
Add a new `mdgarden update` command that intelligently detects the install source (npm, Homebrew, standalone) and runs the appropriate update method. Supports `--background` flag for detached updates.
Refactor the link hover popover with better preview extraction, reduced delay (250ms), improved positioning, and accessibility improvements. Switch from mouse to pointer events for better touch support. Bump version to 0.3.0.