about summary refs log tree commit diff
path: root/src/view/com/composer/text-input/web/Autocomplete.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Close web mention suggestions popup on `Escape` (#8605)Samuel Newman2025-08-281-174/+139
| | | | | | | | | | | | | * alf web typeahead * fix type error * fix escape behaviour * change selection on hover * rm React. * undo random change
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-2/+2
| | | | | | | * upgrade prettier * run prettier * more files
* Add check to composer user autocomplete (#8253)Eric Bailey2025-04-211-39/+81
| | | | | * Add check to composer autocomplete web * Add check to composer autocomplete mobile
* Fix overflow issue on iOS autocomplete, among other things (#6611)Samuel Newman2024-11-211-2/+6
| | | | | | | | | | | * stop using ref in render * fix display name fallback on web * use unicode ellipsis for useGrapheme * fix overflow issue * sanitize handle/displayname on web
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-6/+1
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-241-7/+8
| | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Fix a few more emoji locations * Couple more * No throw
* Use consistent avatar shape/defaults for labelers (#3257)Eric Bailey2024-03-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | * Add type: labeler to easy spots * Search and ProfileCard * Filter out of suggested follows * ComposeReplyTo * PReviewable avatar in posts * Lists * PostMeta * Notifications * Autocomplete * Straggler * Bump sdk
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-1/+2
| | | Co-authored-by: Ansh <anshnanda10@gmail.com>
* Web composer improvements (#2257)Paul Frazee2023-12-201-1/+1
| | | | | * Keep the emoji picker in the tablet width (close #1880) * Support pressing tab to select a mention (close #1831)
* Autocomplete updates (react-query refactor) (#1911)Paul Frazee2023-11-151-4/+4
| | | | | | | | | | | | | * Unify the autocomplete code; drop fuse * Persist autocomplete results while they're in progress * Commit lockfile * Use ReturnType helper --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Composer update (react-query refactor) (#1899)Paul Frazee2023-11-141-6/+5
| | | | | | | | | * Move composer state to a context * Rework composer to use RQ --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Add ESLint React plugin (#1412)dan2023-09-071-1/+1
| | | | | * Add eslint-plugin-react * Enable display name rule
* Make autocomplete pressable (#620)Ollie H2023-05-151-4/+8
|
* Add avatar to mobile autocomplete and create grapheme hook (#602)Ollie H2023-05-091-25/+5
| | | | | * Add avatar to mobile autocomplete and create grapheme hook * Remove comment, update filename, cut out redundant logic
* Visual improvements to web autocomplete (#591)Ollie H2023-05-081-14/+108
| | | | | * Visual improvements to web autocomplete * Remove stray styling
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-2/+2
|
* Move to expo and react-navigation (#288)Paul Frazee2023-03-131-0/+157
* WIP - adding expo * WIP - adding expo 2 * Fix tsc * Finish adding expo * Disable the 'require cycle' warning * Tweak plist * Modify some dependency versions to make expo happy * Fix icon fill * Get Web compiling for expo * 1.7 * Switch to react-navigation in expo2 (#287) * WIP Switch to react-navigation * WIP Switch to react-navigation 2 * WIP Switch to react-navigation 3 * Convert all screens to react navigation * Update BottomBar for react navigation * Update mobile menu to be react-native drawer * Fixes to drawer and bottombar * Factor out some helpers * Replace the navigation model with react-navigation * Restructure the shell folder and fix the header positioning * Restore the error boundary * Fix tsc * Implement not-found page * Remove react-native-gesture-handler (no longer used) * Handle notifee card presses * Handle all navigations from the state layer * Fix drawer behaviors * Fix two linking issues * Switch to our react-native-progress fork to fix an svg rendering issue * Get Web working with react-navigation * Refactor routes and navigation for a bit more clarity * Remove dead code * Rework Web shell to left/right nav to make this easier * Fix ViewHeader for desktop web * Hide profileheader back btn on desktop web * Move the compose button to the left nav * Implement reply prompt in threads for desktop web * Composer refactors * Factor out all platform-specific text input behaviors from the composer * Small fix * Update the web build to use tiptap for the composer * Tune up the mention autocomplete dropdown * Simplify the default avatar and banner * Fixes to link cards in web composer * Fix dropdowns on web * Tweak load latest on desktop * Add web beta message and feedback link * Fix up links in desktop web