Commit Graph

589 Commits

Author SHA1 Message Date
nickofolas f45200b25e Implement ClassType and FactionWorkType enums 2022-05-04 14:18:12 -05:00
nickofolas 4a8e99b170 Refactor WorkType to an enum 2022-05-04 13:42:48 -05:00
nickofolas cc5e89208e Convert WIP root to use switch statement 2022-05-04 12:44:48 -05:00
nickofolas bcb6176952 Merge branch 'dev' into improvement/work-in-progress-ui 2022-05-04 12:28:33 -05:00
nickofolas b8cb5f0991 Remove elapsed from crime WIP 2022-05-03 15:27:41 -05:00
nickofolas e8a08424af Fix typo 2022-05-02 17:57:50 -05:00
nickofolas 73d08973f9 Render faction money gain conditionally 2022-05-02 17:56:02 -05:00
nickofolas e859759ebd First pass on work in progress root 2022-05-02 17:31:40 -05:00
nickofolas 4c15b77d21 Update StatsRow 2022-05-02 17:05:25 -05:00
nickofolas 35fa6dcca1 Basic WorkInfo implementation 2022-05-02 16:34:17 -05:00
nickofolas 05078ffb08 Move ProgressBar component 2022-05-02 15:36:21 -05:00
hydroflame 0b74e2c65f Update src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx
Co-authored-by: nickofolas <60761231+nickofolas@users.noreply.github.com>
2022-04-29 18:26:58 -04: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
JP Sugarbroad d5be70e886 update @types/numeral and fix type errors 2022-04-19 17:07:51 -07:00
nickofolas 75ce3f2346 Use same BN level logic as save name generator 2022-04-19 09:57:26 -05: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
Olivier Gagnon 62d15ff3a1 rm SourceFileFlags 2022-04-14 01:22:50 -04: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
hydroflame 243cdceb8c Merge pull request #3390 from nickofolas/improvement/stats-augs-ui
[Improvement] Overhaul Stats and Augmentations UI
2022-04-12 13:43:09 -04:00
hydroflame 3f4d00a8c2 Merge pull request #3350 from phyzical/bugfix/3348
Fix for install augmentation stale objects bug
2022-04-11 20:05:46 -04:00
hydroflame 1b87628a4d Merge pull request #3387 from nickofolas/improvement/grafting-tweaks
[Improvement] Small grafting tweaks based around Congruity aug, plus some general grafting fixes
2022-04-11 13:22:34 -04:00
nickofolas 8da51b7e0a Replace references to crafting with grafting 2022-04-11 11:07:15 -05:00
phyzical 909e5e964f add call to missing stock market init when using the api 2022-04-10 18:19:45 +08: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 f40af55f46 Change money stat color 2022-04-08 16:10:35 -05:00
nickofolas fbf9bc521f Merge branch 'dev' of github.com:danielyxie/bitburner into improvement/stats-augs-ui 2022-04-07 23:55:46 -05:00
nickofolas e7ad5c5f9e Remove unnecessary code 2022-04-07 23:33:47 -05:00
Olivier Gagnon a2dddb0e5a Fix soft reset not installing augs anymore 2022-04-08 00:28:37 -04:00
nickofolas 3d296e2bf0 Consistently respect SF5 BN mult unlock 2022-04-07 23:19:05 -05:00
nickofolas 9dea381536 Fix SF levels and tweak spacing 2022-04-07 20:44:29 -05:00
nickofolas 960dc354c1 Further tweaks/fixes 2022-04-07 19:06:42 -05:00
nickofolas d728648bfa Stats tweaks 2022-04-07 18:32:11 -05:00
nickofolas a9a31662ce Tweak style for stats page 2022-04-07 13:17:27 -05:00
nickofolas 3651a8d379 Add employers modal to stats page 2022-04-07 11:50:23 -05:00
nickofolas ed8e1537d6 Initial overhaul work 2022-04-07 11:31:06 -05:00
phyzical a4e1b73b19 Merge branch 'dev' into bugfix/3348
# Conflicts:
#	src/Faction/FactionInfo.tsx
#	src/NetscriptFunctions/Singularity.ts
2022-04-07 16:17:28 +08:00
Olivier Gagnon 48f80f25d6 fmt and lint 2022-04-06 19:30:08 -04:00
hydroflame d683fa5eda Merge pull request #3337 from phyzical/feature/3332
added apr1 terminal command
2022-04-05 20:02:26 -04:00
phyzical dfe9e98c77 move route to terminal to the inside of the common fucntion
* tested without bandaid still works correctly
* fix default script with installAugmentations
2022-04-04 18:29:43 +08:00
phyzical 61fc815a6b added apr1 terminal command
* just opens the rickroll modal
2022-04-02 20:08:57 +08:00