-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement: Slight Touch up for Hoppity Event Summary #2638
Improvement: Slight Touch up for Hoppity Event Summary #2638
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
on another note the formatting in this should probably switch over to our Text thing as that has methods to center text and create the ----- dividers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Text.createDivider()
I can't without refactoring the method. It only supports color or bold, and not both. Also, not sure why we'd change that here rather than a month ago when this was first put into beta. |
* Version 0.27 Beta 13 * Feature: West Village/Dreadfarm/Living Cave features (hannibal002#2616) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> * Fix: Jasper Gemstones not in Powder Mining Filter (hannibal002#2618) * changed todo * added parameter `/shcopylocation pathfind` * Fix a massive bug (hannibal002#2626) * Fix: Typos in readme (hannibal002#2629) * Fix: Custom Scoreboard Carnival (hannibal002#2631) * formatting * Fix: Add more Pablo patterns (hannibal002#2636) * Fix: Minister in Calendar Color Reset (hannibal002#2632) * Fix: Strays Wrongly Counting as Unique (hannibal002#2627) * Fix: Item trackers saying removed item name from item name (hannibal002#2620) * fix time format showing empty string for sub 1s * fixed composter data collection * Improvement: Add ignored crops for lane features (hannibal002#2622) * Improvement: Change "efficient miner" to "spread" in mineshaft pity breakdown (hannibal002#2633) * Backend: Rename keystore file to specify it is for skyhanni (hannibal002#2619) * Fix: Superpair Data (hannibal002#2566) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Improvement: Added cooldown to Carnival NPC click (hannibal002#2628) * Automatically stating pathfind after clicking the hypixel reminder ch… (hannibal002#2635) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> * Improvement: Pathfind Rendering (hannibal002#2634) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> * Backend: Alert Clock Offsets (hannibal002#2623) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: CalMWolfs <cwolfson58@gmail.com> * fixed typo in broodmother message * fixed errors when path is zero * Version 0.27 Beta 14 * Improvement: Slight Touch up for Hoppity Event Summary (hannibal002#2638) * code cleanup * Fix: Highlight in Bazaar (hannibal002#2640) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> * Fix: Flare expire warning (hannibal002#2643) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> * Fix: Ender node tracker (hannibal002#2644) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> * Fix: Powder Tracker not tracking items (hannibal002#2645) * Fix: Preconditions to debug commands (hannibal002#2641) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: CalMWolfs <cwolfson58@gmail.com> * Fix: Dummies and Damage Indicator (hannibal002#2646) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> * fixed wrong feature toggle * Improvement: Superpair Experimentation data always visible (hannibal002#2647) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: CalMWolfs <cwolfson58@gmail.com> * Backend: Detekt Fixes Part 5 (hannibal002#2617) --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: MTOnline69 <97001154+MTOnline69@users.noreply.github.com> Co-authored-by: David Cole <40234707+DavidArthurCole@users.noreply.github.com> Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Co-authored-by: Luna <me@lunya.dev> Co-authored-by: martimavocado <39881008+martimavocado@users.noreply.github.com> Co-authored-by: ILike2WatchMemes <ilike2watchmemes@gmail.com> Co-authored-by: minhperry <46137516+minhperry@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com> Co-authored-by: CalMWolfs <cwolfson58@gmail.com> Co-authored-by: HiZe <super@hize.be> Co-authored-by: ItsEmpa <itsempa@users.noreply.github.com>
What
Fixed a formatting issue, and finally fixed the problem with the empty lines causing unnecessary spacing in the stats card.
Changelog Improvements