Commit ad2d9da
ui: point plugin link to etherpad.org/plugins, add scanner link, clearer CTA (#370)
* feat(plugins): sort by downloads descending by default
The /plugins landing previously displayed plugins in the arbitrary
order the \`plugins.viewer.json\` feed happened to serialise them,
which put 2021-era plugins in front of actively-used modern ones.
Visitors landing on the page had no signal about which plugins the
community actually runs.
- Sort the plugin list by monthly download count descending at load
time, so the top of the page shows the plugins people actually use.
- Surface "Downloads" as an explicit option (and the new default) in
the sort dropdown, listed first. The sort logic for it already
existed as the \`setSortKey\` fallback; this just wires it up to a
visible entry rather than leaving it as the unreachable else branch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* ui: point plugin link to etherpad.org/plugins, scanner link, clearer CTA
- AI plugins CTA now points to /plugins instead of static.etherpad.org
- WhoUsesEtherpad: drop wiki listing invite; link self-hosted bullet to scanner.etherpad.org
- RealTimeCollaboration: make "Pick one of the publicly available" the full link phrase and inline the anchor
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fc407cb commit ad2d9da
4 files changed
Lines changed: 3 additions & 13 deletions
File tree
- src
- components
- pagesToDisplay
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 23 | | |
28 | 24 | | |
0 commit comments