stoneharry / WoW-Spell-Editor

A Spell Editor for WoW versions WOTLK 3.3.5, TBC 2.4.3, or Vanilla 1.12.1.
252 stars 115 forks source link

Clarity on wait for export 'loading' tables #200

Closed shardic-er closed 1 year ago

shardic-er commented 1 year ago

The 'loading...' text next to dbc's in the export interface lacks visual clarity that all the selectable checkboxes are not 'ready' yet.

Making the 'loading' text red, (i.e. Export\Spell.dbc) or adding some other visual indicator near 'Export Checked To MPQ' that not all selctable tables are ready would add clarity and prevent premptive exports.

Additionally, a 'select all' button would be nice to select all available checks from the same interface.

One more minor thing: It might also be a slight bit of QOL to be able to configure a directory for .MPQ's and .DBC's files that get exported to automatically get placed in, as an alternative to the 'exports' folder of the application, so that exported changes can be applied direclty to the game with less time copying files. Something like a filepath config for 'Client\DATA' and "bin\dbc"

stoneharry commented 1 year ago

Should be improved a lot under #208 but won't fix everything.

stoneharry commented 1 year ago

v2.1.2 now has this feature. 😄

https://github.com/stoneharry/WoW-Spell-Editor/releases

stoneharry commented 1 year ago

I would recommend creating a symlink to automatically have the files in the required directories instead of the program needing that functionality. Going to close this as done.