| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* tweak copy in Deactivated.tsx
* tweak copy in Policies.tsx
* tweak comment in createNativeStackNavigatorWithAuth.tsx
* tweak copy in LoginForm.tsx
* tweak copy in StarterPackLandingScreen.tsx
* format
* Apply suggestions from code review
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
* Update src/screens/StarterPack/StarterPackLandingScreen.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update src/screens/StarterPack/StarterPackLandingScreen.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
---------
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
composer (#7997)
* add plural formatting and translate accessibility strings
* tweak accessibility label and add comments for translators
* fix
* tweak comments
* make label conditionally plural
* rm stray bracket
* try to fix prettier
* nope
* lint
* more lint
* prettier
---------
Co-authored-by: Hailey <me@haileyok.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* simplify content warning dialog text
* tweak copy
* Update src/view/com/composer/labels/LabelsBtn.tsx
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
---------
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* add plural formatting in GifAltText.tsx
* add plural formatting in ImageAltTextDialog.tsx
* import Plural
* format
|
|
|
|
|
| |
* mark Posts and People as translatable in lists
* tweak labels
|
|
|
|
|
|
|
|
|
| |
* Update HostingProvider.tsx
* Update src/components/forms/HostingProvider.tsx
---------
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
|
|
|
|
|
|
|
|
|
|
|
| |
* translate number joined starter pack string
* also add plural formatting in StarterPackScreen.tsx
* import Plural
* tweak
* tweak
|
|
|
|
|
|
|
| |
* add plural formatting for starter pack max size toast
* tweak
* try again
|
| |
|
|
|
|
|
|
|
|
|
| |
info (#7998)
* add plural formatting for profile max graphemes errors
* add missing tag
* simplify
|
|
|
|
|
| |
* get chat list reactions working again with new lexicon
* fix weird android bug where background wasn't clipped
|
|
|
|
|
| |
* Fix loading jumps and footer on feeds tab
* same for lists/starter packs
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
At this point the URI is already decoded and decoding again will alter the uri
```
let link = req.query.u
```
example of a link that has `%` encoding... the initial redirect link is properly encoded.
```
curl -vv "https://go.bsky.app/redirect?u=https%3A%2F%2Fsurf.social%2Ffeed%2Fsurf%252Fcustom%252F01jpz5vyjwvw5yaa8bfkha5xn4"
```
The result is "double decoded", the proper link in this case should be `https://surf.social/feed/surf%2Fcustom%2F01jpz5vyjwvw5yaa8bfkha5xn4`
```
<html><head><meta http-equiv="refresh" content="0; URL='https://surf.social/feed/surf/custom/01jpz5vyjwvw5yaa8bfkha5xn4'" /><style>:root { color-scheme: light dark; }</style></head></html>
```
After changes:
```
curl -s "http://localhost:3000/redirect?u=https%3A%2F%2Fsurf.social%2Ffeed%2Fsurf%252Fcustom%252F01jpz5vyjwvw5yaa8bfkha5xn4"
<html><head><meta http-equiv="refresh" content="0; URL='https://surf.social/feed/surf%2Fcustom%2F01jpz5vyjwvw5yaa8bfkha5xn4'" /><style>:root { color-scheme: light dark; }</style></head></html>
```
|
|
|
|
|
| |
* Preload emoji picker data for reactions on web
* Sort imports
|
| |
|
|
|
|
|
| |
* Adjust styles of applied reactions
* Tweaks for applied reactions styles
|
|
|
|
|
|
|
|
|
| |
* Tighten up and reverse action items on web
* Tweak web styles for emoji bar
* Might as well make disabled more obvious
* Format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* update package
* wire up APIs
* get reactions to display
* allow removing emoji
* handle limits better
* listen to reactions in log
* update convo list with reactions
* tweaks to reaction display
* Handle empty message fallback case
* update package
* shift reacts up by 2px
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* save locations of menu items
* enable panning to select items
* rm unused type
* fix haptic overfiring
|
|
|
|
|
| |
* Make sure Sentry's auth token is set on process
* Pass in token explicitly
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* extract offset, reduce by 20px
* move constant to `Layout/const.ts`
|
| |
|
|
|
| |
This reverts commit 0014b8b9cd0a5858ea7fad31361e5b611296e912.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* get context menu somewhat working ish
* take screenshot rather than double rendering
* get animations somewhat working
* get transform animation working
* rm log
* upwards safe area
* get working on android
* get android working once and for all
* fix positioning on both platforms
* use dark blur on ios always, fix dark mode
* allow closing with hardware back press
* try and fix type error
* add note about ts-ignore
* round post
* add image capture error handling
* extract magic numbers
* set explicit embed width, rm top margin
* Message embed width tweaks
* Format
* fix position of embeds
* same as above for web
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
|
|
|
|
| |
* add eslint-plugin-import
* turn off eslint/no-usused-vars
|
| |
|
|
|
|
|
|
|
|
|
| |
* try using meta
* color scheme
* revert test change
* escape
|
|
|
|
|
|
|
|
|
| |
* make root route redirect to 301
* use config
* end
* add a comment
|
| |
|
| |
|
| |
|
| |
|