Skip to content

Commit 130f82b

Browse files
committed
Adjust description and tooltip for featherx empty
Now that it's officially supported, let's remove the "experimental" warning. Also make it show by default instead of being hidden behind the "show more types" click.
1 parent 18b1de3 commit 130f82b

3 files changed

Lines changed: 23 additions & 6 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
class ModifyFeatherxEmpty < ActiveRecord::Migration[8.0]
2+
def up
3+
# Should match what's in db/seeds/empties.yml
4+
EmptyMigrationHelper.apply_empty_changes(%(
5+
featherx:
6+
description: The super-light Feather Wiki build with external Javascript and
7+
CSS. Less self-contained, but very fast to load and save.
8+
tooltip: For the "bones, plumage and muscles" build of Feather Wiki, the initial
9+
empty file is around 700 bytes.
10+
primary: true
11+
))
12+
end
13+
14+
def down
15+
# Never mind
16+
end
17+
end

rails/db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[8.0].define(version: 2026_05_20_000000) do
13+
ActiveRecord::Schema[8.0].define(version: 2026_06_01_195913) do
1414
# These are extensions that must be enabled in order to support this database
1515
enable_extension "pg_catalog.plpgsql"
1616

rails/db/seeds/empties.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@
6969
- id: 20
7070
name: featherx
7171
title: Feather Wiki (external core)
72-
description: Feathers & Bones version of Feather Wiki. Experimental tech-preview.
73-
Use with caution.
72+
description: The super-light Feather Wiki build with external Javascript and
73+
CSS. Less self-contained, but very fast to load and save.
7474
enabled: true
7575
display_order: 21
76-
primary: false
76+
primary: true
7777
info_link: https://feather.wiki/
78-
tooltip: With external javascript the initial html file is just 616 bytes. Currently
79-
requires a custom build of Feather Wiki.
78+
tooltip: For the "bones, plumage and muscles" build of Feather Wiki, the initial
79+
empty file is around 700 bytes.
8080
- id: 21
8181
name: sitelet
8282
title: siteleteer

0 commit comments

Comments
 (0)