RSNewWebUI/webui-src/app
jolavillette 2c38f04fa1 webui v141: stop the endless getIdDetails retry, and one copy path
fetchIdDetails() restored `undefined` after its five attempts, which is the
very value that makes it fire a request -- and two of its callers sit inside
a view (people_sidebar's filter and map). Every redraw therefore restarted the
whole six request chain, forever, for any identity the core never resolves.
Mark the give-up state with `null` instead, like the loading state: attempted,
not to be asked again.

The copy icon still ran the old inline execCommand path, so copyId() was only
reachable through shareId()'s fallback and its clipboard call could reject with
no feedback at all. The icon now calls copyId(), the Clipboard API failure falls
back to execCommand, and the popup reports a refused copy instead of claiming
success. Same role/tabindex/keyboard treatment as the share icon next to it.
2026-08-16 09:45:02 +02:00
..
boards Added to show avatars for comments 2026-08-14 11:12:20 +02:00
channels webui: declare the phone breakpoints in a single place 2026-08-15 14:50:29 +02:00
chat Fixed issue on phone to view parcipants list 2026-08-15 22:59:21 +02:00
config Merge master into improvements_v2 2026-08-08 17:10:48 +02:00
files Fixed config pages get compatible for phone 2026-08-01 00:47:11 +02:00
forums forums: measure the composer limit in bytes, and build the body once 2026-08-13 13:50:09 +02:00
mail webui v140: adapt the inside of the pages to a phone 2026-08-15 15:44:43 +02:00
network Fixes Ui issues 2026-08-15 22:43:19 +02:00
people webui v141: stop the endless getIdDetails retry, and one copy path 2026-08-16 09:45:02 +02:00
scss Fixed issue on phone to view parcipants list 2026-08-15 22:59:21 +02:00
home.js webui v141: stop the endless getIdDetails retry, and one copy path 2026-08-16 09:45:02 +02:00
jdenticon.js build: modernize WebUI build and lint tooling 2026-08-02 20:46:00 +05:30
login.js login: honour the ?Url= parameter again 2026-08-13 13:51:46 +02:00
main.js webui v141: stop the endless getIdDetails retry, and one copy path 2026-08-16 09:45:02 +02:00
mithril.js Merge master into improvements_v2 2026-08-08 17:10:48 +02:00
rswebui.js one cleanRetroshareId, in rswebui 2026-08-14 13:38:52 +02:00
statusbar.js improvements for mobile phone 2026-08-14 18:48:52 +02:00
widgets.js fixed popup window for phone 2026-08-15 16:37:58 +02:00