Choosing "New Publish" Now Clears the Publish Form #3463
No reviewers
Labels
No labels
accessibility
app-parity
area: creator
area: daemon
area: design
area: devops
area: discovery
area: docs
area: installer
area: internal
area: livestream
area: performance
area: proposal
area: reposts
area: rewards
area: search
area: security
area: subscriptions
area: sync
area: ux
area: viewer
area: wallet
BEAMER
channel
comments
community PR
consider soon
core team
css
dependencies
electron
Epic
feature request
first-timers-only
good first issue
hacktoberfest
help wanted
hub-dependent
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
merge when green
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
notifications
odysee
on hold
playlists
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
recsys
redesign
regression
resilience
sdk dependent
Tom's Wishlist
trending
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-desktop#3463
Loading…
Reference in a new issue
No description provided.
Delete branch "3348-clear-fields-for-new-publish"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR Checklist
PR Type
What kind of change does this PR introduce?
Fixes
Issue Number: #3348
What is the current behavior?
Font size of cancel button set to
--font-small
.The publish form is not cleared by the following actions.
User clicks the "New Publish" drop-down item from the Navigation bar.
User clicks the "Publish something new" button when they go to their publishes and have not published previously.
User clicks the "New Publish" link when they go to their publishes and have already published content.
What is the new behavior?
Font size of cancel button set to
--font-large
.Has changed to just "Publish" and continues its behavior of not clearing the form.
Now clears form on click.
Now clears form on click.
Thanks for the PR @dalhill ! Can you squash your commits? We'll get a review on this soon..
After that, can we show you some appreciation?
@tzarebczan I squashed the 3 most recent commits. I should have been more mindful of the commits. If you want the commits further squashed let me know and I'll see what I can do.
@seanyesmunt this code looks fine but there is a big UX question around when users will expect the publish to clear.
@dalhill part of the idea of this behavior was that you should be able to start a publish, navigate elsewhere, and then return.
Two alternate ideas:
@dalhill Sean is off work for the rest of this week so we may have to pick this up next week
@kauffj That makes sense. Out of the two options I like "Show a more prominent reset/clear option when resuming". I think that having a timer may give users the impression of an inconsistent app. Thanks for the response and I'll wait for @seanyesmunt to return.
One option is to change the menu dropdown to just say
Publish
, and then reset the publish state for every button that specifically saysNew Publish
Thanks for the PR @dalhill ! Once this is reviewed/merged, can we show you some appreciaiton?
In response to feedback from @seanyesmunt
In response to feedback from @kauffj