able-bio / suggestion-box

A place to submit issues for bugs, feature requests and other ideas related to Able.
https://able.bio
4 stars 0 forks source link

Ability to have the optional post fields (subtitle, tags, etc) on by default #42

Open Minenash opened 4 years ago

Minenash commented 4 years ago

While, the simplistic interface looks nice, as a person who always uses subtitles and tags, having to manually add them using the mouse instead of just using TAB is slightly annoying. I propose a section in the Settings called Editor with a sub-section for auto-enabling optional fields image (Pretend the Title and Body options and check boxes are grayed out, I couldn't for the life of me get the border color to change)

Edit: Also why do the interest and notification settings have different checkboxes?

drenther commented 4 years ago

Thanks for the suggestion @Minenash

We will be looking into this and some similar approach to handling the default fields displayed on new post editor view.

drenther commented 4 years ago

The visual difference between the checkbox styling may be remnants of our older UX. @RhettTrickett

RhettTrickett commented 4 years ago

The visual difference is because the topics are buttons that fire ajax calls to the backend where as the checkboxes use a more traditional form POST to save. May look at aligning the styles at some point but it might be more trouble than it’s worth currently.