sylvanaar / prat-3-0

Prat-3.0 is a chat enhancement addon for world of warcraft
https://www.curseforge.com/wow/addons/prat-3-0
GNU General Public License v3.0
25 stars 45 forks source link

Support activity specific chat layouts. (Combat, City, Instance/Raid) #99

Closed sylvanaar closed 4 years ago

sylvanaar commented 4 years ago

Now that we are managing the chatframe positions with the memory module,. we have the ability to allow the user to create multiple saves and choose among them.

We need to enhance memory to support saving only the frame layout to an arbitrary table that we pass in. i.e.

function memory:SaveFrameLayout(db) end

function memory:LoadFrameLayout(db) end

So - the first thing we can do is allow the user to save & load named layouts with a command.

Building on that we need some sort of solution for triggers - maybe people can use WA for that and just run the prat command from their WA - not sure

github-actions[bot] commented 4 years ago

This issue was flagged as stale