about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update src/locale/locales/id/messages.poGID2024-01-191-1/+1
| | | | | | Co-authored-by: Aditya Dirgantara <ccoremapd@icloud.com>
| * Update src/locale/locales/id/messages.poGID2024-01-191-1/+1
| | | | | | Co-authored-by: Aditya Dirgantara <ccoremapd@icloud.com>
| * Update src/locale/locales/id/messages.poGID2024-01-191-1/+1
| | | | | | Co-authored-by: Aditya Dirgantara <ccoremapd@icloud.com>
| * Update messages.poGID2024-01-171-1/+1
| |
| * Update messages.poGID2024-01-171-687/+552
| |
* | 1.66Paul Frazee2024-01-1911-2165/+4744
| |
* | properly shorten links in quote embeds (#2570)Hailey2024-01-193-20/+41
| | | | | | | | | | * properly shorten links in quote embeds * lint
* | Update Step2.tsx (#2568)Minseo Lee2024-01-191-2/+4
| |
* | Send error boundary exceptions to Sentry (#2573)Eric Bailey2024-01-191-1/+2
| |
* | set proper content style to fix background color (#2575)Hailey2024-01-191-22/+11
| | | | | | | | | | * set the proper content style * lint
* | flex and truncate content hider text (#2569)Hailey2024-01-191-2/+2
| |
* | Improve country-code handling for text verification (#2579)Paul Frazee2024-01-193-7/+371
| |
* | improve external link design (#2577)Hailey2024-01-191-25/+19
| | | | | | | | | | | | | | * improve external link design * slight changes * use 1.91 aspect for images
* | Update catalan messages.po (#2571)Ivan Beà2024-01-191-16/+16
| | | | | | | | | | | | | | | | | | * Update messages.po Minor corrections spotted by another bluesky user * Update messages.po Apply corrections from @jordimas, changing all the occurrences of "discussió" for "debat"
* | Fixes msgfmt error in line 196 (#2567)Jordi Mas2024-01-181-3/+3
| |
* | Prevent close on backdrop for alt text edit modal (#2492)Mary2024-01-182-4/+8
| | | | | | | | | | * fix: don't close on backdrop for alt text edit * fix: ignore esc key press if a modal is open
* | Change handling for mobilePaul Frazee2024-01-182-3/+30
| |
* | Merge branch 'feat/better-autocomplete-view' of ↵Paul Frazee2024-01-182-34/+86
|\ \ | | | | | | | | | https://github.com/mary-ext/fork-bsky-app into mary-ext-feat/better-autocomplete-view
| * | feat: better autocomplete viewMary2024-01-162-34/+86
| | |
* | | fix: make alt text selectable in Lightbox (#2563)Kyrylo Pronskykh2024-01-181-6/+10
| | |
* | | Add catalanPaul Frazee2024-01-184-0/+13
| | |
* | | Adding catalan localization (#2434)Ivan Beà2024-01-181-0/+2489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create messages.po in catalan * Apply suggestions from code review Co-authored-by: Dario Castañé <d@rio.hn> * Update messages.po Change Estàs segur to Segur * Update messages.po Change "Estàs segur" to "Confirmes" "Ho confirmes" and keep using tuteo * Update messages.po adding suggestions by @jordimas * Apply suggestions from code review Co-authored-by: Dario Castañé <d@rio.hn> Co-authored-by: Daniel Martí <mvdan@mvdan.cc> --------- Co-authored-by: Dario Castañé <d@rio.hn> Co-authored-by: Daniel Martí <mvdan@mvdan.cc>
* | | Set start time on YouTube embeds (#2565)Mary2024-01-181-2/+4
| | | | | | | | | | | | | | | | | | | | | * fix: set start time on yt embeds * fix: re-encode to be on the safe side * chore: fix embed tests
* | | Remove excess l10n related markups (#2544)Takayuki KUSANO2024-01-184-17/+13
| | | | | | | | | | | | | | | * Remove excess l10n related markups * One more correction pointed out by quiple
* | | fix: exempt well-known paths from being handled (#2505)Mary2024-01-181-1/+8
| | |
* | | Merge branch 'better-fr-l10n' of https://github.com/Signez/bsky-social-app ↵Paul Frazee2024-01-181-613/+637
|\ \ \ | | | | | | | | | | | | into Signez-better-fr-l10n
| * | | Improve French localization thanks to reviewsStanislas Signoud (Signez)2024-01-121-32/+32
| | | | | | | | | | | | | | | | Thanks to @fenarinarsa for all the review work!
| * | | Translate more strings in FrenchStanislas Signoud (Signez)2024-01-121-457/+402
| | | |
| * | | Extract new strings to translate in FrenchStanislas Signoud (Signez)2024-01-121-363/+1826
| | | |
* | | | Update DiscoverFallbackHeader.tsx (#2537)Minseo Lee2024-01-181-9/+9
| | | |
* | | | Use new palette values for main palette (#2566)Eric Bailey2024-01-183-57/+62
| | | | | | | | | | | | | | | | | | | | * Use new palette values for main palette * Drawer bg in dark mode
* | | | Phone number verification in account creation (#2564)Paul Frazee2024-01-188-306/+494
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add optional sms verification * Add support link to account creation * Add e2e tests * Bump api@0.9.0 * Update lockfile * Bump api@0.9.1 * Include the phone number in the ui * Add phone number validation and normalization
* | | | Allow images to use specified aspectRatios (#2558)Eric Bailey2024-01-181-15/+2
| | | |
* | | | New component library based on ALF (#2459)Eric Bailey2024-01-1852-965/+4612
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install on native as well * Add button and link components * Comments * Use new prop * Add some form elements * Add labels to input * Fix line height, add suffix * Date inputs * Autofill styles * Clean up InputDate types * Improve types for InputText, value handling * Enforce a11y props on buttons * Add Dialog, Portal * Dialog contents * Native dialog * Clean up * Fix animations * Improvements to web modal, exiting still broken * Clean up dialog types * Add Prompt, Dialog refinement, mobile refinement * Integrate new design tokens, reorg storybook * Button colors * Dim mode * Reorg * Some styles * Toggles * Improve a11y * Autosize dialog, handle max height, Dialog.ScrolLView not working * Try to use BottomSheet's own APIs * Scrollable dialogs * Add web shadow * Handle overscroll * Styles * Dialog text input * Shadows * Button focus states * Button pressed states * Gradient poc * Gradient colors and hovers * Add hrefAttrs to Link * Some more a11y * Toggle invalid states * Update dialog descriptions for demo * Icons * WIP Toggle cleanup * Refactor toggle to not rely on immediate children * Make Toggle controlled * Clean up Toggles storybook * ToggleButton styles * Improve a11y labels * ToggleButton hover darkmode * Some i18n * Refactor input * Allow extension of input * Remove old input * Improve icons, add CalendarDays * Refactor DateField, web done * Add label example * Clean up old InputDate, DateField android, text area example * Consistent imports * Button context, icons * Add todo * Add closeAllDialogs control * Alignment * Expand color palette * Hitslops, add shortcut to Storybook in dev * Fix multiline on ios * Mark dialog close button as unused
* | | Reduce some Sentry logs (#2549)Eric Bailey2024-01-164-7/+8
| | | | | | | | | | | | | | | * Reduce some Sentry logs * Update tests
* | | Fix the fallback to discover behavior on the home feed (#2546)Paul Frazee2024-01-161-1/+2
| |/ |/|
* | Bump ios build numberPaul Frazee2024-01-1510-389/+479
| |
* | Add a new home feed-api wrapper and give a header indicating the fallback ↵Paul Frazee2024-01-157-6/+152
| | | | | | | | | | | | | | | | | | behavior (#2534) * Add a new home feed-api wrapper and give a header indicating the fallback behavior * Sneak in a quick fix: use the correct text color in the delete modal * Use imported constant
* | Add accept-language header (#2457)Cooper Edmunds2024-01-152-14/+28
| |
* | feat: show muted/blocked status on list card (#2523)Mary2024-01-151-5/+13
| |
* | 1.64 (#2521)Paul Frazee2024-01-1210-3967/+18483
| | | | | | | | | | | | | | * bump expo * 1.64 * Update locale files
* | Create a profile record on new user (#2520)Paul Frazee2024-01-121-0/+6
| | | | | | | | | | * Create a profile record on new user * Dont hold up account creation for the profile
* | fix: truncate long email address (#2493)Mary2024-01-121-2/+8
| |
* | fix: set html lang according to app language (#2496)Mary2024-01-121-1/+4
| |
* | Ensure sessions and tokens are synced between tabs (#2498)Eric Bailey2024-01-121-23/+37
| | | | | | | | | | * Ensure sessions and tokens are synced between tabs * Send clear account to sentry for monitoring
* | Suggest post language correction (#2486)Paul Frazee2024-01-123-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: suggested language * fix: wording correction * Factor out SuggestedLanguage into a separate component * Tighten the language-suggestion confidence to avoid false positives * Tweak the copy and UI * Add function fallbacks for safari --------- Co-authored-by: Mary <pineapplecreamcheese@skiff.com>
* | (optional) In app browser (#2490)Paul Frazee2024-01-129-6/+228
|/ | | | | | | | | | | | | * add expo web browser + modal * add in app browser option to settings * don't show toggle on web * Tweak browser-choice UIs --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Toggle minimal shell on any scroll for web (#2499)dan2024-01-111-42/+47
|
* :sparkles: New report type, appeal (#2455)Foysal Ahamed2024-01-101-1/+1
|
* Update Ukrainian translation (#2469)Max Ignatenko2024-01-101-23/+23
| | | Co-authored-by: Ukrainians <github-actions@github.com>