[PR #51] [MERGED] Optimize in general #64

Closed
opened 2025-12-29 05:19:23 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: feature/general-optimization


📝 Commits (3)

  • 862796d feat: update stroke generation factor
  • a78f6fe refactor: clean up
  • 44a8780 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dscyrescotti/Memola/pull/51 **Author:** [@dscyrescotti](https://github.com/dscyrescotti) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@dscyrescotti](https://github.com/dscyrescotti) **Base:** `main` ← **Head:** `feature/general-optimization` --- ### 📝 Commits (3) - [`862796d`](https://github.com/dscyrescotti/Memola/commit/862796d3ceac5cfd3e502bb8e38840f5e72b1560) feat: update stroke generation factor - [`a78f6fe`](https://github.com/dscyrescotti/Memola/commit/a78f6fe466965466b6296d85434e16e09e28c257) refactor: clean up - [`44a8780`](https://github.com/dscyrescotti/Memola/commit/44a8780ac94044b5b9e84e610d25434856702bce) feat: save element tool selection ### 📊 Changes **12 files changed** (+23 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ### Description This PR includes the general optimization on Memola application in term of code and user experience. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 05:19:23 +01:00
adam closed this issue 2025-12-29 05:19:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Memola#64