From 435ca08f2614db59d113b3e56806382aa5582036 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Mon, 8 Apr 2024 15:36:21 -0400 Subject: [PATCH] Remove URL prefix dropdown from new browser profile screen (#1660) Switch to a text field and prepend `https://` as prefix if no valid prefix is provided in the provided URL. --- .../new-browser-profile-dialog.ts | 25 ++++++------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/frontend/src/features/browser-profiles/new-browser-profile-dialog.ts b/frontend/src/features/browser-profiles/new-browser-profile-dialog.ts index e0f4a4c9..0aed0576 100644 --- a/frontend/src/features/browser-profiles/new-browser-profile-dialog.ts +++ b/frontend/src/features/browser-profiles/new-browser-profile-dialog.ts @@ -47,7 +47,7 @@ export class NewBrowserProfileDialog extends LiteElement { @reset=${this.onReset} @submit=${this.onSubmit} > -
+