You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor will warn you against leaving with unsaved body content.
Editor saves content to localstorage witha 1s debounce. After an unexpected close, it will ask if you want to reload content.
Added Tags for posts.
Added a Tips tab for any posts tagged with tips.
The sidebar should stick to the content in the middle of the page. Once you scroll past it, the following posts should be fully centered.
Fixes
Search now looks at location and comments.
About page is now its own thing and not a big one-off hack of the post view.
Fortification
Reorganized a lot of the backend code into different modules. Should improve maintainability.
Proxy image loading is now an attribute.
Removed last vestiges of HTTP.
Created an inheritance hierarchy for post list views(i.e. main blog, drafts, search, tags). So far this has made diverging details of the views easy while maintaining the same basic behavior.
Reworked a bunch of the CSS to solidify the purpose of certain rules. Things should work and look better now.