Commit Graph
4 Commits
Author SHA1 Message Date
trimbe d8df5920ba banktags: Add tag tab drag blocking 2020-07-21 16:11:30 -07:00
trimbe e8d4ff38cb banktags: Remove tab separators from tag tabs 2020-07-20 23:43:45 -07:00
trimbe f7532b2e9c bank tags: clear remembered search when the active tag tab is clicked
This fixes an issue where the tab would reactivate if you clicked the active tab while the withdraw-x dialog was open. This was caused by the handling for withdraw-x, which activates the tab again a tick after the withdraw-x dialog is closed.
2020-05-22 11:24:16 +02:00
trimbe 22cee79ab9 bank plugin: improve responsiveness of bank searches
The client will normally layout the bank during a search only once every 40 client ticks, causing slow response times after the search input is updated. Instead, hook the search refresh script that is called every client tick, and if the bank hasn't been laid out on the current tick, and the search input has changed, lay it out early.
2020-04-10 10:53:14 -04:00