[PR #1] [MERGED] DRAFT: Feature/cache #2

Closed
opened 2026-09-04 00:49:25 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Stone-Red-Code/Markdowser/pull/1
Author: @Dumpy250
Created: 4/27/2024
Status: Merged
Merged: 5/16/2024
Merged by: @Stone-Red-Code

Base: developHead: feature/cache


📝 Commits (6)

📊 Changes

11 files changed (+307 additions, -26 deletions)

View changed files

📝 .gitignore (+140 -0)
src/.idea/.idea.Markdowser/.idea/.name (+1 -0)
src/.idea/.idea.Markdowser/.idea/indexLayout.xml (+8 -0)
src/.idea/.idea.Markdowser/.idea/projectSettingsUpdater.xml (+6 -0)
src/.idea/.idea.Markdowser/.idea/vcs.xml (+6 -0)
src/.idea/.idea.Markdowser/.idea/workspace.xml (+80 -0)
src/Markdowser/Utilities/CacheService.cs (+27 -0)
📝 src/Markdowser/ViewModels/MainWindowViewModel.cs (+32 -21)
📝 src/Markdowser/Views/Content/CommonImageContentView.axaml (+2 -1)
📝 src/Markdowser/Views/Content/MarkdownContentView.axaml (+2 -1)
📝 src/Markdowser/Views/MainWindow.axaml (+3 -3)

📄 Description

No description provided


🔄 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/Stone-Red-Code/Markdowser/pull/1 **Author:** [@Dumpy250](https://github.com/Dumpy250) **Created:** 4/27/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `develop` ← **Head:** `feature/cache` --- ### 📝 Commits (6) - [`6f797b8`](https://github.com/Stone-Red-Code/Markdowser/commit/6f797b81744d0e31381e5653877d2cf07e5ae633) implement cache attempt - [`8ea493f`](https://github.com/Stone-Red-Code/Markdowser/commit/8ea493f2c82babc2a02fec0b22e29a14ed34fcb0) tweak .gitconfig - [`87d9e7a`](https://github.com/Stone-Red-Code/Markdowser/commit/87d9e7abb6ad2c0d73b6fd72dceb50cd6cdc6899) fixes/reload button fix - [`a9bd9c8`](https://github.com/Stone-Red-Code/Markdowser/commit/a9bd9c88540821c21b8ff655fecf273ecba14050) fix/clean caching - [`657dbff`](https://github.com/Stone-Red-Code/Markdowser/commit/657dbffcd0ac952488d23f2a32ab3098030e9db6) Fix formatting and some warnings - [`d8a3230`](https://github.com/Stone-Red-Code/Markdowser/commit/d8a3230552d82605a3d78ebd4389f7bc3ce9f81d) Merge branch 'develop' into feature/cache ### 📊 Changes **11 files changed** (+307 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+140 -0) ➕ `src/.idea/.idea.Markdowser/.idea/.name` (+1 -0) ➕ `src/.idea/.idea.Markdowser/.idea/indexLayout.xml` (+8 -0) ➕ `src/.idea/.idea.Markdowser/.idea/projectSettingsUpdater.xml` (+6 -0) ➕ `src/.idea/.idea.Markdowser/.idea/vcs.xml` (+6 -0) ➕ `src/.idea/.idea.Markdowser/.idea/workspace.xml` (+80 -0) ➕ `src/Markdowser/Utilities/CacheService.cs` (+27 -0) 📝 `src/Markdowser/ViewModels/MainWindowViewModel.cs` (+32 -21) 📝 `src/Markdowser/Views/Content/CommonImageContentView.axaml` (+2 -1) 📝 `src/Markdowser/Views/Content/MarkdownContentView.axaml` (+2 -1) 📝 `src/Markdowser/Views/MainWindow.axaml` (+3 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:25 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Stone_Red/Markdowser#2