[PR #290] [MERGED] Fix date issues & remove databases for flagged and custom files #295

Closed
opened 2026-03-23 20:33:07 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/290
Author: @BostoenToby
Created: 6/19/2024
Status: Merged
Merged: 6/19/2024
Merged by: @BostoenToby

Base: siteHead: prd


📝 Commits (3)

  • 548dd2f Fix date issues & remove databases for flagged and custom files
  • 65fad7c Merge pull request #288 from RADar-AZDelta/dev
  • 2eaaee0 Merge pull request #289 from RADar-AZDelta/stg

📊 Changes

12 files changed (+124 additions, -444 deletions)

View changed files

📝 package.json (+2 -2)
📝 pnpm-lock.yaml (+8 -8)
📝 src/lib/components/menu/File.svelte (+0 -3)
📝 src/lib/helpers/Config.ts (+1 -0)
📝 src/lib/helpers/Database.ts (+32 -137)
📝 src/lib/helpers/customRow/CustomRow.ts (+3 -21)
📝 src/lib/helpers/tables/CustomTable.ts (+33 -142)
📝 src/lib/helpers/tables/FlaggedTable.ts (+16 -41)
📝 src/lib/helpers/tables/Table.ts (+10 -0)
📝 src/lib/helpers/usagi/UsagiRowDelete.ts (+0 -26)
📝 src/lib/interfaces/Types.ts (+4 -10)
📝 src/routes/mapping/+page.svelte (+15 -54)

📄 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/RADar-AZDelta/Keun/pull/290 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 6/19/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `site` ← **Head:** `prd` --- ### 📝 Commits (3) - [`548dd2f`](https://github.com/RADar-AZDelta/Keun/commit/548dd2fcdeb1f16f474bd3a308cbec52e6dd338c) Fix date issues & remove databases for flagged and custom files - [`65fad7c`](https://github.com/RADar-AZDelta/Keun/commit/65fad7c574f692dd30ffc72c5a3e1e741f915a71) Merge pull request #288 from RADar-AZDelta/dev - [`2eaaee0`](https://github.com/RADar-AZDelta/Keun/commit/2eaaee0d1ab8f4c8048f687214454621bcec3f39) Merge pull request #289 from RADar-AZDelta/stg ### 📊 Changes **12 files changed** (+124 additions, -444 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -2) 📝 `pnpm-lock.yaml` (+8 -8) 📝 `src/lib/components/menu/File.svelte` (+0 -3) 📝 `src/lib/helpers/Config.ts` (+1 -0) 📝 `src/lib/helpers/Database.ts` (+32 -137) 📝 `src/lib/helpers/customRow/CustomRow.ts` (+3 -21) 📝 `src/lib/helpers/tables/CustomTable.ts` (+33 -142) 📝 `src/lib/helpers/tables/FlaggedTable.ts` (+16 -41) 📝 `src/lib/helpers/tables/Table.ts` (+10 -0) 📝 `src/lib/helpers/usagi/UsagiRowDelete.ts` (+0 -26) 📝 `src/lib/interfaces/Types.ts` (+4 -10) 📝 `src/routes/mapping/+page.svelte` (+15 -54) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:33:07 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Keun#295
No description provided.