mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
Update index.html
Added some text to help end users. It's a small but significant change to the UI that I think will make a big difference. I have had CyberChef bookmarked for years and *every single time* I go to it I can't remember how it works. I click on Operations and click on this and click on that and for the life of me can't get it going. Many times I left without getting any results. I'm not a luddite, I'm a bit of a power user and even a web developer. IMHO, the small change I've made will help countless users. In fact, if implemented, I suggest you make a note in the website's analytics of the date you added this change; I think you'll see the number of users, and return users, start to go up significantly from that date. P.S. You will probably also have to update the CSS: .title { white-space: nowrap; }
This commit is contained in:
parent
ae1b12c120
commit
c01230ad17
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="workspace-wrapper">
|
<div id="workspace-wrapper">
|
||||||
<div id="operations" class="split split-horizontal no-select">
|
<div id="operations" class="split split-horizontal no-select">
|
||||||
<div class="title no-select">Operations</div>
|
<div class="title no-select">Operations (drag to Recipe)</div>
|
||||||
<input id="search" type="search" class="form-control" placeholder="Search..." autocomplete="off" tabindex="2">
|
<input id="search" type="search" class="form-control" placeholder="Search..." autocomplete="off" tabindex="2">
|
||||||
<ul id="search-results" class="op-list"></ul>
|
<ul id="search-results" class="op-list"></ul>
|
||||||
<div id="categories" class="panel-group no-select"></div>
|
<div id="categories" class="panel-group no-select"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue