Commit Graph

419 Commits

Author SHA1 Message Date
Olivier Gagnon b8750d1058 Make a new InputComponent that can be re-used everywhere to make all text accept the same kind of input 2022-05-27 20:41:14 -04:00
Olivier Gagnon ca2e22506b more lint 2022-05-25 15:40:57 -04:00
nickofolas 012edd3b2a Fix log box wrap 2022-05-22 11:54:05 -05:00
Undeemiss d52e1f44b4 Removed my stupid comment lol (sorry!) 2022-05-17 15:26:26 -05:00
Undeemiss c01cf85d27 Formatted and linted 2022-05-17 15:25:27 -05:00
Undeemiss 8903cd2a8b Removed closePid(fn, host, ...args) and fixed closePid(pid) 2022-05-17 15:19:35 -05:00
Undeemiss e17fe6f618 closeTail(fn, host, ...args) can now close dead script tails
closeTail(pid) still cannot
2022-05-17 14:46:30 -05:00
Undeemiss 2b9d408b55 First attempt at an implementation; requires script be running 2022-05-17 13:45:30 -05:00
Undeemiss 5526355a43 Set up the skeleton of an ns.closeTail function 2022-05-16 19:15:38 -05:00
hydroflame a8a302fc0a Merge pull request #3641 from nickofolas/fix/log-box-ellipsis
UI: Minor improvements to log boxes
2022-05-13 11:06:05 -04:00
nickofolas dd949697df Fix handle position 2022-05-09 19:26:20 -05:00
nickofolas d4e97d786c Various log box improvements 2022-05-09 18:15:23 -05:00
nickofolas bc9bce0d2c Tweaks to classes 2022-05-09 17:50:45 -05:00
nickofolas 3e9bcea9e4 Fix modal z-index 2022-05-06 11:35:23 -05:00
nickofolas 4a8e99b170 Refactor WorkType to an enum 2022-05-04 13:42:48 -05:00
nickofolas bcb6176952 Merge branch 'dev' into improvement/work-in-progress-ui 2022-05-04 12:28:33 -05:00
nickofolas 4c15b77d21 Update StatsRow 2022-05-02 17:05:25 -05:00
nickofolas 05078ffb08 Move ProgressBar component 2022-05-02 15:36:21 -05:00
Olivier Gagnon f10de908d4 Make tutorial explain ns1 vs ns2 better 2022-04-29 17:54:59 -04:00
Snarling bb5cc82226 Update LogBoxManager.tsx 2022-04-24 04:49:31 -04:00
Snarling 4e64d6df5b Add minimum constraints for tail resize 2022-04-23 19:51:39 -04:00
Snarling f05df0659d Improve tail window buttons 2022-04-23 16:48:48 -04:00
hydroflame 40febcf22e Merge pull request #3488 from Snarling/touchScreenTailFix
UI: FIX #3341 Enable touch-clicks in react-draggable
2022-04-18 20:52:09 -04:00
Snarling 5c53b39edc Try to fix formatting? 2022-04-17 17:40:37 -04:00
Snarling 2e7b7c9d86 Enable touch-clicks in react-draggable
Add onTouchEnd events for click functions inside react-draggable. Necessary because react-draggable prevents default click behavior.
2022-04-17 15:57:35 -04:00
nickofolas 9db90709fd Bulk of design overhaul 2022-04-17 12:51:14 -05:00
Heinous Tugboat 492c7012ea Renames SnackbarVariant to ToastVariant, adds enum to ns 2022-04-13 01:54:13 -04:00
hydroflame eee8d3e283 Merge pull request #3381 from HeinousTugboat/htugboat/toast-enum
Adds SnackbarVariant enum
2022-04-13 00:34:09 -04:00
Olivier Gagnon 52e01fc026 fix a few things about getRecentScritps 2022-04-12 14:45:48 -04:00
hydroflame 68abd27d2c Merge branch 'dev' into add-ns-getRecentScripts 2022-04-12 14:21:18 -04:00
nickofolas 4a0998c568 Fix DOM parse warnings 2022-04-09 09:06:32 -05:00
Heinous Tugboat 5b96cedd0c Adds SnackbarVariant enum 2022-04-08 23:46:19 -04:00
nickofolas ed8e1537d6 Initial overhaul work 2022-04-07 11:31:06 -05:00
Olivier Gagnon 48f80f25d6 fmt and lint 2022-04-06 19:30:08 -04:00
BB c7a95ccb2d Fixed eslint warning for unused vars 2022-04-02 13:11:55 +02:00
Olivier Gagnon 1789e1b745 allbuild commit /usr/bin/git 2022-03-29 17:19:14 -04:00
Olivier Gagnon 680081c548 post-grafting changes 2022-03-29 14:09:17 -04:00
hydroflame fb1bce579f Merge pull request #3170 from nickofolas/feature/grafting
[Feature] Grafting
2022-03-29 13:25:41 -04:00
Martin Fournier 2262d6d8dd Add a warning triggered while auto-saves are off
The check auto-save engine loop will show a warning toast if the auto-saves are disabled (at 0s) and not suppressed. This warning includes a button to re-enable them.

Adds a user setting to suppress those warnings.
Adds information to save button tooltip.
2022-03-25 09:18:35 -04:00
nickofolas 5416038fd7 Merge branch 'dev' of github.com:danielyxie/bitburner into feature/grafting 2022-03-23 11:10:18 -05:00
nickofolas 3df3e04f9c Formulas 2022-03-22 17:53:57 -05:00
hydroflame 1c801c5651 Merge pull request #3217 from phyzical/bugfix/dom-nesting-error-with-ul
fix for dom nesting with elements like ul
2022-03-22 10:46:35 -04:00
nickofolas dfca624e35 Merge branch 'dev' of github.com:danielyxie/bitburner into feature/grafting 2022-03-21 11:08:48 -05:00
phyzical 54e8f701a1 change to 100 ms 2022-03-21 20:02:59 +08:00
phyzical 7271f37ec5 added logic to pick up log when its closed via event emotter 2022-03-21 19:56:54 +08:00
phyzical 14b4b08294 fix for dom nesting with elements like ul 2022-03-21 19:17:12 +08:00
Olivier Gagnon 699ae2e967 with SLEEVE_8, fix workForFaction 2022-03-20 23:27:53 -04:00
Olivier Gagnon 10f7d0ebbc fix react error 2022-03-20 21:26:10 -04:00
hydroflame 9922ffb3c2 Merge branch 'dev' into issues/2308 2022-03-20 14:22:32 -04:00
nickofolas d2dd88c5ca Polish some UI 2022-03-19 11:04:15 -05:00