-
Notifications
You must be signed in to change notification settings - Fork 14
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
Lists UI #1720
Lists UI #1720
Conversation
add feed picker view (UI only) #103
Allow Github actions to update provisioning profiles
added feed source customizer drop-down view #102
make feed source selector work
add empty state for lists/relays drop-down
added support for decrypting private tags in kind 30000 lists
added pop-up tip for feed customization #101
added remembering which feed source is selected
update to custom styled segmented picker
fixed a case where lists don't show up immediately after signing in
fixed a minor cell layout issue on feed customizer drop-down view
👀 |
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 reviewed most of this but I didn't have time to look at the View code. I had a lot of trouble testing it because Listr wasn't working and when I did finally get some lists going Nos wouldn't display any of them. I started putting breakpoints in to see what was happening and then it started working 🤦♂️ I can't reproduce it anymore. My hope right now is that my local Core Data got into a weird state from testing this and Josh's list work before it was finished.
Leaving some minor comments below. Overall I'm not against merging this if it's working for others.
I ran across a bug with displaying a list on launch. My steps to reproduce:
(this video starts at step 3) ScreenRecording.mp4Github is failing to render the video for me, but I was able to right click it and "save as" so hopefully you can too. |
# Conflicts: # CHANGELOG.md
…ist after app restart #114
@mplorentz I think/hope I fixed the issue you mentioned above with a hacky delay. I want to return to this after we ship. |
Unfortunately the hack didn't fix the feed when launching with something other than "Following" selected. I'm going to comment out the code that loads the last selected feed on app launch, because that will feel less broken. We can get it fixed up in a future PR. Other than that, this is working great for me! |
Merges lists UI feature branch.