forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dart migrate: Move title bar and add 'Migrate' check box next to title
This check box displays whether a file is migrating, opting out, or already migrated. The check box can be clicked to toggle between migrating and opting out. Clicking the check box updates status in the navigation tree. Clicking on check boxes updates the status in the title bar. Screenshot here: https://screenshot.googleplex.com/9z9v9L5DHhBXzEU.png In terms of the HTML, a new parent above '.content' div was added: the '.file' div, which includes a '.title-bar' div above the '.content' div. Bug: dart-lang/sdk#44101 and Change-Id: I021f0dd873119ae801e29faa92e97fe48d03ef3c dart-lang/sdk#44124 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174440 Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
- Loading branch information
Showing
12 changed files
with
4,178 additions
and
4,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.