-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
80 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
name: build | ||
name: Build and Test | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
name: Run Specifications | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases | ||
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases | ||
with: | ||
node-version: 18 | ||
- run: npm install | ||
- run: npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
//! data-dashboard v0.5.1 ~~ https://data-dashboard.js.org ~~ MIT License | ||
//! data-dashboard v0.5.2 ~~ https://data-dashboard.js.org ~~ MIT License | ||
var about=function(){"use strict";const about={setup(){console.log("DataDashboard");console.log(">>> About page")}};about.setup();return about}(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/*! data-dashboard v0.5.1 ~~ https://data-dashboard.js.org ~~ MIT License */ | ||
/*! data-dashboard v0.5.2 ~~ https://data-dashboard.js.org ~~ MIT License */ | ||
main{color:#fff}main>section{padding-top:20px}main>section>h2{font-size:2rem} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!doctype html> | ||
<!-- data-dashboard v0.5.1 ~~ https://data-dashboard.js.org ~~ MIT License --> | ||
<!-- data-dashboard v0.5.2 ~~ https://data-dashboard.js.org ~~ MIT License --> | ||
<html lang=en> | ||
<head> | ||
<meta charset=utf-8> | ||
|
@@ -10,16 +10,16 @@ | |
<meta property=og:title content="DataDashboard"> | ||
<meta property=og:description content="A data-driven dashboard console for report widgets"> | ||
<meta property=og:type content="website"> | ||
<meta property=og:image content="https://data-dashboard.js.org/../assets/graphics/logo-card.69748146.png"> | ||
<meta property=og:image content="https://data-dashboard.js.org/assets/graphics/logo-card.69748146.png"> | ||
<meta property=og:image:alt content="Logo"> | ||
<title>DataDashboard</title> | ||
<link rel=icon href=../assets/graphics/bookmark.28c5fc61.png> | ||
<link rel=apple-touch-icon href=../assets/graphics/mobile-home-screen.37dfb8de.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css> | ||
<link rel=stylesheet href=../libraries.da26aa91.css> | ||
<link rel=stylesheet href=../libraries.595cdbc7.css> | ||
<link rel=stylesheet href=../style.51fdd90c.css> | ||
<link rel=stylesheet href=about.a4533dd2.css> | ||
<script defer src=../libraries.5dd2cca9.js></script> | ||
<script defer src=../libraries.0434423c.js></script> | ||
<script defer src=about.02988658.js></script> | ||
</head> | ||
<body> | ||
|
@@ -56,7 +56,7 @@ <h2>About</h2> | |
<a href=https://data-dashboard.js.org><i data-icon=square-poll-vertical></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard/blob/main/LICENSE.txt><i data-icon=gavel></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard#readme><i data-icon=book></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=tachometer-alt></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=gauge-high></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard><i data-brand=github-alt></i></a> | ||
</span> | ||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!doctype html> | ||
<!-- data-dashboard v0.5.1 ~~ https://data-dashboard.js.org ~~ MIT License --> | ||
<!-- data-dashboard v0.5.2 ~~ https://data-dashboard.js.org ~~ MIT License --> | ||
<html lang=en> | ||
<head> | ||
<meta charset=utf-8> | ||
|
@@ -16,11 +16,11 @@ | |
<link rel=icon href=assets/graphics/bookmark.28c5fc61.png> | ||
<link rel=apple-touch-icon href=assets/graphics/mobile-home-screen.37dfb8de.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css> | ||
<link rel=stylesheet href=libraries.da26aa91.css> | ||
<link rel=stylesheet href=libraries.595cdbc7.css> | ||
<link rel=stylesheet href=style.51fdd90c.css> | ||
<link rel=stylesheet href=web-app.22d3732f.css> | ||
<script defer src=libraries.5dd2cca9.js></script> | ||
<script defer src=web-app.05d294c3.js></script> | ||
<script defer src=libraries.0434423c.js></script> | ||
<script defer src=web-app.30dc4197.js></script> | ||
</head> | ||
<body> | ||
|
||
|
@@ -66,7 +66,7 @@ <h2>~~header~~</h2> | |
<a href=https://data-dashboard.js.org><i data-icon=square-poll-vertical></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard/blob/main/LICENSE.txt><i data-icon=gavel></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard#readme><i data-icon=book></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=tachometer-alt></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard/actions/workflows/run-spec-on-push.yaml><i data-icon=gauge-high></i></a> | ||
<a href=https://github.com/dna-engine/data-dashboard><i data-brand=github-alt></i></a> | ||
</span> | ||
</footer> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters