-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Reorganize Libraries and add search UI in panels #881
base: main
Are you sure you want to change the base?
Conversation
84f56ab
to
3437161
Compare
The search UI is also ready now. We now only search when the user explicitly types |
aec5f88
to
195a6c4
Compare
75527fe
to
0f5f4c0
Compare
@felipeerias Any suggestions on this PR as well as the next steps for the UI? For the Q2-Q3 Planning, now we only have "New Tab page" and "Tabs" to be implemented.
|
12afce9
to
651058c
Compare
We shouldn't let user feel that we can search content in the library page through findInPage. So we close findInPage when we open the Library, and we close the panel when we open findInPage in the hamburger menu. We shall pay attention to this as well in #881 once this is merged Signed-off-by: Songlin Jiang <sjiang@igalia.com>
We shouldn't let user feel that we can search content in the library page through findInPage. So we close findInPage when we open the Library, and we close the panel when we open findInPage in the hamburger menu. We shall pay attention to this as well in #881 once this is merged Signed-off-by: Songlin Jiang <sjiang@igalia.com>
965acb4
to
dec1020
Compare
dec1020
to
d28ea88
Compare
6bc3ddf
to
5a1dc85
Compare
5a1dc85
to
5cc19ba
Compare
57ef2bf
to
28660eb
Compare
28660eb
to
6bb7f9f
Compare
6bb7f9f
to
bbaf069
Compare
bbaf069
to
28abf97
Compare
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.
Thanks both for the tremendous effort. I reviewed it all together as it was a single author so I'm aware that some of my comments maybe do not apply. Also I was reviewing it commit by commit (as it was rather large) so you'd notice that some of my comments were partially addressed in the latests commits.
app/src/common/shared/com/igalia/wolvic/ui/viewmodel/WindowViewModel.java
Show resolved
Hide resolved
app/src/common/shared/com/igalia/wolvic/ui/widgets/WindowWidget.java
Outdated
Show resolved
Hide resolved
app/src/common/shared/com/igalia/wolvic/ui/widgets/WindowWidget.java
Outdated
Show resolved
Hide resolved
app/src/common/shared/com/igalia/wolvic/ui/widgets/WindowWidget.java
Outdated
Show resolved
Hide resolved
app/src/common/shared/com/igalia/wolvic/ui/widgets/Windows.java
Outdated
Show resolved
Hide resolved
app/src/common/shared/com/igalia/wolvic/ui/widgets/WindowWidget.java
Outdated
Show resolved
Hide resolved
28abf97
to
693b1c2
Compare
b81382b
to
e986ed7
Compare
e986ed7
to
ebbe7fa
Compare
ebbe7fa
to
af26d40
Compare
Create a separate location in the UI for each functionality - (Library) Bookmarks/History - Downloads - Add-ons - Web Apps Add launchers in the UI to open each of those locations - (Library) Bookmarks/History, Downloads and Web Apps from the tray - Add-ons from Hamburger Menu Add Search UI in: - Bookmarks - History - Downloads - Web Apps Signed-off-by: Songlin Jiang <sjiang@igalia.com>
af26d40
to
b49f249
Compare
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 have rebased the branch with the latest commits in main and it still LGTM without regression. Since I'm about to return the VR headset, feel free to take over this PR now as I have no more resources to continue working on this.
Great, many thanks for the hard work. Pretty busy ATM with the upcoming 1.6.1 and also new devices, but we'll definitely integrate all this later |
This PR is a part of the Library reorganizing Q2-Q3 Planning
Create a separate location in the UI for each functionality
Add launchers in the UI to open each of those locations
Add Search UI in: