lbry-desktop/ui/page
infinite-persistence cef9ade10e Render whole app on language change
## Issues
1. We were manually adding `selectLanguage(state)` as a prop to components used in Settings Page to trigger a render. Flaws:
    - Unclear that the unused prop is just to trigger a render.
    - Manually adding on a case-by-case basis will break over time (missed component).

2. The translation file fetching is delayed (at least in Odysee) and also takes time, so the GUI will end up having mixed strings on F5, depending on when the fetch completed.

## Approach
Make the app wrapper have a key that's tied to the language and translation data, so the entire app renders when language changes. Seems like a common design in most apps.

## Ticket
odysee 921
2022-03-07 09:40:09 -05:00
..
backup add wallet sync message on wallet page 2020-02-21 13:42:17 -05:00
buy remove invites and rewards 2021-12-08 20:41:57 -05:00
channel Selector refactors (#7424) 2022-01-19 20:46:01 -05:00
channelNew remove invites and rewards 2021-12-08 20:41:57 -05:00
channels Use 'selectHasChannel' instead of the full 'selectMyChannelClaims' (#7427) 2022-01-21 12:38:11 -05:00
channelsFollowing cut SIMPLE_SITE 2021-10-20 17:05:37 -04:00
channelsFollowingDiscover update trending to use trending_score 2021-12-02 20:42:51 -05:00
collection Playlistorder (#7442) 2022-01-27 10:20:21 -05:00
creatorDashboard Use 'selectHasChannel' instead of the full 'selectMyChannelClaims' (#7427) 2022-01-21 12:38:11 -05:00
discover Bringing in emotes, stickers, and refactors from ody (#7435) 2022-01-24 11:07:09 -05:00
file Fix comment disabling on MD (#685) (#7431) 2022-01-21 12:54:43 -05:00
fileListDownloaded mostly remove is_web (#7408) 2022-01-07 14:02:33 -05:00
fileListPublished remove lbryinc web, update sitename, etc 2021-10-21 21:20:59 -04:00
fourOhFour Revert "move stuff to web (#6537)" 2021-07-19 10:12:57 -04:00
help cut SIMPLE_SITE 2021-10-20 17:05:37 -04:00
home Playlistorder (#7442) 2022-01-27 10:20:21 -05:00
invite remove invites and rewards 2021-12-08 20:41:57 -05:00
invited integrate all the things 2021-10-15 23:49:41 -04:00
library mostly remove is_web (#7408) 2022-01-07 14:02:33 -05:00
listBlocked Use 'selectHasChannel' instead of the full 'selectMyChannelClaims' (#7427) 2022-01-21 12:38:11 -05:00
lists limit collection display 2021-11-07 14:59:35 -05:00
navigationHistory refactor lbrytv web server 2019-11-11 13:27:29 -05:00
notifications Fix notifications fetching issues (#7002) 2021-09-01 12:03:48 -04:00
ownComments fix comment editing 2022-02-14 23:18:28 -05:00
passwordReset new layout 🕺 2020-09-29 17:12:32 -04:00
passwordSet new layout 🕺 2020-09-29 17:12:32 -04:00
passwordUpdate Move 'update password' into a subpage 2021-08-23 23:45:31 +08:00
playlists limit collection display 2021-11-07 14:59:35 -05:00
publish integrate all the things 2021-10-15 23:49:41 -04:00
receive ReceiveLBC: switch from Modal to Page 2021-04-13 14:02:25 -04:00
report Use sentence case for all card titles 2020-09-29 17:12:32 -04:00
reportContent Implement ReportContent page 2021-04-21 10:49:31 -04:00
repost integrate all the things 2021-10-15 23:49:41 -04:00
rewards mostly remove is_web (#7408) 2022-01-07 14:02:33 -05:00
rewardsVerify rewards redirect fix for manually approved users 2020-07-03 13:18:28 -04:00
search fix top on search page 2021-10-20 17:05:37 -04:00
send integrate all the things 2021-10-15 23:49:41 -04:00
settings Render whole app on language change 2022-03-07 09:40:09 -05:00
settingsCreator strip out livestreams 2021-10-20 17:05:37 -04:00
settingsNotifications mostly remove is_web (#7408) 2022-01-07 14:02:33 -05:00
show Selector refactors (#7424) 2022-01-19 20:46:01 -05:00
signIn new layout 🕺 2020-09-29 17:12:32 -04:00
signInVerify cut SIMPLE_SITE 2021-10-20 17:05:37 -04:00
signInWalletPassword get sync password out of signing flow 2020-09-21 14:11:25 -04:00
signUp new layout 🕺 2020-09-29 17:12:32 -04:00
tagsFollowing mostly remove is_web (#7408) 2022-01-07 14:02:33 -05:00
tagsFollowingManage per channel notification settings 2020-11-02 14:13:13 -05:00
top cut SIMPLE_SITE 2021-10-20 17:05:37 -04:00
wallet fixes restoring wallet page and removing lbry.tv references 2021-11-28 15:06:11 -05:00
welcome new layout 🕺 2020-09-29 17:12:32 -04:00
youtubeSync mostly remove is_web (#7408) 2022-01-07 14:02:33 -05:00