-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add slide action to slider and Update layout on overview page #256
Conversation
…n to slider, update logic click to indicator on slider
what does the sliding require a display layout to work? |
As a standalone component, it can be integrated into any layout. Consider integrating into layout with horizontal scrolling actions |
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.
First pass
slide action, doesn't work for segmented control Screencast.from.2023-11-22.13.55.04.webm |
@dreacot |
the issue says the title should have the slide effect |
trying to start mixing causes a crash
|
sliding anywhere on the page triggers the asset slider Screencast.from.2023-11-24.13.43.35.webm |
…n slider, update segmented for transaction tab
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'm seeing multiple mixer sliders.
Screen.Recording.2023-12-01.at.6.50.58.PM.mov
This is the slide's rotation effect, but I'll fix it |
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.
Noticed a page navigation mishap after navigating from the mixer page and also a log message that was supposedly fixed in #240.
Navigation issue:
Screen.Recording.2023-12-02.at.11.00.27.AM.mov
Duplicate mixer log error:
2023-12-02 10:59:53.670 [ERR] UI: Error adding account mixer notification listener: listener_already_exist
2023-12-02 11:00:30.595 [ERR] UI: Error adding account mixer notification listener: listener_already_exist
2023-12-02 11:00:52.064 [ERR] UI: Error adding account mixer notification listener: listener_already_exist
That's not within the scope of this PR, please make an issue of it |
Yes, you are correct. I also experienced the issue on master. |
swiping left goes to the other page, if there's nothing to swipe to then the sliding shouldn't do anything Screencast.from.2023-12-04.12.38.06.webm |
done |
Yup, but I get this panic:
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x100e57feb]
goroutine 60 [running]:
|
I can't reproduce it, but I guessed it not relate to this PR, Did you test it on master? |
Darn, just did and it's on master. |
this was not resolved #261 (comment) |
Resolve #161
closes #261
This PR:
screenshot