UI for pasting auth token from GP Cloud#2810
Conversation
PR Review: UI for pasting auth token from GP Cloud
Overall this is a nice simplification — dropping 🐞 Correctness1. val params = rawInput.split("&").associate {
val parts = it.split("=", limit = 2)
val key = URLDecoder.decode(parts[0], Charsets.UTF_8.name())
key to (parts.getOrNull(1)?.let { v -> URLDecoder.decode(v, Charsets.UTF_8.name()) } ?: "")
}2. Manual paste path skips 3. Pasting a bare token value silently produces 🎨 UX4. 🧹 Cleanups
✅ Looks good
View job run · branch |
|
Claude finished @dbarashev's task in 2m 4s —— View job PR Review: UI for pasting auth token from GP Cloud (re-review)
Thanks for the updates — the previous round of feedback was largely addressed. This is now a clean refactor. ✅ Resolved since last review
The 🎨 UX — one carried-over item
🧹 Minor cleanups
💡 Nit (optional)
Nothing blocking here — the remaining items are cosmetic apart from the |
No description provided.