mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #7] [MERGED] Mapping functionalities added #117
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#117
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/7
Author: @BostoenToby
Created: 4/27/2023
Status: ✅ Merged
Merged: 4/27/2023
Merged by: @BostoenToby
Base:
master← Head:dev/mapping-functionalities📝 Commits (10+)
30329f6mapping logic added for authorsbe6e0f5bugfixes & extra functionalities addede3c027amodal refactor & add optionsfe12759Code cleanupd13b172show already mapped data in athena3efbad7refactor for performance & readability984a62dloading added & place of showcolumns changed16c708cbug with showColumns fixed5aa2d4dMerge pull request #4 from RADar-AZDelta/dev/mapping-functionalitiescb2a173Update style📊 Changes
44 files changed (+1953 additions, -1298 deletions)
View changed files
📝
lib/RADar-DataTable(+1 -1)📝
package.json(+3 -2)📝
pnpm-lock.yaml(+12 -0)➖
src/lib/components/Extra/Action.svelte(+0 -41)➖
src/lib/components/Extra/ActionPage.svelte(+0 -32)➕
src/lib/components/Extra/AthenaActivatedFilter.svelte(+28 -0)➕
src/lib/components/Extra/AthenaFilter.svelte(+69 -0)📝
src/lib/components/Extra/AthenaLayout.svelte(+137 -253)➖
src/lib/components/Extra/Editor.svelte(+0 -81)➕
src/lib/components/Extra/Header.svelte(+61 -0)📝
src/lib/components/Extra/Modal.svelte(+14 -6)➕
src/lib/components/Extra/Settings.svelte(+34 -0)📝
src/lib/components/Extra/ShowColumns.svelte(+26 -45)➖
src/lib/components/Extra/SmallModal.svelte(+0 -22)➕
src/lib/components/Extra/SvgIcon.svelte(+10 -0)➕
src/lib/components/Extra/User.svelte(+38 -0)➕
src/lib/components/Mapping/AthenaRow.svelte(+85 -0)📝
src/lib/components/Mapping/Row.svelte(+104 -73)➕
src/lib/components/Types.d.ts(+97 -0)➕
src/lib/data/columns.json(+105 -0)...and 24 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.