| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 1512b5cf68e9e92801a894392569b444fd6af1d1.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* use new menu on profile
* organize imports
* fix testID
* add person icons
* use `style` prop for minWidth
* use new icons
* rm circleban
* Add unfollow option if account is blocked/blocking
* use `StyleProp` 🤯
* ts after merge
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
|
|
|
|
|
|
|
|
|
| |
* Fix alignment of MutedWords close button
* Add cancel button to dropdowns
* Revert "Add cancel button to dropdowns"
This reverts commit b8f5ddce924311e439aeaa844a80d38f6e7da051.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Combine actions, convert to new menu
* remove about tab and move content to header
* Tweak alignment
* fix missing rkey
* hog the like button
* Add a little more whitespace
* Improve a11y
* Yeah toast
* Update usage
* Pin to Home
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* convert profile edit dropdown menu to new menu
fix banner text
add `showCancel` prop to menu outer
banner dropdown to menu
add Cancel button to menu
replace user avatar dropdown with menu
add StreamingLive icon
add camera icon
* remove export
* use new camera icon
* adjust icon color
|
|
|
|
|
|
|
|
|
| |
* save images to media library when taken from camera
* ensure we have access to media library
* `canAskAgain`
* just use MediaLibrary directly to avoid duplication
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix button widths in the Settings on Web
Had to set `box-sizing: content-box` because
in certain translations the buttons would
become multiline.
Fixes #3060.
* you know what. whatever. i didn't want to be able to change box-sizing anyways. i'm perfectly happy with this workaround.
* ...
* flex-grow: 1
|
|
|
| |
It had the same one as the Like button for some reason
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix RSS URLs treated as internal
* Add utils to patch relative RSS external links
* modify router to support multiple paths
---------
Co-authored-by: Hailey <me@haileyok.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Improve a11y on ios
* Format
* Remove android
* Fix android
* small adjustment to buttons in prompt
* full width below gtmobile
* Revert some changes
* use sharedvalue for `importantForAccessibility`
* add back `isOpen`
* fix some more types
* small adjustment to buttons in prompt
* full width below gtmobile
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
|
|
|
|
| |
* make alf prompt scrollable
* padding
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Improve a11y on ios
* Format
* Remove android
* Fix android
* Revert some changes
* use sharedvalue for `importantForAccessibility`
* add back `isOpen`
* fix some more types
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Refactor PostDropdownBtn
(cherry picked from commit 0adf6cb75e3d4b7c1630cf6153c0d7e289e1b859)
* Update icons
(cherry picked from commit ac89ef9b28721c00736b1388455f3f5f092de0ad)
* Port over fixes
* fix scrollbar disappearing
* Try CSS solution
* Disable arrow for now
---------
Co-authored-by: Hailey <me@haileyok.com>
|
|
|
|
|
| |
* Add the mobile fork
* Add init event
|
| |
|
|
|
|
|
| |
* Mark bundle start time on web
* TS
|
| |
|
|
|
|
|
|
|
|
|
| |
* adjust flatlist perf settings
* calculate initial num to render based on screen height
* adjust window size
* don't react to screen height changes
|
|
|
|
|
| |
* fix internal links showing up as external pt2
* fix internal links showing up as external pt2
|
|
|
|
|
| |
* fix internal links showing up as external
* fix internal links showing up as external
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Revert other base PR changes, switch date picker library
rm expo-linear-gradient
Revert "remove unused packages, switch to `expo-linear-gradient`"
This reverts commit 20a0ffcf
Revert "upgrade expo deps"
This reverts commit a43dca92caa120d45fb771431752dd2db3b37ab5.
Revert other library changes
This reverts commit 5219f66e
Revert "re-add normalize-url"
This reverts commit 654019c4babe2e455f6069a6c725eb51140ab1ab.
Revert "add `expo-haptics`"
This reverts commit ff3a0399b1c7eae07b83946f13543eedf7cdfe82.
Revert "add `expo-clipboard`"
This reverts commit 440ae91632153e22ff79050d8ac803a7305e88a0.
Revert "add `expo-file-system`"
This reverts commit c0fe0c94534564982399c22299a8a19052bf3e54.
fix android alf
use modal on android
migrate to `react-native-date-picker`
rm `@reactnativecommunity/datetimepicker`
add `react-native-date-picker`
add `expo-file-system`
add `expo-clipboard`
add `expo-haptics`
re-add normalize-url
rm blur view
upgrade expo deps
remove unused packages, switch to `expo-linear-gradient`
* rm old library
* Use UTC for dates
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
|
|
|
|
| |
* add `topBorder` to Views.tsx
* fix double border
|
|
|
|
|
|
|
| |
(#3124)
* Show replies from followed by default
* Update @atproto/api
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add statsig dependency
* Add SDK provider
* Move to separate file, add tier and hashing
* Disable local storage for now
* Add initial gate testing fixture
* Fork for web just in case
* More WIP
* wip
* Rm test gate
* Add shim on native
* Clarify
|
|
|
|
|
| |
* Set window background during startup on android
* Set statusbar color to transparent and fine-tune it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add POC menu abstraction
* Better platform handling
* Remove ignore
* Add some menu items
* Add controlled dropdown
* Pass through a11y props
* Ignore uninitialized context
* Tweaks
* Usability improvements
* Rename handlers to props
* Add radix comment
* Ignore known type
* Remove todo
* Move storybook item
* Improve Group matching
* Adjust theming
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Improve a11y on ios
* Format
* Remove android
* Fix android
|
|
|
|
|
| |
* Don't want on internal links
* Just disable mismatch for this inline link
|
| |
|
| |
|
|
|
| |
This reverts commit f016cdbca9660d9e10faefae5c34c8574795419e.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Improve contrast using existing scale
* Make it mathy
* Tweaks
* Adjust noty
* Remove console
* Cleanup
* Match saturation
* Replace usages of tokens with correct palette
(cherry picked from commit 1d9c7079dc25dfa492bd482c1c7661ea2e822d68)
* Replace other colors, tweak usages
(cherry picked from commit df97f249b2f140bbc010449fddb011a31795919a)
* Last couple things
(cherry picked from commit 3b5cee131f68ea8f4125f2c32b9a4b20f5b91086)
* fix "Users" being the wrong color on user list about
---------
Co-authored-by: Hailey <me@haileyok.com>
|
|
|
|
|
|
|
|
|
| |
* use custom backdrop
* use custom backdrop
* org imports
* rm log
|
|
|
|
|
|
|
|
|
|
|
| |
* enable tags for quote posts
* mentions too
* just disable pointer events instead
* apply fix for both web and native
* minimize diff
|
|
|
|
|
| |
* Fix new post button on web after following intent URL
* Ensure that `routes` exists before attempting to use it
|