Flipping-Utilities / rl-plugin

BSD 2-Clause "Simplified" License
23 stars 13 forks source link

login modal, slot job, ui refactoring #1

Closed zumaad closed 2 years ago

zumaad commented 3 years ago

login modal:

Screen Shot 2021-08-31 at 7 43 02 PM

new flipping panel ui:

Screen Shot 2021-08-31 at 7 44 12 PM

new stats panel ui:

Screen Shot 2021-08-31 at 7 46 10 PM
AntonyGarand commented 3 years ago

Did you remove the dual-colored background on stats? I liked it, makes it easier to read imo image

AntonyGarand commented 3 years ago

Can we make the API url dynamic in a clean fashion? Something that lets us easily swap it in dev and prod without manually modifying it, perhaps a json file or env variable to overwrite with a fallback to a common one.

zumaad commented 3 years ago

I can make it pull from an env variable set from an env file in the repo, but you'd have remember to source that env file before running the plugin.

EDIT: just realized you can add env variables to run configurations in Intellij, so when you first run the plugin you can create a run configuration with the env variables you desire and you won't have to repeatedly deal with env variables every time you run the plugin.