Skip to content

Commit

Permalink
Merge pull request #40 from bornova/dev
Browse files Browse the repository at this point in the history
v4.5.0
  • Loading branch information
bornova authored Feb 9, 2024
2 parents 3ceabb6 + 30d5af4 commit 9ee7142
Show file tree
Hide file tree
Showing 21 changed files with 315 additions and 267 deletions.
6 changes: 3 additions & 3 deletions build/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/dark.css

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

2 changes: 1 addition & 1 deletion build/css/light.css

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

20 changes: 9 additions & 11 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div id="rightActions" class="rightActions uk-flex-right">
<a id="udfuButton" class="action" title="User functions and units" uk-tooltip><i data-lucide="braces"></i></a>
<a id="settingsButton" class="action" title="Settings" uk-tooltip><i data-lucide="settings"></i></a>
<a id="aboutButton" class="action" title="Info" uk-tooltip><i data-lucide="info"></i></a>
<a id="aboutButton" class="action" title="About" uk-tooltip><i data-lucide="info"></i></a>
<span id="notificationDot" class="notificationDot" uk-tooltip><i data-lucide="circle"></i></span>
</div>
</div>
Expand Down Expand Up @@ -271,9 +271,9 @@ <h3>Calculator</h3>
</div>
</div>
<div class="uk-child-width-expand" uk-grid>
<div class="padTop1">Matrix type</div>
<div class="padTop1">Notation</div>
<div class="uk-text-right uk-position-relative">
<select id="matrixType" class="uk-select settingItem"></select>
<select id="notation" class="uk-select settingItem"></select>
</div>
</div>
<div class="uk-child-width-expand" uk-grid>
Expand All @@ -283,7 +283,7 @@ <h3>Calculator</h3>
<div class="uk-text-right uk-width-1-6">
<span id="precision-label" class="uk-label precision"></span>
</div>
<div class="uk-text-right range uk-width-5-6 uk-position-relative">
<div class="uk-text-right range uk-position-relative">
<input id="precision" class="uk-range settingItem" type="range" min="0" max="16" step="1" />
</div>
</div>
Expand All @@ -296,7 +296,7 @@ <h3>Calculator</h3>
<div class="uk-text-right uk-width-1-6">
<span id="expUpper-label" class="uk-label expUpper"></span>
</div>
<div class="uk-text-right range uk-width-5-6 uk-position-relative">
<div class="uk-text-right range uk-position-relative">
<input id="expUpper" class="uk-range settingItem" type="range" min="0" max="16" step="1" />
</div>
</div>
Expand All @@ -309,21 +309,19 @@ <h3>Calculator</h3>
<div class="uk-text-right uk-width-1-6">
<span id="expLower-label" class="uk-label expLower"></span>
</div>
<div class="uk-text-right range uk-width-5-6 uk-position-relative">
<div class="uk-text-right range uk-position-relative">
<input id="expLower" class="uk-range settingItem" type="range" min="-16" max="0" step="1" />
</div>
</div>
</div>
</div>
<div class="uk-child-width-expand" uk-grid>
<div>Always use exponential notation</div>
<div class="padTop1">Matrix type</div>
<div class="uk-text-right uk-position-relative">
<label class="switch">
<input id="expNotation" type="checkbox" class="settingItem" />
<span class="slider round"></span>
</label>
<select id="matrixType" class="uk-select settingItem"></select>
</div>
</div>

<div class="uk-child-width-expand" uk-grid>
<div>Predictable output</div>
<div class="uk-text-right uk-position-relative">
Expand Down
120 changes: 60 additions & 60 deletions build/js/app.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions build/js/app.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9ee7142

Please sign in to comment.