Tomm0017 / rsmod

New repository: https://github.com/rsmod/rsmod
https://github.com/rsmod/rsmod
Apache License 2.0
125 stars 101 forks source link

Bank tabs with proper insertion #172

Closed bmyte closed 3 years ago

bmyte commented 5 years ago

What has been done?

Implemented the tab functionality of the [Bank] interface to include the tabs list at the top, as well as the empty space components of each tab's last row. Additionally, modifications to the insertion mode were made to account for tab of the already implemented

Proposed Changes

bmyte commented 5 years ago

Added support for depositing and withdrawing from tabs in commit 4dfd69f

bmyte commented 5 years ago

Added swapping and inserting tab order in commit e4ad064

wmcgough commented 5 years ago

This is a good base, but has tons of bugs. Also cannot collapse tabs. Thanks for saving me some time though!

BenDol commented 4 years ago

@wmcgough will you submit the bug fixes?