From 205c8ea9b2c6dfa62bc8b2342d1aa71e2da7d6ac Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 14 Apr 2026 10:42:05 -0500 Subject: fix: remove prototype screens from developer menu - removed prototype screens - limited Recent section to 3 items - added initial support for tips Fixes: https://todo.sr.ht/~ccleberg/hutch/65 --- Hutch/Views/Work/WorkPrototypeView.swift | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Hutch/Views/Work/WorkPrototypeView.swift (limited to 'Hutch/Views/Work') diff --git a/Hutch/Views/Work/WorkPrototypeView.swift b/Hutch/Views/Work/WorkPrototypeView.swift deleted file mode 100644 index fb5c977..0000000 --- a/Hutch/Views/Work/WorkPrototypeView.swift +++ /dev/null @@ -1,7 +0,0 @@ -import SwiftUI - -struct WorkPrototypeView: View { - var body: some View { - WorkView() - } -} -- cgit v1.2.3