Skip to content

Releases: plebbit/seedit

v0.1.3

05 Jan 13:55
Compare
Choose a tag to compare

Progressive web app mirrors:

CLI client:

0.1.3 (2024-01-05)

Bug Fixes

  • author sidebar: handle nullish values in karma calculation to prevent NaN (faed873)
  • author sidebar: undefined (85e3930)
  • embed: remove noreferrer for youtube-nocookie because it prevented some videos from loading (8d0e73b)
  • header: add missing translation (b094523)
  • header: correct height on mobile submit page (a68b009)
  • language settings: trigger page refresh at language change because some strings get stuck (0304b5c)
  • media utils: use 0.jpg instead of sddefault for youtube thumbnails, some wouldn't load the specific sd res (8bcded4)
  • mod menu: don't show locked option for replies, they can't be locked (4ad46b6)
  • submit: limit input resizing to fit in UI (b794ea7)
  • submit: set min height/width of input elements (a6a1795)

Features

  • add subplebbits component and header (69f3d20)
  • comment tools: show mod if mod, else show report, move some buttons to menus only on mobile, show them on desktop (b62831b)
  • inbox: add red info text for no notifications found (5d4ca28)
  • post: add locked post info banner (d5a9472)
  • post: implement instant edits (0a9b154)
  • reply: add pinned replies ('stickied comment') (f04ef91)
  • reply: implement instant edits (38cb7d9)
  • sidebar: add community settings button (dbbba07)
  • subplebbit settings: add initial UI (f4634b6)
  • subplebbits: add 'my communities' routes and tabs (79c8682)
  • subplebbits: add initial UI (12306a6)
  • subplebbits: add online indicator (e24aa06)
  • subplebbits: add page title (1eb75fa)
  • subplebbits: add responsive design, vote buttons, preferences button (e1d1682)
  • subplebbits: add settings route, header title (91be80f)

v0.1.2

25 Dec 16:49
Compare
Choose a tag to compare

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)

v0.1.1

20 Dec 19:50
Compare
Choose a tag to compare

Progressive web app mirrors:

CLI client:

0.1.1 (2023-12-20)

Bug Fixes

  • account settings: do not remove signer (a3408cc)
  • electron: don't spam user with ipfs errors (795d390)
  • post: fix state string placement (efa6fef)
  • profile settings: signer can be undefined (b93a72e)
  • reply: show parent of pending reply (81efaa7)

Features

  • reply form: allow posting replies with a link and no content (158aefe)

v0.1.0

18 Dec 11:26
Compare
Choose a tag to compare