Skip to content
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

feat: Configurable alternate button color #80

Merged

Conversation

SnazzyPanda
Copy link
Contributor

Added a new configurable color Colour_ButtonAlt, and used that color for the "Enabled" button on the mods table.

Having a different color for the enabled/disabled button state can be useful for quickly determining which mods are and are not enabled at a glance.

I did not put much consideration/thought into the default color that I used (#179642FF). I would recommend taking a look and seeing if you would prefer using a different color as the default.

@CHollingworth
Copy link
Owner

CHollingworth commented Nov 22, 2023

The colour looks good, glad to see it working!
although i will need to update the theme section for the alternates

@CHollingworth CHollingworth merged commit 163338b into CHollingworth:master Nov 22, 2023
2 checks passed
@SnazzyPanda SnazzyPanda deleted the alt-enabled-button-color branch November 22, 2023 22:29
CHollingworth pushed a commit that referenced this pull request Dec 4, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.2.0](v1.1.0...v1.2.0)
(2023-12-04)


### Features

* Add configuration for disabling automatic update check and add a a
button for manual checks
([#82](#82))
([5c17701](5c17701))
* Add mod filename checks to prevent adding duplicate mods
([#86](#86))
([a5dd76f](a5dd76f))
* Added a hint to the search bar.
([a1f4236](a1f4236))
* added tabs to the customise menu, renamed class.
([c78f8a3](c78f8a3))
* Added the ability to drop .pak files directly into lampray.
([bc01e96](bc01e96))
* Configurable alternate button color
([#80](#80))
([163338b](163338b))
* Enable hiding table columns
([#79](#79))
([bc094b8](bc094b8))
* Highlight mods on hover
([#83](#83))
([61c7be6](61c7be6))
* Lampray will now open on the previous game modified instead of BG3.
([8a67d37](8a67d37))


### Bug Fixes

* a crash that can happen when deleting mods
([#85](#85))
([b0f3c22](b0f3c22))
* Add missing return statements in lampConfig init
([#77](#77))
([ce14529](ce14529))
* Cyberpunk will now deploy archive and archivexl files correctly.
([5b49bad](5b49bad))
* Fixed inconsistent colors between init and reset
([#84](#84))
([91fe13c](91fe13c))
* Modified b589dab so the delete button is faded out instead of
replaced.
([65c0c42](65c0c42))
* Rar support dropped.
([f1a09eb](f1a09eb))
* Re-enable deleting mod files with delete button and hide button on
enabled mods ([#81](#81))
([b589dab](b589dab))
* Removed update checks in occordance with
[#78](#78)
([6b5a8f2](6b5a8f2))
* Resolve minor compile warnings
([#90](#90))
([454ec02](454ec02))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants