mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 04:06:27 -04:00
Better support for narrow displays
Former-commit-id: 48d4298368fba5f6f3fb661be8fd56bb71153c51 [formerly 9a770581e3dc797f1432dab58a777be23700b47a] Former-commit-id: ce624c131797bdd1322d9bb865e752b39172d0bb
This commit is contained in:
parent
eecd9881a5
commit
9cb06f0c15
@ -301,8 +301,8 @@ pre {
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
width: 90% !important;
|
||||
margin: 5% !important;
|
||||
width: 94% !important;
|
||||
margin: 3% !important;
|
||||
}
|
||||
|
||||
.modal-content, .modal-content .dark {
|
||||
|
@ -45,22 +45,22 @@
|
||||
<div class="modal-content dark">
|
||||
<div class="modal-body">
|
||||
<button class="close" aria-hidden="true" type="button" data-dismiss="modal">×</button>
|
||||
<h2 style="font-size: 32px">
|
||||
<h2 style="font-size:32px;margin-top:0;">
|
||||
<img alt="Kiwix icon" src="img/icons/kiwix-midnightblue-90.png">
|
||||
Welcome to Kiwix JS for Windows
|
||||
</h2>
|
||||
<div class="update">
|
||||
<h3 style="margin-top:0;">Changes in 0.9.9 (beta)</h3>
|
||||
<ul>
|
||||
<li>Navigation enhancement: "unclicking" the Settings or About tabs returns you to article content</li>
|
||||
<li>Activating UI dark theme now activates article dark theme by default</li>
|
||||
<li>Reduced memory usage for decompressing SVG images (better for devices with 1GB RAM)</li>
|
||||
<li>Improved handling and display of file selectors</li>
|
||||
<li>Loads landing page when an article is not found (instead of throwing a silent error)</li>
|
||||
<li>Improvements in infobox handling / placement</li>
|
||||
<li>Workaround for misplaced hatnotes in the archive</li>
|
||||
<li>Dedicated icon for WikiMed archives</li>
|
||||
<li>Fixed error which caused Settings tab to remain activated after loading article</li>
|
||||
<ul style="padding-left: 15px;">
|
||||
<li>"Unclicking" Settings/About tabs returns you to article content</li>
|
||||
<li>Activating UI dark theme also activates article dark theme</li>
|
||||
<li>Reduced memory usage for SVG images (better for 1GB devices)</li>
|
||||
<li>Improved handling of file selectors</li>
|
||||
<li>Landing page loaded if article not found</li>
|
||||
<li>Improvements in infobox handling</li>
|
||||
<li>Workaround for misplaced hatnotes</li>
|
||||
<li>Dedicated icon for WikiMed</li>
|
||||
<li>Fixed Settings tab remaining activated after article load</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3>Please read this important information!</h3>
|
||||
@ -81,16 +81,16 @@
|
||||
improving the app are very welcome: see About section.
|
||||
</p>
|
||||
<h3>Features in Version 0.9</h3>
|
||||
<ul>
|
||||
<ul style="padding-left:15px;">
|
||||
<li>Compatible with Continuum!</li>
|
||||
<li>Wikivoyage pages (English and German) display map location markers for places that have geo-location. Tap to open the Maps app at location</li>
|
||||
<li>Last-visited page is remembered between sessions. Selectable in the settings</li>
|
||||
<li>Now supports links in Stackexchage ZIMs (equations not yet supported)</li>
|
||||
<li>In-page search / highlighting with Ctrl-F / Alt-F or tap on search button</li>
|
||||
<li>Dark-themed User Interface and dark-themed content - see Config menu</li>
|
||||
<li>Equations are now typeset using MathJax, if the original TeX string is available</li>
|
||||
<li>Transform the layout using the Wikipedia mobile or desktop styles</li>
|
||||
<li>If your device is slow, you can disable the display of images, and extract them one-by-one as needed</li>
|
||||
<li>Wikivoyage pages (English and German) display map location markers: tap to open Maps app</li>
|
||||
<li>Last-visited page remembered between sessions (optional)</li>
|
||||
<li>Supports links in Stackexchage ZIMs</li>
|
||||
<li>In-page search / highlighting (search button/Ctrl-F/Alt-F)</li>
|
||||
<li>Dark-theme for UI and content</li>
|
||||
<li>Equations typeset with MathJax if original TeX string is available</li>
|
||||
<li>Transform layout: Wikipedia mobile or desktop styles</li>
|
||||
<li>Optionally disable images if device is slow</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@ -317,6 +317,9 @@
|
||||
<select id="archiveList" class="form-control" multiple></select><br />
|
||||
</div>
|
||||
</div>
|
||||
<div id="noZIMFound" style="display: none;">
|
||||
<p style="color: red;">There were no ZIM file(s) found in the selected location! Please choose a different folder.</p>
|
||||
</div>
|
||||
<div id="openLocalFiles" style="display: none;">
|
||||
<div id="UWPInstructions" class="row">
|
||||
<p>
|
||||
@ -352,9 +355,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="noZIMFound" style="display: none;">
|
||||
<br /><p style="color: red;">There were no ZIM file(s) found in the selected location! Please choose a different folder.</p>
|
||||
</div>
|
||||
<div id="downloads">
|
||||
<div class="row">
|
||||
<h3>Download links</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user