mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-10 05:38:32 -06:00
dbhub: Add link to webUI page of currently opened database
Add a toolbar to the Current Database tab of the Remote dock with one button for now. This button opens the web page of the currently opened database in the browser. Also reduce the margins in the Remote dock a bit.
This commit is contained in:
@@ -155,7 +155,7 @@ signals:
|
||||
void gotBranchList(std::vector<std::string> branches, std::string default_branch);
|
||||
void gotMetadata(std::vector<RemoteMetadataBranchInfo> branches, std::string commits,
|
||||
std::vector<RemoteMetadataReleaseInfo> releases, std::vector<RemoteMetadataReleaseInfo> tags,
|
||||
std::string default_branch);
|
||||
std::string default_branch, std::string web_page);
|
||||
|
||||
// The uploadFinished() signal is emitted when a push() call is finished, i.e. a database upload has completed.
|
||||
void uploadFinished(std::string url);
|
||||
|
||||
Reference in New Issue
Block a user