-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#11469] Browser bookmarks #11533
[#11469] Browser bookmarks #11533
Conversation
Jenkins BuildsClick to see older builds (21)
|
96% of end-end tests have passed
Failed tests (4)Click to expand
Passed tests (87)Click to expand
|
25% of end-end tests have passed
Failed tests (3)Click to expand
Passed tests (1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found it strange that the tab state is killed right after the switch to a different, disabling the ability to do multitasking. And there are more small issues when navigating between tabs, but I think QA/Design review can better describe them.
:icon (if fav? :main-icons/delete :main-icons/favourite) | ||
:on-press #(hide-sheet-and-dispatch (if fav? | ||
[:browser/delete-bookmark url] | ||
[:navigate-to :new-bookmark {:url url}]))}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like here the name is missing, which should autofill the default value in input on the new-bookmark screen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if there is no name , it means its a new bookmark
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I mean that in other browsers the default name uses the site title, while in our case it is empty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh ok, good point
ISSUE 1: Error "v must satisfy IVector" if open some website or dapp and quickly tap on the back button several timesScenario 1:
Scenario 2:
Android, iOS |
thanks @qoqobolo fixed |
thanks ISSUE 2 |
87% of end-end tests have passed
Failed tests (22)Click to expand
Passed tests (152)Click to expand
|
list of improvements |
• browser screen doesn't have transition because of #10189
• agree its weird, but it will require to store empty tabs :( and manage them, so i decided to move it as a separate feature, if we really want it |
is it? then the designer is wrong :) there should be a clear input icon. The 'Cancel' button is likewise necessary to dismiss the input, it's not only for search. otherwise I can't dismiss the input once I open it. |
thanks @errorists , @qoqobolo ready for review |
@flexsurfer can I ask you to add accessibility ids to following items if possible? |
57% of end-end tests have passed
Failed tests (10)Click to expand
Passed tests (13)Click to expand
|
ISSUE 3: Crash when trying to edit favorite bookmark, if it was added to favorites with default nameSteps:
Android, iOS |
@flexsurfer great work, thanks! |
03f0762
to
23fdf91
Compare
Signed-off-by: andrey <motor4ik@gmail.com>
23fdf91
to
3241d32
Compare
fixes #11469
this PR doesn't include:
issue #11538