Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 17, 2025
1 parent 7b2cd40 commit 9bbbf43
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 105 deletions.
1 change: 1 addition & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />
/// <reference path="env.d.ts" />
3 changes: 2 additions & 1 deletion Source/Function/Commit/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ const UUID = (await import("@Function/Commit/UUID/Fn.js")).default();
new DataTable(`[data-uuid=${this.dataset["uuid"]}] table`, {
data: JSON.parse(this.dataset["data"] ?? "[]"),
responsive: true,
paging: false,
paging: true,
fixedColumns: true,
fixedHeader: true,
scrollCollapse: true,
scroller: true,
scrollY: "200px",
processing: true,

// @deprecated
// pagingType: "full_numbers",
Expand Down
100 changes: 0 additions & 100 deletions Source/Function/Commit/test.astro

This file was deleted.

2 changes: 1 addition & 1 deletion Target/.vite/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Source/Function/Commit/Layout.astro?astro&type=script&index=0&lang.ts": {
"file": "_astro/Layout.astro_astro_type_script_index_0_lang.CD0Mlf1S.js",
"file": "_astro/Layout.astro_astro_type_script_index_0_lang.CTQ4Foum.js",
"name": "Layout.astro_astro_type_script_index_0_lang",
"src": "Source/Function/Commit/Layout.astro?astro&type=script&index=0&lang.ts",
"isEntry": true
Expand Down

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Target/_astro/index.CdcQYI9x.css

This file was deleted.

1 change: 1 addition & 0 deletions Target/_astro/index.DHcI6xGX.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Target/index.html

Large diffs are not rendered by default.

0 comments on commit 9bbbf43

Please sign in to comment.