Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 16:49
· 1071 commits to master since this release

Progressive web app mirrors:

CLI client:

0.1.2 (2023-12-25)

Bug Fixes

  • comment tools: close menu when option is clicked, use dropdown styling (486e0b4)
  • hide menu: only close menu when hiding post (00072bb)
  • post: link to pending page if cid is undefined (10ddcfe)
  • post: set width of voting column taking into account high vote counts (8448206)
  • reply: don't show long subplebbit addresses, shorten them instead (f1c8249)
  • share menu: add 'link copied' text with timeout and don't close the menu (67ac476)
  • share menu: don't open for pending comments, fix share link div (c0edbf6)
  • share menu: remove browser outline (ba5eca3)
  • share menu: remove focus outline on open (686c5b1)
  • sidebar: fix undefined submit link in pending page (e9d9fc5)
  • sidebar: hide title section on pending page (853d88a)
  • submit: subplebbit address wasn't selected by autocomplete (87fee93)
  • topbar: fix z-index, dropdown was behind account bar (2573be4)

Features

  • add pending post view (f451bbe)
  • comment tools: add share menu with share link and links to other clients (560a90a)
  • comment tools: clicking on pending comment tools links to its pending page (0a0d96c)
  • header: add inbox header tabs (1bdfe44)
  • header: add pending page header (02199c0)
  • hide menu: show on replies and collapse reply if blocked (f31f2b8)
  • inbox: add filters for "comment replies", "post replies", unread (ffcfe37)
  • post: redirect to post view when cid is received for pending post (ef1b385)
  • profile: add functional sort by new or old (7314db2)
  • reply: add inbox reply design for notifications (e7daa04)
  • search bar: automatically focus search bar when clicked from account bar (6ab2ce8)
  • sidebar: tell user to create a community with plebbit-cli (c484783)

Performance Improvements

  • inbox: filter with useCallback, don't memo result (9f46922)
  • profile: memoize sorting of comments (0374c14)