mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #83] [MERGED] Refactoring Keun to modular components & work with cloud implementations #127
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#127
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/83
Author: @BostoenToby
Created: 11/12/2023
Status: ✅ Merged
Merged: 11/12/2023
Merged by: @BostoenToby
Base:
master← Head:dev-Toby📝 Commits (10+)
4090b00setup for sqlite implementation2c04575cleanup & add backend for SQLitedab8cedrefactor classes structuredc68eb8implement package svelte-athena-search & refactor490249edivide menu page in small components6eecc1bTested & wrote documentation for the menu page753de33made everything modular to easily implement cloud9699c9bclean up styling & fix impl bug3927c21delete variables.scss file85c4880fixed some bugs📊 Changes
80 files changed (+5476 additions, -7052 deletions)
View changed files
📝
.env(+5 -1)📝
.gitignore(+2 -1)📝
package.json(+5 -2)📝
pnpm-lock.yaml(+425 -75)📝
src/hooks.server.ts(+50 -55)➖
src/lib/components/Extra/AthenaFilter.svelte(+0 -76)➖
src/lib/components/Extra/AthenaLayout.svelte(+0 -685)➖
src/lib/components/Extra/Manual.svelte(+0 -40)➖
src/lib/components/Extra/Settings.svelte(+0 -112)➖
src/lib/components/Extra/User.svelte(+0 -109)➖
src/lib/components/Mapping/AthenaRow.svelte(+0 -64)➖
src/lib/components/Mapping/CustomConceptInputRow.svelte(+0 -110)➖
src/lib/components/Mapping/Equivalence.svelte(+0 -15)➖
src/lib/components/Mapping/UsagiRow.svelte(+0 -139)📝
src/lib/components/Types.d.ts(+229 -116)📝
src/lib/components/extra/AutocompleteInput.svelte(+55 -8)📝
src/lib/components/extra/AutocompleteInputSettings.svelte(+60 -7)➕
src/lib/components/extra/Drop.svelte(+41 -0)📝
src/lib/components/extra/Header.svelte(+0 -0)➕
src/lib/components/extra/Manual.svelte(+89 -0)...and 60 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.