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:
@ -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" : ""
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user