You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gchq#181] adjust #controls panel template and css so it will automatically scale based on #controls height, which makes adjustWidth() redundant. Controls is now 50px height on mobile ( 70 was just a lot of wasted space that can be better spend )
Copy file name to clipboardExpand all lines: src/web/TODO.md
+3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@
8
8
- maybe a bit annoying that the fav cat opens whenever you add a new fav via icon-fav-click on mobile
9
9
- backspace on fs view should close max view. Keep making the same mistake and navigating away when for instance recipe is expanded and double click the window to fs > resolve. Reset layout
10
10
11
+
### Desktop
12
+
- fixed status panel ( rhs ) overlays recipe column if split all the way to the right
13
+
11
14
### JS:
12
15
-`core/Recipe.mjs`, `core/lib/Magic.js` return imports to original
Copy file name to clipboardExpand all lines: src/web/html/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@
251
251
</div>
252
252
<divclass="col-6">
253
253
<buttontype="button" class="btn btn-success btn-raised btn-block" id="bake" data-help-title="Baking" data-help="<p>Baking causes CyberChef to run the Recipe against your data. This involves three steps:</p><ol><li>The data in the Input is encoded into bytes using the character encoding selected in the Input status bar.</li><li>The data is run through each of the operations in the Recipe in turn with the output of one operation being fed into the next operation as its input.</li><li>The outcome of the final operation in the Recipe is decoded into Output text using the character encoding selected in the Output status bar.</li></ol><p>If there are multiple Inputs, the Bake button causes every Input to be baked simultaneously.</p>">
0 commit comments