docs: capture todo - Keep FIPS/Tor pills on cloud files and show them on mobile

This commit is contained in:
archipelago 2026-07-30 18:20:42 -04:00
parent 71b2703213
commit 76b0cd8844
2 changed files with 20 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Decisions are logged in PROJECT.md (10 locked ADRs in the `<decisions>` block +
### Pending Todos
None yet.
- [blocker/ui] Keep FIPS/Tor pills on cloud files and show them on mobile (`.planning/todos/pending/2026-07-30-keep-fips-tor-pills-on-cloud-files-and-show-them-on-mobile.md`)
### Blockers/Concerns

View File

@ -0,0 +1,19 @@
---
created: 2026-07-30T22:19:31.770Z
title: Keep FIPS/Tor pills on cloud files and show them on mobile
area: ui
severity: blocker
files:
- neode-ui/src/views/Cloud.vue
- neode-ui/src/views/CloudFolder.vue
---
## Problem
Dorian loves the FIPS/Tor pills shown on cloud files ("really helpful") — they must be kept and never removed in any future cleanup or refactor. However, they do not (or may not) display on mobile widths, where they are hidden or cramped. Dorian rated mobile visibility a blocker: on mobile, users genuinely can't see the security/transport state of their files.
Context: captured 2026-07-30 during phase 02 (ui-performance) execution. The pills live in the Cloud file listing UI (Cloud.vue / CloudFolder.vue area — verify exact component when picking this up).
## Solution
Ensure the FIPS/Tor pills render at mobile breakpoints in the cloud file views — likely responsive-layout work (wrap/stack/compact-pill variant) rather than new functionality. Must follow the standing rule: no changes to existing desktop visuals/animations — mobile-only additions. TBD exact approach after inspecting the component at mobile widths.