[PR #3] [MERGED] Dev/DataTableRenderer #115

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

📋 Pull Request Information

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

Base: masterHead: dev/DataTableRenderer


📝 Commits (10+)

  • 6a48b9b implemented DataTableRenderer and created Popup
  • 4c85301 formatted everything
  • 67e19cd imported DataTableRenderer with submodule instead
  • 32195cd update gitmodules to ssh
  • a5c67b8 CORS problems
  • 193f06c moved submodules and updated server.js
  • 4687306 get data from Athena
  • 6e5d53d switch to pnpm and update README.md
  • fb7207a fix issues with submodule
  • 18bd04c place Athena data from API in table

📊 Changes

48 files changed (+5403 additions, -10784 deletions)

View changed files

📝 .gitmodules (+3 -3)
📝 .prettierrc (+7 -7)
📝 .vscode/settings.json (+5 -3)
📝 README.md (+21 -5)
lib/RADar-DataTable (+1 -0)
package-lock.json (+0 -10327)
📝 package.json (+46 -39)
pnpm-lock.yaml (+2792 -0)
powertable (+0 -1)
src/CsvLoadingBenchmark.svelte (+0 -55)
src/CsvLoadingScreen.svelte (+0 -45)
src/CsvLoadingScreenCsvParse.svelte (+0 -31)
src/CsvLoadingScreenPapaParse.svelte (+0 -75)
src/FileDropZone.svelte (+0 -56)
src/RecordList.svelte (+0 -53)
src/app.scss (+9 -0)
src/lib/columnsAthena.json (+10 -0)
src/lib/components/Extra/Action.svelte (+41 -0)
src/lib/components/Extra/ActionPage.svelte (+32 -0)
src/lib/components/Extra/AthenaLayout.svelte (+305 -0)

...and 28 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/3 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 3/27/2023 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `master` ← **Head:** `dev/DataTableRenderer` --- ### 📝 Commits (10+) - [`6a48b9b`](https://github.com/RADar-AZDelta/Keun/commit/6a48b9b4cad439c71ecae044269393634559cffd) implemented DataTableRenderer and created Popup - [`4c85301`](https://github.com/RADar-AZDelta/Keun/commit/4c85301f3e209e44bf3cee4beaaf0e1cdbdd6c30) formatted everything - [`67e19cd`](https://github.com/RADar-AZDelta/Keun/commit/67e19cd98279495bf6cf1aef3c81541ebac93559) imported DataTableRenderer with submodule instead - [`32195cd`](https://github.com/RADar-AZDelta/Keun/commit/32195cd9ff22201e2237a4f0070342bf3a5823e1) update gitmodules to ssh - [`a5c67b8`](https://github.com/RADar-AZDelta/Keun/commit/a5c67b8925171b1d0f21dc5cf333abb880f82822) CORS problems - [`193f06c`](https://github.com/RADar-AZDelta/Keun/commit/193f06c4001ac3981f7ca20a896bddc269e3dd17) moved submodules and updated server.js - [`4687306`](https://github.com/RADar-AZDelta/Keun/commit/468730626a33a8f888a64c5639f0717f723fe6a3) get data from Athena - [`6e5d53d`](https://github.com/RADar-AZDelta/Keun/commit/6e5d53d5e8353722c02fbbdd26c0550d34ab3e00) switch to pnpm and update README.md - [`fb7207a`](https://github.com/RADar-AZDelta/Keun/commit/fb7207ae0d735f9e90bca566074599b5bca461cd) fix issues with submodule - [`18bd04c`](https://github.com/RADar-AZDelta/Keun/commit/18bd04c62b629ba577249bba656d44ee41638391) place Athena data from API in table ### 📊 Changes **48 files changed** (+5403 additions, -10784 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+3 -3) 📝 `.prettierrc` (+7 -7) 📝 `.vscode/settings.json` (+5 -3) 📝 `README.md` (+21 -5) ➕ `lib/RADar-DataTable` (+1 -0) ➖ `package-lock.json` (+0 -10327) 📝 `package.json` (+46 -39) ➕ `pnpm-lock.yaml` (+2792 -0) ➖ `powertable` (+0 -1) ➖ `src/CsvLoadingBenchmark.svelte` (+0 -55) ➖ `src/CsvLoadingScreen.svelte` (+0 -45) ➖ `src/CsvLoadingScreenCsvParse.svelte` (+0 -31) ➖ `src/CsvLoadingScreenPapaParse.svelte` (+0 -75) ➖ `src/FileDropZone.svelte` (+0 -56) ➖ `src/RecordList.svelte` (+0 -53) ➕ `src/app.scss` (+9 -0) ➕ `src/lib/columnsAthena.json` (+10 -0) ➕ `src/lib/components/Extra/Action.svelte` (+41 -0) ➕ `src/lib/components/Extra/ActionPage.svelte` (+32 -0) ➕ `src/lib/components/Extra/AthenaLayout.svelte` (+305 -0) _...and 28 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:03 +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#115
No description provided.