1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 04:20:07 +02:00

👌 Update various TODO items

This commit is contained in:
2022-04-18 12:00:54 +02:00
parent 66d13c92d5
commit 5048ccab8c
3 changed files with 5 additions and 1 deletions

View File

@ -63,6 +63,8 @@ class AddProxyVC: NSViewController, NSTextFieldDelegate {
}
@IBAction func pressedCreateProxy(_ sender: Any) {
// TODO: Validate the input before allowing proxy creation
let domain = self.inputDomainName.stringValue
let proxyName = self.inputProxySubject.stringValue
let secure = self.buttonSecure.state == .on ? " --secure" : ""

View File

@ -10,6 +10,8 @@ import Cocoa
extension DomainListVC {
// TODO: Add context menu for proxies
internal func reloadContextMenu() {
guard let site = selectedSite else {
tableView.menu = nil

View File

@ -39,7 +39,7 @@ struct PhpFrameworks {
"zendframework/zend-mvc": "Zend",
"typo3/cms-core": "Typo3",
// TODO (5.1): Handle these in v5.1
// TODO (6.0): Handle these in v6.0
// "magento/*": "Magento",
// "concrete5/*": "Concrete5",
// "contao/*": "Contao",