[PR #80] [MERGED] Push dev to master after minor bugfixes #125

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

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/80
Author: @BostoenToby
Created: 9/12/2023
Status: Merged
Merged: 9/12/2023
Merged by: @BostoenToby

Base: masterHead: dev/Toby


📝 Commits (2)

  • 9fd0a41 Code cleanup + memory fix
  • 52894ca Fix some minor bugs after testing

📊 Changes

21 files changed (+883 additions, -1011 deletions)

View changed files

📝 src/lib/actions/clickOutside.ts (+1 -1)
📝 src/lib/components/Extra/AthenaFilter.svelte (+6 -5)
📝 src/lib/components/Extra/AthenaLayout.svelte (+181 -213)
📝 src/lib/components/Extra/AutocompleteInput.svelte (+10 -10)
📝 src/lib/components/Extra/AutocompleteInputSettings.svelte (+5 -16)
📝 src/lib/components/Extra/Manual.svelte (+10 -6)
📝 src/lib/components/Extra/Settings.svelte (+28 -30)
📝 src/lib/components/Extra/User.svelte (+29 -33)
📝 src/lib/components/Mapping/AthenaRow.svelte (+9 -7)
📝 src/lib/components/Mapping/CustomConceptInputRow.svelte (+33 -11)
📝 src/lib/components/Mapping/UsagiRow.svelte (+7 -7)
📝 src/lib/components/Types.d.ts (+26 -13)
📝 src/lib/firebase.ts (+15 -15)
📝 src/lib/firebaseAdmin.server.ts (+28 -32)
📝 src/lib/store.ts (+6 -2)
📝 src/lib/utilClasses/LocalImpl.ts (+1 -1)
📝 src/lib/utils.ts (+0 -1)
📝 src/routes/+layout.svelte (+18 -20)
📝 src/routes/+page.svelte (+23 -22)
📝 src/routes/mapping/+page.svelte (+446 -565)

...and 1 more files

📄 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/80 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 9/12/2023 **Status:** ✅ Merged **Merged:** 9/12/2023 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `master` ← **Head:** `dev/Toby` --- ### 📝 Commits (2) - [`9fd0a41`](https://github.com/RADar-AZDelta/Keun/commit/9fd0a4176ca25d6d798a0b4df846a7eb1bd1f8b3) Code cleanup + memory fix - [`52894ca`](https://github.com/RADar-AZDelta/Keun/commit/52894ca861cda8a844fc34e0f3a9d3ed51943e0d) Fix some minor bugs after testing ### 📊 Changes **21 files changed** (+883 additions, -1011 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/actions/clickOutside.ts` (+1 -1) 📝 `src/lib/components/Extra/AthenaFilter.svelte` (+6 -5) 📝 `src/lib/components/Extra/AthenaLayout.svelte` (+181 -213) 📝 `src/lib/components/Extra/AutocompleteInput.svelte` (+10 -10) 📝 `src/lib/components/Extra/AutocompleteInputSettings.svelte` (+5 -16) 📝 `src/lib/components/Extra/Manual.svelte` (+10 -6) 📝 `src/lib/components/Extra/Settings.svelte` (+28 -30) 📝 `src/lib/components/Extra/User.svelte` (+29 -33) 📝 `src/lib/components/Mapping/AthenaRow.svelte` (+9 -7) 📝 `src/lib/components/Mapping/CustomConceptInputRow.svelte` (+33 -11) 📝 `src/lib/components/Mapping/UsagiRow.svelte` (+7 -7) 📝 `src/lib/components/Types.d.ts` (+26 -13) 📝 `src/lib/firebase.ts` (+15 -15) 📝 `src/lib/firebaseAdmin.server.ts` (+28 -32) 📝 `src/lib/store.ts` (+6 -2) 📝 `src/lib/utilClasses/LocalImpl.ts` (+1 -1) 📝 `src/lib/utils.ts` (+0 -1) 📝 `src/routes/+layout.svelte` (+18 -20) 📝 `src/routes/+page.svelte` (+23 -22) 📝 `src/routes/mapping/+page.svelte` (+446 -565) _...and 1 more files_ </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:32:06 +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#125
No description provided.