| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Replaced `useWebMediaQueries().isDesktop` with `isWeb` in `DesktopWebTextLink` component to fix inconsistent behavior due to media query changes.
- `isWeb` doesn't rely on media queries, offering stable judgement and avoiding fluctuation when adjusting the browser window.
|
|
|
|
|
| |
* Improve time to content in the search page
* Improve loading state clarity
|
| |
|
|
|
|
| |
(#1587)
|
|
|
|
|
| |
* Add an illustration to the email verification reminder
* Set height on svg to avoid overflow issues in android
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add link warning modal when URLs do not match their text
* Simplify the misleading link case for clarity
* Fix typecheck
* fix dark mode
* Give a stronger visual indication of the root domain in the link warning
* More rigorous URL mismatch logic
* Remove debug
---------
Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* handle android back button in composer
* improve backHandler error handling
* simplify composer onClose functionality
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Refactor `useOnMainScroll` function to use responsive device detection
- Replace static `isDesktopWeb` with `useWebMediaQueries` hook to enable dynamic device type detection.
- Create `useDeviceLimits` hook to dynamically determine `DY_LIMIT_UP` and `DY_LIMIT_DOWN` based on device type.
- Update dependency arrays for the `useCallback` hooks to include new dynamic variables.
* Refactor styles to be responsive to device type
- Create `useStyles` hook that generates styles object based on device type detected from `useWebMediaQueries`.
- Replace static styles object with dynamic styles object generated from `useStyles` hook in components.
- This allows `paddingLeft` values for 'ul' and 'ol' styles to adapt to device type dynamically.
- This allows `maxWidth` values for 'metaItem'' styles to adapt to device type dynamically.
* Remove `isDesktopWeb` in favor of `useWebMediaQueries().isDesktop`
* Refactor `SplashScreen` component for responsive design
* Revision based on review results
* Fix isNative check
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* quick switch menu
* Some small tweaks and fixes to the account switch modal
* Factor out the account switcher logic to a hook
* Add haptic feedback on account switcher open
* Fix bad merge
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
|
| |
|
|\
| |
| |
| | |
into Tanza3D-small-pfp-desktop-2
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* fix 'Reposted by' text overflow
* Add email verification flow
* Implement change email flow
* Add verify email reminder on load
* Bump @atproto/api@0.6.20
* Trim the inputs
* Accessibility fixes
* Fix typo
* Fix: include the day in the sharding check
* Update auto behaviors
* Update yarn.lock
* Temporary error message
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
https://github.com/mozzius/bluesky-official-app into mozzius-expand-author-pressable
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Use refreshed dropdown style for repost/quote post dropdown
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* Fix image cropping on android
* Store and use aspect ratio field in post images (close #1392)
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Don't automatically mention users with invalid handles
* don't mention when using did urls
* resolve profile from cache
* a little clearer
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
|
|/ |
|
| |
|
|
|
| |
Fixes #1323
|
| |
|
| |
|
|
|
|
|
| |
* Improve labels
* Dynanically adjust home header to account for font scaling
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Move home feed and thread preferences to server
* Fix thread usage of prefs
* Remove log
* Bump @atproto/api@0.6.16
* Improve type usage
|
|
|
|
|
| |
* Switch the date input web version to the date-input web control
* Fix types
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Tune the treeview mode to use larger immediate-children
* Fix display name alignment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* move content languages to screen
* add dropdown library, style primary lang select
* update settings button
* show selected langauges in button
* use primary language in translator link
* update copy
* lint
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#1498)
* Prefilter the mergefeed to ensure a better mix of following and custom feeds
* Test suite improvements & tests for the mergefeed (#1499)
* Disable invite codes test for now
* Update test sim to latest iphone
* Introduce TestCtrls driver
* Add mergefeed tests
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add suggested follow section to profile header
* fix button overflow
* don't even render on preview
* fix useFollowDid and FollowButton race condition
* add section header, close button, active state
* lighten icon
|
| |
|
| |
|