Skip to content

Commit

Permalink
ux: feature: customize the public feed algorithm
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Chou <[email protected]>
  • Loading branch information
staltz and achou11 committed Nov 4, 2022
1 parent 59ce33c commit dd83d51
Show file tree
Hide file tree
Showing 19 changed files with 2,314 additions and 378 deletions.
10 changes: 10 additions & 0 deletions android/app/src/main/assets/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,16 @@
"connections": {
"accessibility_label": "Connections Tab Button"
}
},
"filters_row": {
"all": {
"label": "All",
"accessibility_label": "All Feeds Button"
},
"following": {
"label": "Following",
"accessibility_label": "Following Feeds Button"
}
}
},
"public": {
Expand Down
10 changes: 10 additions & 0 deletions android/app/src/main/assets/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,16 @@
"connections": {
"accessibility_label": "Connections Tab Button"
}
},
"filters_row": {
"all": {
"label": "All",
"accessibility_label": "All Feeds Button"
},
"following": {
"label": "Following",
"accessibility_label": "Following Feeds Button"
}
}
},
"public": {
Expand Down
Loading

0 comments on commit dd83d51

Please sign in to comment.