[PR #41] [MERGED] Feature/add skeleton #54

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

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/azd-radar-data-datatable/pull/41
Author: @Louis-Herreman
Created: 5/12/2023
Status: Merged
Merged: 5/17/2023
Merged by: @pjlammertyn

Base: masterHead: feature/add-skeleton


📝 Commits (7)

  • 8185161 Add skeleton and update spinner
  • a071eef Update pagination plus method to save with enter
  • 87b6ebd Merge branch 'master'
  • df31932 Bug fix width input
  • 8e5f880 Update dialog visibility plus width bug
  • f85fa14 Update Skeleton
  • d8cafa5 Merge pull request #44 from RADar-AZDelta/feature/fix-bug-column-width

📊 Changes

9 files changed (+516 additions, -397 deletions)

View changed files

📝 package.json (+0 -1)
📝 pnpm-lock.yaml (+37 -11)
src/lib/actions/saveWithKey.ts (+13 -0)
📝 src/lib/components/DataTable.svelte (+167 -168)
📝 src/lib/components/EditableCell.svelte (+12 -1)
src/lib/components/Skeleton.svelte (+60 -0)
📝 src/lib/components/Spinner.svelte (+61 -4)
📝 src/lib/styles/data-table.scss (+163 -209)
📝 src/routes/+page.svelte (+3 -3)

📄 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/azd-radar-data-datatable/pull/41 **Author:** [@Louis-Herreman](https://github.com/Louis-Herreman) **Created:** 5/12/2023 **Status:** ✅ Merged **Merged:** 5/17/2023 **Merged by:** [@pjlammertyn](https://github.com/pjlammertyn) **Base:** `master` ← **Head:** `feature/add-skeleton` --- ### 📝 Commits (7) - [`8185161`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/8185161b5ecf3b287dfa5686e4785c2669cee490) Add skeleton and update spinner - [`a071eef`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/a071eef2d995eb0f8d26594d50d0ecdee67743b9) Update pagination plus method to save with enter - [`87b6ebd`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/87b6ebd3974a33f4008eb85985e4c1a8fdeb23e4) Merge branch 'master' - [`df31932`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/df319326c27e91f77329cc36f2f393a846b2fb1c) Bug fix width input - [`8e5f880`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/8e5f8802271bf5525867c4d13c8b65778b588d44) Update dialog visibility plus width bug - [`f85fa14`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/f85fa1424c1636107b87be440bec3b1881f798b7) Update Skeleton - [`d8cafa5`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/d8cafa5bb68f05a022d1a097f6f4e11674562d7a) Merge pull request #44 from RADar-AZDelta/feature/fix-bug-column-width ### 📊 Changes **9 files changed** (+516 additions, -397 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+0 -1) 📝 `pnpm-lock.yaml` (+37 -11) ➕ `src/lib/actions/saveWithKey.ts` (+13 -0) 📝 `src/lib/components/DataTable.svelte` (+167 -168) 📝 `src/lib/components/EditableCell.svelte` (+12 -1) ➕ `src/lib/components/Skeleton.svelte` (+60 -0) 📝 `src/lib/components/Spinner.svelte` (+61 -4) 📝 `src/lib/styles/data-table.scss` (+163 -209) 📝 `src/routes/+page.svelte` (+3 -3) </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:33:47 +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-azd-radar-data-datatable#54
No description provided.