-
Notifications
You must be signed in to change notification settings - Fork 42
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
Starring/unstarring #50
Conversation
@redshiftzero hmmm... I'm having problems getting this to run and have had to modify the code a little (and I'm still getting errors). I've had to add:
As line 73 of |
OK... so the crash was down to clicking the star but not in such a way that it was possible to select the item to which it belonged, so a Still getting "fail" messages when I try to star/unstar. I'll look at that next. |
Unfortunately you do need this SDK change for this to work: freedomofpress/securedrop-sdk#26 |
@redshiftzero yeah... I just followed the exception in the logs and came to the same conclusion. ;-) |
This works (now I've applied the pending patch to the SDK). LGTM. |
The QSvgWidget doesn't seem to be updating on subsequent calls of the QSvgWidget.load() method - this is a workaround
e35fa81
to
2382957
Compare
apologies @ntoll I missed your LGTMing this during the release fun - if you still agree this looks good (all I did was rebase to fix the conflicts), you should now be able to add an approving review and merge. I gave ya merge rights just now 😇 just a note: there is a TODO in the diff here which I started working on in a separate branch in c52d6a4 (not complete so not ready for review), which is modifying the sync logic here to square with the decisions in #51, but I think it makes sense to do that in a followup since the diff in this PR is a bit sprawling |
Heh... feels like a game of PR bingo. Glad to see this all resolving. |
fix ci after migrating our pip mirror to git-lfs
fix #17
needs merge of freedomofpress/securedrop-sdk#26 (discovered while working on this)
trying to star/unstar while not logged in
successful starring or unstarring
(the first iteration as described in the ticket being not changing the ordering of sources in the list upon starring)
two things: