forked from blocktronics/moebius
-
Notifications
You must be signed in to change notification settings - Fork 1
Backup branch - DO NOT MERGE - temporary-snapshot #32
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
Open
grymmjack
wants to merge
59
commits into
master
Choose a base branch
from
backup-branch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reference mode
…g reusable for other messages
Add ability to open reference images in separate windows
Fixes scroll behavior for 200% zoom.
Add outline/border to brush tool.
… recently clicked
Fix for mouse move events
- Added recent_files array to preferences - Added "Open Recent" submenu to File menu - Added functionality to track and store up to 10 recent files - Automatically removes non-existent files from the list - Added option to clear the recent files list 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
- Removed duplicate macOS recent documents menu - Improved file display to show only filenames - Added disambiguation for files with the same name by showing parent directory - Fixed menu structure for non-macOS platforms 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
- Fixed a critical bug where files wouldn't open from the Recent Files menu - Added the full filepath as a property in the menu item - Menu still displays clean filenames while preserving the ability to open files 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
- Completely redesigned recent files menu handling to fix opening files issue - Added better handling of file paths vs display names - Added more logging to help debug issues - Improved menu rebuilding to ensure recent files are always up-to-date - Fixed issue with recent files list potentially being undefined 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
- Fixed TypeError related to null menu items - Improved menu template generation to avoid potential null items - Used array push to avoid unintentional null values - Restructured application menu building for better stability - Simplified menu generation code 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
- Restored all menu items while preserving recent files functionality - Improved menu template handling to ensure all items are included - Enhanced comments to clarify the menu building process 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
- Added intelligence to set_application_menu to preserve document window menus - Added method to detect focused document windows - Made menu system prioritize document windows over static windows - Fixed issue where menus were being reset by static windows 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
Add Recent Files Menu Feature
Reference image tool
Add ability to open reference images in separate windows
Fixes scrolling for 200% zoom.
Add outline/border to the brush tool
Fixing missing menus for non macos
Adding grid and guide hotkey toggles, updating README
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is saving the work we did before I rebased back to the before-claude tag.
It does not need to be merged, but I want it somewhere safe.
Work done
Created backup branch to save what we did before we roll back.
Rollback and force push
Push backup-branch to origin
Work to do
For each PR lost due to rollback...