diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b6b47..142ae30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added + +- Added "Experiments" section to Settings page (includes "Move Followers" feature). + ## [1.9.0] - 2023-01-08 ### Added diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 1b5a90c..49c839c 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -53,6 +53,15 @@ +
+

Experiments

+
+ This section contains experimental features. Use at your own risk. + + Move followers + +
+
@@ -124,4 +133,10 @@ form { color: $block-link-color; } } + +.experiments { + summary { + margin-bottom: $block-outer-padding; + } +}