summaryrefslogtreecommitdiff
path: root/plugins/warp/ui/containers.h
AgeCommit message (Collapse)Author
2026-03-24[WARP] Improved UX and APIMason Reed
- Exposes WARP type objects directly - Adds processor API (for generating warp files directly) - Adds file and chunk API - Misc cleanup - Simplified the amount of commands - Replaced the "Create" commands with a purpose built processor dialog - Added a native QT viewer for WARP files - Simplified committing to a remote with a purpose built commit dialog
2025-11-16[WARP] Fix container list not refreshing for dynamically added containersMason Reed
When running the command "WARP\\Load File" it will create a new container and add it to the global container list, we need to show this in the UI
2025-10-07[WARP] Format UI pluginMason Reed
2025-10-01[WARP] Enhanced network supportMason Reed