gophish / gophish

Open-Source Phishing Toolkit
https://getgophish.com
Other
11.25k stars 2.17k forks source link

Give visual options in settings #619

Open S0larflare opened 7 years ago

S0larflare commented 7 years ago

Perhaps this is just me, but I would quite like to be able to control my experience a bit more when using the UI by selecting or turning off options in the settings menu. The one that speings to mind would be the map in the campaign results page. Personally, all my campaigns are internal so this map (lovely though it is) is essentially just dead space. Considering this is as simple as hiding a div, it's something I could do without much issue, but it got me thinking that more fundementally it would be nice to be able to make some user experience changes like hiding the map or changing the defaul refresh time and things like that.

jordan-wright commented 7 years ago

This is a great idea! I have a long term plan to move the Gophish interface to use the gentelella theme, which I believe has some support for hiding divs. I could just store the preferences in localstorage or something.

otherpirate commented 6 years ago

I think it's done, I'm using gophish from master and this setting already exists.

@jordan-wright could you confirm and close this issue?

S0larflare commented 6 years ago

Yep, the map is now hidden by default and is toggled in the settings page. Is this held in local storage? I might look into doing something similar with the refresh timer.