mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #134] [MERGED] Fix issues & migration to Sveltekit2 #163
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#163
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/134
Author: @BostoenToby
Created: 1/5/2024
Status: ✅ Merged
Merged: 1/5/2024
Merged by: @BostoenToby
Base:
site← Head:prd📝 Commits (10+)
bae8c40Closes #120, use linter & change vocabulary to vocabularyId79c5b22Close #122, Prevent APPROVED rows to turn to SEMI-APPROVED31fc662Close #123, update url for README10b4250use other manual & use newest version of datatablef41fafbmigrate to sveltekit2 & update version of datatable/athena-search packagesfddf8bfClose #124, fix issue that default vocab was not showed in input rowb28dc4dClose #125, The suffix "_usagi" won't be added if the file name already ends with that suffix376b81aClose #128, multiple actions possible in pop-upd8257f2Close #126, button to show/hide multiple columns in the pop-upe853c88Close #129, Comments column is now editable directly from the table📊 Changes
31 files changed (+910 additions, -1950 deletions)
View changed files
📝
.gitignore(+1 -0)📝
package.json(+10 -14)📝
pnpm-lock.yaml(+432 -1385)➖
public/index.html(+0 -37)📝
src/hooks.server.ts(+1 -1)📝
src/lib/components/Types.d.ts(+13 -2)➖
src/lib/components/extra/Manual.svelte(+0 -85)📝
src/lib/components/mapping/AthenaSearch.svelte(+86 -47)📝
src/lib/components/mapping/SearchHead.svelte(+49 -18)➕
src/lib/components/mapping/ShowColumnsDialog.svelte(+45 -0)📝
src/lib/components/mapping/UsagiRow.svelte(+8 -3)📝
src/lib/components/mapping/views/InputRow.svelte(+9 -1)📝
src/lib/data/columnsUsagi.json(+1 -1)➖
src/lib/firebase.ts(+0 -224)📝
src/lib/implementations/dataTypesImpl/AthenaDataTypeImpl.ts(+6 -6)📝
src/lib/implementations/databaseImpl/LocalImpl.ts(+2 -1)📝
src/lib/implementations/databaseImpl/SQLite.ts(+3 -2)📝
src/lib/implementations/implementation.ts(+2 -2)📝
src/lib/implementations/saveImplementations/FirebaseSaveImpl.ts(+2 -2)📝
src/lib/mappingUtils.ts(+1 -2)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.