Skip to content

Commit

Permalink
minor improvements to display, help button
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaroop Guggilam committed Aug 7, 2022
1 parent 7b4e2d2 commit 0e6a467
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## History
* 2022/08/07 ver 3.0.1
* Fixed cpu usage issue with gif library.
* Added Citation reference to readme.
* Improvement to sudoku mode to accept QWERTZ keybaord layout for shortcuts.
* Improvement to cleaning of edge marks in sudoku mode, only when both cells are filled.
* Improvement to help display button.
* 2022/07/01 ver 2.26.21
* Handle long url directly using hash.
* Fixed some bugs.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ Wall Logic :x: ;
### Settings
* This function is to provide Penpa-site general settings like theme, custom color etc.
* Display Theme: It currently offers only two options (light and dark).
* Responsive Mode: It currently offers two options (buttons to left side and buttons to right side).
* Display Layout: It currently offers two options (buttons to left side and buttons to right side).
* Custom Colors: To enable custom colors in certain modes.
* Sudoku PencilMarks: User preference for "Center" pencil mark size in "Sudoku" mode.
* Dynamic - Upto 5 digits its larger size and then it becomes small.
Expand All @@ -650,8 +650,8 @@ Wall Logic :x: ;
* Timer: User can prefer to hide the entire timer area by selecting "hide" option.
* Conflict Detection: It is upcoming feature. Some of the puzzle genres have smart checking ability. Default is ON. User can turn it OFF for the ongoing puzzle or for all the future puzzles.
* Save Settings: Selecting yes, will save the following items in the browser cookies:
* Theme
* Responsive Mode
* Display Theme
* Display Layout
* Tab settings
* Reload button status
* Gridtype
Expand Down
16 changes: 7 additions & 9 deletions docs/css/base-structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -1310,18 +1310,16 @@ sup {
#page_help {
position: relative;
top: -1px;
background: url(images/help_icon.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
background-color: var(--blueLightVery);
vertical-align: middle;
width: 1.2em;
height: 1.2em;
margin: 0;
padding: 0;
aspect-ratio: 1;
font-weight: bold;
font-size: 0.7em;
margin: 0px;
padding: 2px;
border: none;
border-radius: 50%;
cursor: pointer;
text-decoration: underline;
}

/* todo -- tie to selected theme */
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<body>
<header id="header">
<span id="title">Setter Mode</span>
<span id="version-info">Penpa+ v<span id="version-number"></span> &copy; 2020-2022 <button id="page_help"></button></span>
<span id="version-info">Penpa+ v<span id="version-number"></span> &copy; 2020-2022 <button id="page_help">Help</button></span>
</header>
<div id="app-container">
<div id="tool-container">
Expand Down Expand Up @@ -1330,7 +1330,7 @@ <h3 class="modal-header" id="save7texttitle">General Settings</h3>
</tr>
<tr>
<td>
<label>Layouts:</label>
<label>Display Layout:</label>
</td>
<td>
<select name="responsive_settings" id="responsive_settings_opt">
Expand Down

0 comments on commit 0e6a467

Please sign in to comment.