• Johnny's avatar
    feat: add LocationDialog and related hooks for location management in MemoEditor · 50199fe9
    Johnny authored
    - Implemented LocationDialog component for selecting and entering location coordinates.
    - Created useLocation hook to manage location state and updates.
    - Added LocationState type for managing location data.
    - Introduced useLinkMemo hook for linking memos with search functionality.
    - Added VisibilitySelector component for selecting memo visibility.
    - Refactored MemoEditor to integrate new hooks and components for improved functionality.
    - Removed obsolete handlers and streamlined memo save logic with useMemoSave hook.
    - Enhanced focus mode functionality with dedicated components for overlay and exit button.
    50199fe9
Name
Last commit
Last update
.github Loading commit data...
cmd/memos Loading commit data...
internal Loading commit data...
plugin Loading commit data...
proto Loading commit data...
scripts Loading commit data...
server Loading commit data...
store Loading commit data...
web Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yaml Loading commit data...
.goreleaser.yaml Loading commit data...
CLAUDE.md Loading commit data...
CODEOWNERS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...