ux: admin/fs: for folders, better 'see' description, and also moved after 'list', to hopefully lessen confusion

Massimo Melina committed Jul 7, 2024 at 01:15 UTC 97eca25b209260fc6580daa62242c1e619da18b3
1 file changed +2 -2
admin/src/FileForm.ts
+2 -2
@@ -153,11 +153,11 @@ export default function FileForm({ file, addToBar, statusApi, accounts, saved }:
153 },
154 { k: 'id', comp: LinkField, statusApi, xs: 12 },
155 perm('can_read', "Who can see but not download will be asked to login"),
156 - perm('can_see', ["Control what appears in the list.", wikiLink('Permissions', " More help.")]),
156 perm('can_archive', "Should this be included when user downloads as ZIP", { lg: isDir ? 6 : 12 }),
158 - perm('can_delete', [needSourceWarning, "Those who can delete can also rename and cut/move"]),
157 perm('can_list', "Permission to requests the list of a folder. The list will include only things you can see.", { contentText: "subfolders" }),
158 + perm('can_delete', [needSourceWarning, "Those who can delete can also rename and cut/move"]),
159 perm('can_upload', needSourceWarning, { contentText: "subfolders" }),
160 + perm('can_see', ["See this item in the list. ", wikiLink('Permissions', "More help.")]),
161 isLink && {
162 k: 'target',
163 comp: BoolField,