Skip to content

Conversation

@CDRussell
Copy link
Member

@CDRussell CDRussell commented Nov 14, 2025

Task/Issue URL: https://app.asana.com/1/137249556945/project/1208273769335188/task/1211950205463651?focus=true

Description

Moves the strings used in the "bookmark added" dialog to the correct module (app). Before, the strings lived inside the saved-sites-impl module but the app was reaching into that impl module for its strings.

Steps to test this PR

  • qa optional

Copy link
Member Author

CDRussell commented Nov 14, 2025

@CDRussell CDRussell force-pushed the feature/craig/make_bookmark_added_dialog_less_generic_v3_l10n branch 2 times, most recently from 950626b to cab4cde Compare November 18, 2025 09:52
@CDRussell CDRussell force-pushed the feature/craig/make_bookmark_added_dialog_less_generic branch from ca118be to 4ab4dbf Compare November 18, 2025 09:52
@CDRussell CDRussell marked this pull request as ready for review November 18, 2025 10:27
@CDRussell CDRussell requested a review from malmstein as a code owner November 18, 2025 10:27
@CDRussell CDRussell force-pushed the feature/craig/make_bookmark_added_dialog_less_generic branch from 4ab4dbf to 9158c48 Compare November 18, 2025 12:04
@CDRussell CDRussell force-pushed the feature/craig/make_bookmark_added_dialog_less_generic_v3_l10n branch from cab4cde to 3ec24eb Compare November 18, 2025 12:04
@CDRussell CDRussell force-pushed the feature/craig/make_bookmark_added_dialog_less_generic_v3_l10n branch from 3ec24eb to c61a05c Compare November 19, 2025 11:16
@CDRussell CDRussell force-pushed the feature/craig/make_bookmark_added_dialog_less_generic branch from 9158c48 to ce58927 Compare November 19, 2025 11:16
Copy link
Member Author

CDRussell commented Nov 19, 2025

Merge activity

  • Nov 19, 11:42 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Nov 19, 11:45 AM UTC: Graphite rebased this pull request as part of a merge.
  • Nov 19, 12:05 PM UTC: @CDRussell merged this pull request with Graphite.

@CDRussell CDRussell changed the base branch from feature/craig/make_bookmark_added_dialog_less_generic to graphite-base/7127 November 19, 2025 11:43
CDRussell added a commit that referenced this pull request Nov 19, 2025
Task/Issue URL: https://app.asana.com/1/137249556945/project/1208273769335188/task/1211910160515992?focus=true

### Description

This is taking `BookmarksBottomSheetDialog`, which is generic but only ever used for a specific use case (bookmark added confirmation) and just making it specific to that use case. This simplifies it as well as better preparing it for extension to support adding an option to let users know they can enable sync.

- `BookmarksBottomSheetDialog` --> `BookmarkAddedConfirmationDialog`

Strings moving to the correct module is done in #7127 to de-noise this one..

### Steps to test this PR

**Auto-dismisses**

- [x] Visit site, tap overflow and choose `Add Bookmark`.
- [x] Verify the bookmark added dialog shows and looks the same as prod does
- [x] Don't interact with it; verify it auto-dismisses (after ~3.5s)
- [x] Choose `Edit Bookmark` and delete it

**Edit (not as favorite)**

- [x] Choose `Add Bookmark` again, don't toggle the `Add to Favorites` but do tap on `Edit Bookmark`. Verify it isn't marked as favorite.
- [x] Delete it

**Edit (when a favorite)**

- [x] Choose `Add Bookmark` again, this time toggle the `Add to Favorites` to enabled
- [x] Tap `Edit Bookmark`. Verify it is still marked as a favorite.
@CDRussell CDRussell changed the base branch from graphite-base/7127 to develop November 19, 2025 11:43
CDRussell and others added 3 commits November 19, 2025 11:44
Translate strings-saved-sites to values-de
Translate strings-saved-sites to values-sk
Translate strings-saved-sites to values-ro
Translate strings-saved-sites to values-es
Translate strings-saved-sites to values-pl
Translate strings-saved-sites to values-lt
Translate strings-saved-sites to values-el
Translate strings-saved-sites to values-cs
Translate strings-saved-sites to values-hr
Translate strings-saved-sites to values-fi
Translate strings-saved-sites to values-et
Translate strings-saved-sites to values-sl
Translate strings-saved-sites to values-pt
Translate strings-saved-sites to values-fr
Translate strings-saved-sites to values-nl
Translate strings-saved-sites to values-nb
Translate strings-saved-sites to values-it
Translate strings-saved-sites to values-sv
Translate strings-saved-sites to values-da
Translate strings-saved-sites to values-tr
Translate strings-saved-sites to values-ru
Translate strings-saved-sites to values-bg
Translate strings-saved-sites to values-hu
Translate strings-saved-sites to values-de
Translate strings-saved-sites to values-sk
Translate strings-saved-sites to values-ro
Translate strings-saved-sites to values-es
Translate strings-saved-sites to values-pl
Translate strings-saved-sites to values-lt
Translate strings-saved-sites to values-el
Translate strings-saved-sites to values-cs
Translate strings-saved-sites to values-hr
Translate strings-saved-sites to values-fi
Translate strings-saved-sites to values-et
Translate strings-saved-sites to values-sl
Translate strings-saved-sites to values-pt
Translate strings-saved-sites to values-fr
Translate strings-saved-sites to values-nl
Translate strings-saved-sites to values-nb
Translate strings-saved-sites to values-it
Translate strings-saved-sites to values-sv
Translate strings-saved-sites to values-da
Translate strings-saved-sites to values-tr
Translate strings-saved-sites to values-ru
Translate strings-saved-sites to values-bg
Translate strings-saved-sites to values-hu
@CDRussell CDRussell force-pushed the feature/craig/make_bookmark_added_dialog_less_generic_v3_l10n branch from c61a05c to 3c6d6fb Compare November 19, 2025 11:44
@CDRussell CDRussell merged commit f06d284 into develop Nov 19, 2025
7 checks passed
@CDRussell CDRussell deleted the feature/craig/make_bookmark_added_dialog_less_generic_v3_l10n branch November 19, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants