about summary refs log tree commit diff
path: root/src/view/shell/desktop
Commit message (Collapse)AuthorAgeFilesLines
...
* Desktop: prevent unnecessary X scroll between 1230px and 1260px (#828)Ivan Silvestre2023-06-131-1/+1
| | | | | | | * Desktop: prevent unnecessary X scroll between 1230px and 1260px * imports structure without changes * re add dot to text
* Fix a bunch of type errors and add a type-check to the github workflows (#837)Paul Frazee2023-06-021-2/+4
| | | | | | | | | | | | | | | * Add yarn type-check * Rename to yarn typecheck * Fix a collection of type errors * Add typecheck to automated tests * add `dist` to exluded folders tsconfig --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* Fix line breaks on side bar links (#815)Michi Hoffmann2023-06-011-1/+1
|
* fix: make DesktopLeftNav not overflow screen (#762)LW2023-05-301-0/+2
| | | | | * fix: make DesktopLeftNav not overflow screen * scroll: auto
* Merge branch 'main' into inherit_system_themeJaz2023-05-301-5/+28
|\
| * Fix profile load issue + enhancement of profile isCurrent style (#764)MohammadReza Mahmoudi2023-05-301-5/+8
| | | | | | | | | | | | | | | | | | * fix profile isActive issue * fix myProfile load issue when visiting other profiles first * fix lint issues * change currentRouteName to currentRouteInfo
| * Hide both the left and right nav on desktop when logged outPaul Frazee2023-05-301-1/+1
| |
| * Desktop: hide the left panel and the invite codes from the main page if you ↵Ivan Silvestre2023-05-301-1/+2
| | | | | | | | are not logged in
| * Tune up custom feed uis on webPaul Frazee2023-05-251-9/+9
| |
| * Add feeds tabPaul Frazee2023-05-251-1/+1
| |
| * Add custom satellite-dish iconsPaul Frazee2023-05-251-6/+8
| |
| * add saved feeds to left nav on desktopAnsh Nanda2023-05-251-0/+18
| |
| * feat: add basic visual feedback on Button interactions (#708)Paul Frazee2023-05-171-5/+4
| | | | | | | | | | | | | | | | | | | | | | * feat: add basic visual feedback on Button interaction * Use a more efficient approach to providing visual feedback * Fix some lint issues left over from another PR --------- Co-authored-by: Simek <gosimek@gmail.com>
| * fix theme opposite labels (#700)Mohammad Reza Mahmoudi2023-05-171-3/+9
| |
* | Remove unused importsJaz2023-05-171-2/+2
| |
* | Move appearance settings to settings pageJaz2023-05-171-121/+0
| |
* | Use a three-state radio button for color modeJaz2023-05-161-38/+106
| |
* | Feat: Use system default color mode, but allow user overrideJaz2023-05-161-15/+27
|/
* Fix line break in New Post button (#657)Michi Hoffmann2023-05-161-1/+1
|
* Replace the moderation hand icon with a better iconPaul Frazee2023-05-121-3/+4
|
* [APP-635] Mutelists (#601)Paul Frazee2023-05-111-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lists and profilelist screens * Implement lists screen and lists-list in profiles * Add empty states to the lists screen * Switch (mostly) from blocklists to mutelists * Rework: create a new moderation screen and move everything related under it * Fix moderation screen on desktop web * Tune the empty state code * Change content moderation modal to content filtering * Add CreateMuteList modal * Implement mutelist creation * Add lists listings * Add the ability to create new mutelists * Add 'add to list' tool * Satisfy the hashtag hyphen haters * Add update/delete/subscribe/unsubscribe to lists * Show which list caused a mute * Add list un/subscribe * Add the mute override when viewing a profile's posts * Update to latest backend * Add simulation tests and tune some behaviors * Fix lint * Bump deps * Fix list refresh after creation * Mute list subscriptions -> Mute lists
* Format count and fix type warning (#600)Ollie H2023-05-081-1/+2
|
* Move href back to link (#590)Ollie H2023-05-051-5/+7
| | | | | | | | | * Move href back to link * Fix cmd/ctrl click on left nav --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* [APP-633] Improve some behaviors around desktop leftnav (#581)Paul Frazee2023-05-041-2/+18
| | | | | | | * Make leftnav elements act as anchor tags (bonus feature in this pr) * Add screen reset behavior to the desktop left nav * Move the leftnav link into the text
* a11y label cleanup (#576)Ollie H2023-05-042-4/+7
|
* React Native accessibility (#539)Ollie H2023-05-013-28/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * React Native accessibility * First round of changes * Latest update * Checkpoint * Wrap up * Lint * Remove unhelpful image hints * Fix navigation * Fix rebase and lint * Mitigate an known issue with the password entry in login * Fix composer dismiss * Remove focus on input elements for web * Remove i and npm * pls work * Remove stray declaration * Regenerate yarn.lock --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Refactor moderation to apply to accounts, profiles, and posts correctly (#548)Paul Frazee2023-04-271-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ScreenHider component * Add blur attribute to UserAvatar and UserBanner * Remove dead suggested posts component and model * Bump @atproto/api@0.2.10 * Rework moderation tooling to give a more precise DSL * Add label mocks * Apply finer grained moderation controls * Refactor ProfileCard to just take the profile object * Apply moderation to user listings and banner * Apply moderation to notifications * Fix lint * Tune avatar & banner blur settings per platform * 1.24
* Improvements to notifications screen [APP-520] (#501)Paul Frazee2023-04-201-2/+2
| | | | | | | | | | | * Refresh or sync notifications when the tab is navigated to * Fix to bad textnode render * Speed up initial session load * Fix lint * Restore updateSessionState() on session resumption
* Feed and notifs improvements (#498)Paul Frazee2023-04-191-5/+3
| | | | | | | | | | | | | | | | | * Reduce frequency of the notifications sync * Reduce frequency of home feed polling * Ensure loading spinner is visible in notifications * Render notifications loading spinner in the flatlist * Fixes and performance improvements to notifications * Render 30+ on notifications if at max * Fix issue with repeating posts in home feed * Dont check for unread notifs if we're already at max
* Add cursor to clickable elements (#491)Ollie Hsieh2023-04-191-16/+27
| | | | | | | | | | | | | | | | | | | * Add cursor to clickable elements * Add cursor to clickable elements * Update per comments * Fix word wrap in notifications * Center the web login-load screen * Add hover states on web * Fix lint --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* #435 web dark mode (#455)Ansh2023-04-122-1/+37
| | | | | | | | | | | | | | | | | | | | | * add ThemeProvider to App.web.tsx * make FlatNavigator use themed color * fix extra padding on top in web * add observer to App.web.tsx to make it react to theme changes * fix TS for useColorSchemeStyle * add dark mode toggle button to web LeftNav * fix index.web.tsx border colors for web * Move the darkmode desktop web toggle to the right nav column --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Add first round of labeling tools (#467)Paul Frazee2023-04-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework notifications to sync locally in full and give users better control * Fix positioning of load more btn on web * Improve behavior of load more notifications btn * Fix to post rendering * Fix notification fetch abort condition * Add start of post-hiding by labels * Create a standard postcontainer and improve show/hide UI on posts * Add content hiding to expanded post form * Improve label rendering to give more context to users when appropriate * Fix rendering bug * Add user/profile labeling * Implement content filtering preferences * Filter notifications by content prefs * Update test-pds config * Bump deps
* Add tos, community guidelines, and copyright policy (#410)Paul Frazee2023-04-061-0/+9
| | | | | * Add tos, community guidelines, and copyright policy * Fix lint
* Fix web sidebar listing of invite codesPaul Frazee2023-04-051-2/+2
|
* Add user invite codes (#393)Paul Frazee2023-04-052-2/+48
| | | | | | | | | | | * Add mobile UIs for invite codes * Update invite code UIs for web * Finish implementing invite code behaviors (including notifications of invited users) * Bump deps * Update web right nav to use real data; also fix lint
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-3/+3
|
* Add fulltext search for posts and profiles (closes #340) (#342)Paul Frazee2023-03-211-11/+23
| | | | | | | | | | | | | | | * Refactor mobile search screen * Remove 'staleness' fetch trigger on search * Implement a temporary fulltext search solution * Add missing key from profile search result * A few UI & UX improvements to the search suggestions * Update web search suggestions * Implement search in web build
* Temporary hackfix for desktop searchPaul Frazee2023-03-141-3/+3
|
* Create build step for the web server (#289)Paul Frazee2023-03-141-1/+1
| | | | | * Create build step for the web server * Update bskyweb routes and 404 behavior
* Rework logged out state to preserve routing and work for webPaul Frazee2023-03-132-11/+15
|
* Add /support and /support/privacyPaul Frazee2023-03-131-6/+18
|
* Move to expo and react-navigation (#288)Paul Frazee2023-03-133-0/+445
* WIP - adding expo * WIP - adding expo 2 * Fix tsc * Finish adding expo * Disable the 'require cycle' warning * Tweak plist * Modify some dependency versions to make expo happy * Fix icon fill * Get Web compiling for expo * 1.7 * Switch to react-navigation in expo2 (#287) * WIP Switch to react-navigation * WIP Switch to react-navigation 2 * WIP Switch to react-navigation 3 * Convert all screens to react navigation * Update BottomBar for react navigation * Update mobile menu to be react-native drawer * Fixes to drawer and bottombar * Factor out some helpers * Replace the navigation model with react-navigation * Restructure the shell folder and fix the header positioning * Restore the error boundary * Fix tsc * Implement not-found page * Remove react-native-gesture-handler (no longer used) * Handle notifee card presses * Handle all navigations from the state layer * Fix drawer behaviors * Fix two linking issues * Switch to our react-native-progress fork to fix an svg rendering issue * Get Web working with react-navigation * Refactor routes and navigation for a bit more clarity * Remove dead code * Rework Web shell to left/right nav to make this easier * Fix ViewHeader for desktop web * Hide profileheader back btn on desktop web * Move the compose button to the left nav * Implement reply prompt in threads for desktop web * Composer refactors * Factor out all platform-specific text input behaviors from the composer * Small fix * Update the web build to use tiptap for the composer * Tune up the mention autocomplete dropdown * Simplify the default avatar and banner * Fixes to link cards in web composer * Fix dropdowns on web * Tweak load latest on desktop * Add web beta message and feedback link * Fix up links in desktop web