From e3026f16cce35088757b373cabe95e860e200f78 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Wed, 21 Dec 2022 14:15:56 -0500 Subject: [PATCH] Add Changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a3507f22..ac64b22951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Admin: custom badges. Admins can add non-federating badges to any user's profile (on Rebased, Pleroma). - Admin: consolidated user dropdown actions (verify/suggest/etc) into a unified "Moderate User" modal. - i18n: updated translations for Italian, Polish, Arabic, Hebrew, and German. +- Toast: added the ability to dismiss toast notifications ### Changed - UI: the whole UI has been overhauled both inside and out. 97% of the codebase has been rewritten to TypeScript, and a new component library has been introduced with Tailwind CSS. @@ -43,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Performance: improve scrolling/navigation between feeds by using a virtual window library. - Admin: reorganize UI into 3-column layout. - Admin: include external link to frontend repo for the running commit. +- Toast: redesigned toast notifications ### Removed - Theme: Halloween theme.