mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-01-14 05:03:24 +01:00
[PR #51] [MERGED] Optimize in general #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dscyrescotti/Memola/pull/51
Author: @dscyrescotti
Created: 6/25/2024
Status: ✅ Merged
Merged: 6/25/2024
Merged by: @dscyrescotti
Base:
main← Head:feature/general-optimization📝 Commits (3)
862796dfeat: update stroke generation factora78f6ferefactor: clean up44a8780feat: save element tool selection📊 Changes
12 files changed (+23 additions, -52 deletions)
View changed files
📝
Memola/Canvas/Core/Canvas.swift(+1 -1)📝
Memola/Canvas/Elements/Core/Element.swift(+5 -1)📝
Memola/Canvas/Elements/Core/ElementGroup.swift(+5 -5)📝
Memola/Canvas/Elements/Geometries/Stroke/Core/Stroke.swift(+1 -26)📝
Memola/Canvas/Elements/Geometries/Stroke/Generators/SolidPointStrokeGenerator.swift(+1 -1)📝
Memola/Canvas/Elements/Geometries/Stroke/Strokes/PenStroke.swift(+0 -16)📝
Memola/Canvas/Tool/Core/Tool.swift(+5 -0)📝
Memola/Canvas/Tool/Core/ToolSelection.swift(+1 -1)📝
Memola/Canvas/View/Bridge/Views/DrawingView.swift(+1 -1)📝
Memola/Features/Memos/MemosView.swift(+1 -0)📝
Memola/Persistence/Objects/ToolObject.swift(+1 -0)📝
Memola/Resources/Models/MemolaModel.xcdatamodeld/MemolaModel.xcdatamodel/contents(+1 -0)📄 Description
Description
This PR includes the general optimization on Memola application in term of code and user experience.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.