about summary refs log tree commit diff
path: root/src/view/screens/Home.tsx
Commit message (Expand)AuthorAgeFilesLines
* demo modeSamuel Newman2025-04-231-7/+58
* Better tablet layout (#7656)Samuel Newman2025-02-251-2/+4
* Fix crash when nothing is pinned (#7510)dan2025-01-201-16/+21
* Fix PWIDan Abramov2025-01-201-0/+1
* yolo (#7499)Hailey2025-01-191-0/+2
* Fix drawer swipe (#7007)dan2024-12-101-9/+3
* [Nicer Tabs] New native pager (#6868)dan2024-12-031-1/+4
* [Nicer Tabs] Fork TabBar, simplify Pager (#6762)dan2024-12-031-12/+3
* Prefetch adjacent Home pages (#6904)dan2024-12-031-1/+4
* [Statsig] Remove client downsampling (#6153)Hailey2024-11-151-6/+3
* Remove top padding from shell, move down into individual screens (#5548)Samuel Newman2024-10-141-9/+12
* Ensure app clip works even with `starter-pack` (#5664)Hailey2024-10-091-9/+30
* Set fixed_bottom_bar to true (#5203)dan2024-09-071-32/+2
* Remove logging of following prefs (#5021)dan2024-08-291-28/+2
* Remove new_user_guided_tour and tour code (#5023)dan2024-08-291-9/+1
* Fix fixed footer experiment (#4969)dan2024-08-221-3/+3
* [Experiment] Always show bottom bar (#4946)dan2024-08-161-1/+7
* Add logging of selected feed preference when displaying the following feed (#...Hailey2024-08-071-2/+28
* Guided tour for new users (#4690)Paul Frazee2024-07-021-1/+9
* ensure we get navigated away to starter pack when signed in (#4640)Hailey2024-06-251-0/+17
* Starter Packs (#4332)Hailey2024-06-211-1/+1
* Check `canAskAgain` for notification permissions (#4460)Hailey2024-06-101-0/+6
* [Statsig] Sample noisy events (#4288)dan2024-05-301-3/+6
* adjust notifications experiment by removing `canAskAgain` (#4271)Hailey2024-05-301-7/+0
* Cleanup gates (#4170)dan2024-05-221-8/+5
* Move request for notifications permissions to `HomeReadyScreen` (#3977)Hailey2024-05-131-2/+9
* Movable following feed (#3593)Eric Bailey2024-05-111-47/+52
* Only run "disable min shell on foregrounding" behaviour if on the home screen...Samuel Newman2024-05-021-14/+16
* [Statsig] Update experiments (#3617)dan2024-04-191-4/+14
* [Statsig] Make gate checks lazily (#3594)dan2024-04-181-10/+9
* Enable updates for `production` behind `receive_updates` gate (#3496)Hailey2024-04-121-0/+3
* PWI improvements (#3489)Paul Frazee2024-04-121-2/+7
* [Statsig] Instrument feed display (#3455)dan2024-04-091-2/+28
* [Experiment] Disable min shell on foregrounding (#3430)dan2024-04-081-13/+31
* Sticky desktop header (#3077)dan2024-03-011-2/+1
* Use selected feed for window title on Home (#3016)dan2024-02-281-0/+3
* Fix wrong feed being shown (#3015)dan2024-02-281-2/+3
* Refactor feed header components (#2964)dan2024-02-221-2/+2
* Keep pager feeds in sync with the right pane (#2775)dan2024-02-081-13/+18
* Refactor Home feed pager rendering logic (#2768)dan2024-02-061-81/+48
* Remove dead code for pager (#2651)dan2024-02-051-4/+2
* Add a new home feed-api wrapper and give a header indicating the fallback beh...Paul Frazee2024-01-151-2/+1
* New user home feed fixes (#2421)Paul Frazee2024-01-041-1/+4
* Fix blank home screen (close #2281) (#2291)Paul Frazee2023-12-241-3/+10
* Use same source for pinned feeds on Home and tab/sidebars (#2235)Eric Bailey2023-12-181-4/+9
* PWI behavior updates (#2207)Paul Frazee2023-12-141-6/+2
* Grab-bag of post-feed improvements (#2140)Paul Frazee2023-12-071-1/+1
* Fix: correctly identify if the screen is focused when handling soft resets on...Paul Frazee2023-12-051-5/+4
* Merge branch '2047-last-active-tab' of https://github.com/CooperEdmunds/socia...Paul Frazee2023-12-041-9/+51
|\
| * Track active page using string instead of indexCooper Edmunds2023-12-041-27/+35