mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #251] [MERGED] include reset button, change UNMAPPED to UNCHECKED & linting #262
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-Keun#262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/RADar-AZDelta/Keun/pull/251
Author: @BostoenToby
Created: 3/18/2024
Status: ✅ Merged
Merged: 3/18/2024
Merged by: @BostoenToby
Base:
stg← Head:dev📝 Commits (1)
b506655include reset button, change UNMAPPED to UNCHECKED & linting📊 Changes
21 files changed (+168 additions, -120 deletions)
View changed files
📝
src/lib/Types.d.ts(+1 -0)📝
src/lib/classes/general/MappedConcepts.ts(+3 -3)📝
src/lib/classes/implementation/DatabaseImpl.ts(+2 -1)📝
src/lib/classes/mapping/AutoMapping.ts(+1 -1)📝
src/lib/classes/mapping/MultipleMapping.ts(+1 -1)📝
src/lib/classes/tables/CustomTable.ts(+1 -1)📝
src/lib/classes/tables/FlaggedTable.ts(+2 -2)📝
src/lib/classes/tables/Table.ts(+1 -1)📝
src/lib/components/extra/Settings.svelte(+5 -0)📝
src/lib/components/extra/User.svelte(+5 -0)📝
src/lib/firebase/FirebaseAuth.ts(+2 -13)📝
src/lib/firebase/FirebaseFirestore.ts(+2 -2)📝
src/lib/firebase/FirebaseStorage.ts(+66 -66)📝
src/lib/firebase/Types.d.ts(+24 -24)📝
src/lib/helperClasses/Config.ts(+1 -1)📝
src/lib/helperClasses/IndexedDB.ts(+8 -0)📝
src/lib/implementations/authImpl/FirebaseImpl.ts(+1 -1)📝
src/lib/implementations/databaseImpl/FirebaseImpl.ts(+6 -0)📝
src/lib/implementations/databaseImpl/LocalImpl.ts(+10 -0)📝
src/lib/implementations/databaseImpl/SQLite.ts(+4 -0)...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.