Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed May 20, 2024
1 parent 3e5dca6 commit 2860360
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 31 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Updates

- hot keys for InfoPage
- nice css styles
- better css styles
- support of smartphones
- load files with full path
- use JSZip for storing in localStorage
Expand Down
70 changes: 44 additions & 26 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "git",
"url": "https://github.com/hetalang/heta-online.git"
},
"homepage": "https://hetalang.github.io/#/heta-online/",
"homepage": "https://hetalang.github.io/#/heta-compiler/",
"bugs": {
"url": "https://github.com/hetalang/heta-online/issues",
"email": "[email protected]"
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@viz-js/viz": "^3.2.3",
"ajv": "^8.12.0",
"heta-compiler": "^0.8.1",
"heta-compiler": "^0.8.2",
"jquery": "^3.7.0",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ <h1>Add files or directories here</h1>
<!-- The Header -->
<div id="topDiv" class="w3-row">
<div class="w3-rest w3-deep-purple w3-display-container" style="height:100%;">
<div class="w3-display-left" >
<div class="w3-display-left w3-padding" >
<span class="w3-xlarge">Heta compiler <i style="font-size: 80%;">Online</i></span>
</div>
<div class="w3-display-right">
<div class="w3-bar">
<i class="w3-bar-item">Heta compiler of version <span id="hc-version">0.0.0</span></i>
<i class="w3-bar-item">v<span id="hc-version">0.0.0</span></i>
<a id="hc-download" href="#" class="w3-button" title="Download project files">
<!--<i class="fa fa-download"></i>-->
<svg id="i-download" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="24" height="24" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
Expand Down

0 comments on commit 2860360

Please sign in to comment.