Skip to content

Commit

Permalink
Revert "Several new features"
Browse files Browse the repository at this point in the history
This reverts commit 7698570.
  • Loading branch information
auralia committed Dec 23, 2017
1 parent 84eb675 commit f2277b9
Show file tree
Hide file tree
Showing 9 changed files with 1,720 additions and 398 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.idea/
lib/
node_modules/
44 changes: 38 additions & 6 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,26 @@
<h3 class="panel-title">Configuration</h3>
</div>
<div class="panel-body">
<div class="form-group" id="localStorageFormGroup">
<label class="control-label">Local storage</label>
<div class="checkbox">
<label>
<input type="checkbox" id="autoLoadSave"
checked="checked">
Automatically load and save configuration
in local storage
<span class="text-muted">(when page is loaded
and unloaded)</span>
</label>
</div>
<button id="loadButton" class="btn btn-default">
Load Configuration
</button>
<button id="saveButton" class="btn btn-default">
Save Configuration
</button>
</div>

<div class="form-group" id="userAgentFormGroup">
<label class="control-label" for="userAgent">User
agent</label>
Expand Down Expand Up @@ -125,7 +145,7 @@ <h3 class="panel-title">Configuration</h3>
<label class="control-label">Logging</label>
<div class="checkbox">
<label>
<input type="checkbox" id="verbose" value="">
<input type="checkbox" id="verbose">
Verbose mode <span class="text-muted">(show
detailed error messages)</span>
</label>
Expand All @@ -145,12 +165,24 @@ <h3 class="panel-title">Log</h3>
</div>
<div class="panel-body">
<p>Please note that you will be required to confirm the
restoration of each nation by clicking the "Confirm
Restore" button below. This is required to satisfy
the 'one click per action' NationStates script rule for
actions that affect parts of NationStates other than
your own nation.</p>
restoration of each nation that needs to be restored
by clicking the "Confirm Restore" button below. This is
required to satisfy the 'one click per action'
NationStates script rule for actions that affect
parts of NationStates other than your own nation.</p>
<div class="checkbox">
<label>
<input type="checkbox" id="scrollToBottom"
checked="checked">
Automatically scroll to bottom
</label>
</div>
<pre class="log" id="log"></pre>
<button id="pauseButton"
class="btn btn-default"
disabled>
Pause
</button>
<button id="cancelButton"
class="btn btn-default"
disabled>
Expand Down
2 changes: 1 addition & 1 deletion build/js/bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit f2277b9

Please sign in to comment.