summaryrefslogtreecommitdiff
path: root/Hutch.xcodeproj
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-13 18:02:58 -0500
committerChristian Cleberg <[email protected]>2026-04-13 18:02:58 -0500
commit02a44d115b3784231cad640e992d9c18a7f67b40 (patch)
tree2a0c4498288889bb4dbf3de9c43a7aa1434f1459 /Hutch.xcodeproj
parentb423f8a1cf3141d0b15ee899c1c5fe535ff982e9 (diff)
downloadhutch-02a44d115b3784231cad640e992d9c18a7f67b40.tar.gz
hutch-02a44d115b3784231cad640e992d9c18a7f67b40.tar.bz2
hutch-02a44d115b3784231cad640e992d9c18a7f67b40.zip
feat: redesign paste detail view as full-screen file viewer
Replaces the list-based layout with a full-screen viewer that matches the repository file tree pattern. File contents are now the primary focus using CodeFileTextView (line numbers, wrap toggle). A compact sticky header shows the filename, visibility badge, owner, date, and abbreviated hash. Paste metadata moves to a Details sheet accessible via the bottom toolbar. Duplicate share buttons are consolidated: link sharing lives in the ยทยทยท menu and content sharing is in the toolbar. Fixes: https://todo.sr.ht/~ccleberg/hutch/13
Diffstat (limited to 'Hutch.xcodeproj')
-rw-r--r--Hutch.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Hutch.xcodeproj/project.pbxproj b/Hutch.xcodeproj/project.pbxproj
index d3d664e..dda781d 100644
--- a/Hutch.xcodeproj/project.pbxproj
+++ b/Hutch.xcodeproj/project.pbxproj
@@ -632,7 +632,7 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_ENTITLEMENTS = HutchWidgetExtension/HutchWidgetExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 66;
+ CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = ZCNAX3VL9D;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = HutchWidgetExtension/Info.plist;
@@ -661,7 +661,7 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_ENTITLEMENTS = HutchWidgetExtension/HutchWidgetExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 66;
+ CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = ZCNAX3VL9D;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = HutchWidgetExtension/Info.plist;