Commit 62e85e4
committed
feat: add social likes facet to package trends charts
Generalize the download analytics chart into a trends chart that supports both downloads and likes,
extensibly allowing for more facets in the future.
- Add a facet selector (Downloads / Likes) shown on Compare page and in the single-package chart modal
- Add server endpoint and utility for fetching per-package likes evolution from ATProto1 parent 299a877 commit 62e85e4
File tree
59 files changed
+945
-346
lines changed- app
- components
- Compare
- Package
- composables
- i18n
- locales
- lunaria/files
- server
- api/social/likes-evolution
- utils/atproto/utils
- test
- nuxt
- components
- composables
- unit
- app/composables
- server/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+945
-346
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
5 | | - | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
0 commit comments