Extract the Server tab into gui/servers.py #127
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The server screen as one gui module (#83): filter combos, search line, favourite toggle, the server list and its rows, hop display, and the modify/delete/add buttons.
Moves out of AqomuiGui:
add_server_widget, theset_flagpixmap cache, row hiding for filter results,search_listitemmodify_server/apply_edit/del_single_server(data side: #125)set_hop,show_hop_widget,delete_hop)ModifyServer,favouriteButton,HopWidgetfrom widgets.pyInterface: renders the catalog model (#125); emits connect(server) and set_hop(server) to the composer.
Tangles: wants #125 first.
ServerWidgetstays shared — the bypass tab reuses it as a generic row for its app/net lists. #70 (collapse status+server) is the likely ride-along work, and #88 hangs over the hop wiring.