hulkrelax / hltb-for-deck

A plugin to show you game lengths according to How Long To Beat
MIT License
48 stars 15 forks source link

Slimmer HLTB info view #13

Closed jpj-git closed 1 year ago

jpj-git commented 1 year ago

Feel free to reject, these are just custom changes I make (directly to the index.js after plugin updates) for a slimmer info view, I primarily do this to make the clean-default pane a bit less intrusive on the game art. Figured I'd fork and pull request in case you were interested in them as well. NOTE: including manually edited index.js (in resource folder) in case I messed up the TSX edits (plugin compiling wasn't working for me today so I couldn't verify). hltb-details hltb-no-details

hulkrelax commented 1 year ago

Sorry I haven't looked at this yet. I'm not ignoring it 😀. I'll look at it possibly tomorrow if not then this weekend.

hulkrelax commented 1 year ago

@jpjordan-git I made some slight tweaks just based on my personal opinion. nothing too major. I also deleted the index.js as that is a compiled file that is generated on build and should not be contribute to git. Anyway. I'm going to merge this change and cut a release later today. I will credit you in the release notes! Thanks for the contribution!

jpj-git commented 1 year ago

I've been busy at work so only just saw this update - cheers! Downloading it to my Deck shortly!

(No worries on deleting the file. I only included that just in case my updates to the actual code was errant since my project setup wouldn't compile this time for some reason and I was too tired to debug it lol.)