Skip to content

Commit

Permalink
Merge branch 'dev' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
HeXavi8 committed Mar 31, 2024
2 parents 99d5d54 + 15cc86d commit 4de2332
Show file tree
Hide file tree
Showing 28 changed files with 36,268 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/static/css/main.84ccbc10.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.84ccbc10.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/static/js/453.50a83da2.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/static/js/453.50a83da2.chunk.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions build/static/js/main.d233a41a.js

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions build/static/js/main.d233a41a.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*!
* decimal.js v10.4.3
* An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
* MIT Licence
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* use-sync-external-store-shim.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

//! Copyright (c) JS Foundation and other contributors

//! github.com/moment/moment-timezone

//! license : MIT

//! moment-timezone.js

//! moment.js

//! version : 0.5.45
1 change: 1 addition & 0 deletions build/static/js/main.d233a41a.js.map

Large diffs are not rendered by default.

82 changes: 82 additions & 0 deletions build/static/media/components/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
.card {
border: solid 0.5px var(--adm-color-border);
margin: 20px 0px;

.card-title-right {
display: flex;
gap: 8px;
justify-content: flex-end;
}

.table-container {
display: flex;
overflow-x: auto;
}

.fixed-column {
flex: 0 0 auto;
overflow: hidden;
}

.scrollable {
flex: 1;
overflow-x: auto;
}

table {
border-collapse: collapse;
width: 100%;
}

th, td {
height: 40px;
text-align: left;
padding: 8px;
}

th {
// font-size: 16px;
white-space: nowrap;
}

td {
// font-size: 14px;
white-space: nowrap;
}

.action {
display: flex;
align-items: center;
flex-wrap: nowrap;
gap: 8px;
white-space: nowrap;
a {
font-weight: bold;
}
}

.placeholder {
color: var(--placeholder-color);
}

.stepper {
width: 200px;
--height: 80px;
}
}

.popup-title {
display: flex;
justify-content: center;
align-items: center;
height: 42px;
font-size: 16px;
font-weight: 600;
}

.popup-button {
display: flex;
flex-direction: column;
gap: 8px;
}

Loading

0 comments on commit 4de2332

Please sign in to comment.