* Update bank-tab-names to 2.0
Complete rewrite: Add advanced bank tab customization system!
- Added 6 built-in presets (Ironman, Main, PVP, Skiller, Efficient, Colorful)
- Implemented live preview system with color and icon rendering
- Added custom preset saving and loading functionality
- Created interactive icon grid with 400+ ingame icons!
- Built color palette with 32 preset colors
- Added comprehensive UI panel with tabbed configuration
- Implemented font selection and tab enabling/disabling
- Added social links footer with GitHub support button
- Complete UI overhaul from basic config to full-featured editor
- Updated dependencies and replaced deprecated methods (ComponentID → InterfaceID)
* Update bank-tab-names to 2.0
Complete rewrite: Add advanced bank tab customization system!
- Added 6 built-in presets (Ironman, Main, PVP, Skiller, Efficient, Colorful)
- Implemented live preview system with color and icon rendering
- Added custom preset saving and loading functionality
- Created interactive icon grid with 400+ ingame icons!
- Built color palette with 32 preset colors
- Added comprehensive UI panel with tabbed configuration
- Implemented font selection and tab enabling/disabling
- Added social links footer with GitHub support button
- Complete UI overhaul from basic config to full-featured editor
- Updated dependencies and replaced deprecated methods (ComponentID → InterfaceID)
* Replace Desktop.browse() with LinkBrowser.browse() for URL opening
- Use RuneLite's LinkBrowser utility instead of java.awt.Desktop
- Remove unnecessary Desktop and URI imports
- Simplify openURL method by removing manual error handling
* Update bank-tab-names to 2.0
* Update bank-tab-names