about summary refs log tree commit diff
path: root/src/view
Commit message (Collapse)AuthorAgeFilesLines
* basic implementation of search history (#2597)Paul Frazee2024-01-231-6/+131
| | | Co-authored-by: Ryan Skinner <ryanskinner@gmail.com>
* Resolve facets on list descriptions (#2485)Mary2024-01-232-20/+95
| | | | | * feat: add strict/loose link mapping * feat: resolve facets on list description
* fix: don't expose post content on no-unauthenticated (#2584)Mary2024-01-221-4/+22
|
* Tweak positioningPaul Frazee2024-01-221-1/+3
|
* Merge branch 'feat/image-dnd' of https://github.com/mary-ext/fork-bsky-app ↵Paul Frazee2024-01-221-14/+107
|\ | | | | | | into mary-ext-feat/image-dnd
| * fix: firefox edge-caseMary2024-01-211-5/+2
| |
| * fix: design adjustmentsMary2024-01-211-2/+3
| |
| * fix: always call preventDefaultMary2024-01-211-4/+12
| |
| * refactor: use right borderDarkMary2024-01-211-5/+1
| |
| * feat: new designMary2024-01-211-35/+81
| |
| * feat: web composer image drag and dropMary2024-01-211-9/+54
| |
* | Fix jump when opening last post in thread (#2591)dan2024-01-221-1/+3
| |
* | Fix orphan replies in linear mode (#2578)dan2024-01-221-4/+12
| |
* | Fix typos, improve localization and unify separators (#2502)Minseo Lee2024-01-223-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correct a typing error in `FeedItem.tsx` and replace the middle dot in `Drawer.tsx` with a bullet. * Bullet to middle dot * `liked your custom feed{0}` to `liked your custom feed {0}` * Revert "`liked your custom feed{0}` to `liked your custom feed {0}`" This reverts commit 43ae67bd03abad59b15dceb12a54255d7ad302e9. * Update FeedItem.tsx * Update country-codes.ts
* | New Web Layout (#2126)dan2024-01-2225-91/+750
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rip out virtualization on the web * Screw around with layout * onEndReached * scrollToOffset * Fix background * onScroll * Shell bars * More scroll * Fixes * position: sticky * Clean up 1 * Clean up 2 * Undo PagerWithHeader changes and fork it * Trim down both versions * Cleanup 3 * Memoize, lint * Don't scroll away modal or lightbox * Add content-visibility for rows * Fix composer * Fix types * Fix borked scroll animation * Fixes to layout * More FlatList parity * Layout fixes * Fix more layout * More layout * More layouts * Fix profile layout * Remove onScroll * Display: none inactive pages * Add an intermediate List component * Fix type * Add onScrolledDownChange * Port pager to use onScrolledDownChange * Fix on mobile * Don't pass down onScroll (replacement TBD) * Remove resetMainScroll * Replace onMainScroll with MainScrollProvider * Hook ScrollProvider to pager * Fix the remaining special case * Optimize a bit * Enforce that onScroll cannot be passed * Keep value updated even if no handler * Also memo it * Move the fork to List.web * Add scroll handler * Consolidate List props a bit * More stuff * Rm unused * Simplify * Make isScrolledDown work * Oops * Fixes * Hook up context scroll handlers * Scroll restore for tabs * Route scroll restoration POC * Fix some issues with restoration * Remove bad idea * Fix pager scroll restoration * Undo accidental locale changes * onContentSizeChange * Scroll to post * Better positioning * Layout fixes * Factor out navigation stuff * Cleanup * Oops * Cleanup * Fixes and types * Naming etc * Fix crash * Match FL semantics * Snap the header scroll on the web * Add body scroll lock * Scroll to top on search * Fix types * Typos * Fix Safari overflow * Fix search positioning * Add border * Patch react navigation * Revert "Patch react navigation" This reverts commit 62516ed9c20410d166e1582b43b656c819495ddc. * fixes * scroll * scrollbar * cleanup unrelated * undo unrel * flatter * Fix css * twk
* properly shorten links in quote embeds (#2570)Hailey2024-01-192-19/+39
| | | | | * 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
|
* flex and truncate content hider text (#2569)Hailey2024-01-191-2/+2
|
* Improve country-code handling for text verification (#2579)Paul Frazee2024-01-192-7/+118
|
* improve external link design (#2577)Hailey2024-01-191-25/+19
| | | | | | | * improve external link design * slight changes * use 1.91 aspect for images
* 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
| |
* | Remove excess l10n related markups (#2544)Takayuki KUSANO2024-01-183-16/+12
| | | | | | | | | | * 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
| |
* | Update DiscoverFallbackHeader.tsx (#2537)Minseo Lee2024-01-181-9/+9
| |
* | Use new palette values for main palette (#2566)Eric Bailey2024-01-181-1/+4
| | | | | | | | | | * Use new palette values for main palette * Drawer bg in dark mode
* | Phone number verification in account creation (#2564)Paul Frazee2024-01-187-305/+481
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1819-854/+1191
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add a new home feed-api wrapper and give a header indicating the fallback ↵Paul Frazee2024-01-154-4/+57
| | | | | | | | | 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
* feat: show muted/blocked status on list card (#2523)Mary2024-01-151-5/+13
|
* fix: truncate long email address (#2493)Mary2024-01-121-2/+8
|
* Suggest post language correction (#2486)Paul Frazee2024-01-122-0/+103
| | | | | | | | | | | | | | | | | * 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-125-5/+137
| | | | | | | | | | | | | * 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
|
* fix: don't set autocomplete on search input (#2482)Mary2024-01-102-0/+4
|
* Use the RichText facets when copying post text (#2481)Mary2024-01-105-5/+31
| | | | | * feat: serialize rich text to string * feat: wire richTextToString to copy post text
* Increase the number of lines for quote posts from 6 to 20 (#2489)Paul Frazee2024-01-101-1/+1
|
* fix rendering of external in quote embeds (#2464)Hailey2024-01-101-15/+15
|
* Reduce polling (#2465)Paul Frazee2024-01-105-7/+18
| | | | | | | | | | | | | * Move profile and preference polling to polls-on-foreground * Refetch prefs on feeds screen refresh since polling no longer occurs * Reduce notifications polling by 50% if there's already an unread * Disable feed polling if we know we have content * Disable the hard refresh after 1 hour in case it's the cause of the random feed refresh bug * Fix types
* Internationalize more strings (#2440)Stanislas Signoud2024-01-09106-521/+876
| | | Co-authored-by: Ansh <anshnanda10@gmail.com>
* Mark more texts for localization (#2436)Noritada Kobayashi2024-01-105-38/+49
|
* add expandable context to composer when replying to post (#2419)Hailey2024-01-086-29/+260
| | | | | | | | | | | | | | | * add expand replyTo text with animation * add images, quote to replyTo * support withmedia * adjust layout * add embed to all needed openComposer calls * adjust gap * organize imports
* Add stable gutters to settings pagePaul Frazee2024-01-081-1/+3
|
* Merge branch 'settings-web' of https://github.com/rahulyadav5524/social-app ↵Paul Frazee2024-01-081-3/+15
|\ | | | | | | into main