Skip to content

Commit 9bbbf43

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 7b2cd40 commit 9bbbf43

File tree

8 files changed

+7
-105
lines changed

8 files changed

+7
-105
lines changed

.astro/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/// <reference types="astro/client" />
2+
/// <reference path="content.d.ts" />
23
/// <reference path="env.d.ts" />

Source/Function/Commit/Layout.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ const UUID = (await import("@Function/Commit/UUID/Fn.js")).default();
7272
new DataTable(`[data-uuid=${this.dataset["uuid"]}] table`, {
7373
data: JSON.parse(this.dataset["data"] ?? "[]"),
7474
responsive: true,
75-
paging: false,
75+
paging: true,
7676
fixedColumns: true,
7777
fixedHeader: true,
7878
scrollCollapse: true,
7979
scroller: true,
8080
scrollY: "200px",
81+
processing: true,
8182

8283
// @deprecated
8384
// pagingType: "full_numbers",

Source/Function/Commit/test.astro

Lines changed: 0 additions & 100 deletions
This file was deleted.

Target/.vite/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Source/Function/Commit/Layout.astro?astro&type=script&index=0&lang.ts": {
3-
"file": "_astro/Layout.astro_astro_type_script_index_0_lang.CD0Mlf1S.js",
3+
"file": "_astro/Layout.astro_astro_type_script_index_0_lang.CTQ4Foum.js",
44
"name": "Layout.astro_astro_type_script_index_0_lang",
55
"src": "Source/Function/Commit/Layout.astro?astro&type=script&index=0&lang.ts",
66
"isEntry": true

Target/_astro/Layout.astro_astro_type_script_index_0_lang.CD0Mlf1S.js renamed to Target/_astro/Layout.astro_astro_type_script_index_0_lang.CTQ4Foum.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/_astro/index.CdcQYI9x.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

Target/_astro/index.DHcI6xGX.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)