-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixes to upgrade view rendering (script is still very crude) - Added scrollbars to everywhere that needed it - Fixed some issues with selections in the editor - Added TODO notes for extra pain and suffering for further development - Cleaned up readme and package.json files
- Loading branch information
Showing
16 changed files
with
99 additions
and
28 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
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
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.clean-scrollbar::-webkit-scrollbar { | ||
border: 0px; | ||
padding: 0px; | ||
width: 8px; | ||
display: block; | ||
background-color: white; | ||
border-radius: var(--radius); | ||
box-shadow: var(--small-shadow); | ||
} | ||
|
||
.clean-scrollbar::-webkit-scrollbar-thumb { | ||
background-color: #2FA3CF; | ||
border-radius: var(--radius); | ||
} | ||
|
||
.clean-scrollbar::-webkit-scrollbar-thumb:hover { | ||
background-color: #2fa2cfb9; | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,14 +22,14 @@ async function ui(version) { | |
timeSinceRender = new Date().getTime() | ||
ReactDOM.render(<React.StrictMode> | ||
<div id="main" style={{ | ||
padding: "50px", height: "100%", width: "100%", overflow: "hidden" | ||
padding: "50px", height: "calc(100% - 100px)", width: "calc(100% - 100px)", overflow: "hidden" | ||
}}> | ||
<div style={{ position: "fixed", background: "#edf9ff", height: "40%" }}> | ||
<h1> | ||
Päivitetään "{version}" tallennetta uudempaan versioon. Odota hetki, siirrämme sinut kohta Matikkaeditori.fi-sovellukseen. | ||
<div style={{ background: "#edf9ff", height: "40%" }}> | ||
<h1 style={{ fontSize: "1.2rem" }}> | ||
Päivitetään "{version}" tallennetta uudempaan versioon. Odota hetki, siirrämme sinut kohta Matikkaeditori.fi-sovellukseen. | ||
</h1> | ||
<h3> | ||
Jos sivu jäätyy tai saat virheilmoituksen, ota yhteyttä <b>[email protected]</b>. | ||
Jos sivu jäätyy tai saat virheilmoituksen, ota yhteyttä <b>[email protected]</b>. | ||
</h3> | ||
<p> | ||
<i> | ||
|