| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Create separate .easignore to ensure google-services.json goes to eas
* Set the notifications serviceDid according to the session host
* Fix types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add emoji-mart package for emoji dropdown picker
* remove emoji picker modal
* load emoji mart data not as part of the main bundle
* remove @emoji-mart/data
* setup emoji insertion with events
* get emoji data from local static assets
* close emoji picker after one emoji has been inserted
* Switch emoji picker trigger to an icon
* Update emoji-mart-data.js
* make grabbing emoji data work on more browsers
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* move `notifee.ts` to notifications folder
* install expo notifications
* add UIBackgroundMode `remote-notifications` to app.json
* fix notifee import in Debug.tsx
* add `google-services.json`
* add `development-device` class to eas.json
* Add `notifications.ts` for native notification handling
* send push token to server
* update `@atproto/api`
* fix putting notif token to server
* fix how push token is uploaded
* fix lint
* enable debug appview proxy header on all platforms
* setup `notifications.ts` to work with app view notifs
* clean up notification handler
* add comments
* update packages to correct versions
* remove notifee
* clean up code a lil
* rename push token endpoint
* remove unnecessary comments
* fix comments
* Remove old background scheduler
* Fixes to push notifications API use
* Bump @atproto/api@0.6.6
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
|
|
|
|
| |
* make toggle border width slightly larger
* change copy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* allow toggling off/on multiple from main composer lang menu
* fix dropdown styles for long labels
* udpate model to use new string field
* update language UI
* save langs to history on submit
* remove edit
* clean up use new fields
* default to deviceLocales
* fix default valu
* feedback
* use radio icon
|
| |
|
|
|
|
|
| |
* Remove potentially confusing period from subdomain in changehandle (close #1004)
* Clarify dns instructions further (close #1087)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add likes tab
(cherry picked from commit 6c5ffd964ca0b185ddfc37088d82712a006a1163)
* only show Likes tab to authenticated user
(cherry picked from commit ecc1254411d760158b6d7a4c5f05d940db872dfc)
* Bump @atproto/api@0.6.5
* fix types
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add title attr to text text links
* Revert "add title attr to text text links"
This reverts commit c028cd184efd3b2788d8f46134eecf521e5d7b07.
* use css tooltips
* add to expanded post state
* handle theming
* add to bskyweb
|
|
|
|
|
| |
* setup `initMention` for mobile
* setup creating post with profile tagged on web
|
|
|
|
|
|
|
|
|
| |
* trim end of email during login
* Switch trimEnd() to trim()
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
|\ |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| | |
into darnfish-fix-empty-search
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* allow handles to start with a number
* don't allow leading hyphen
|
| |
| |
| |
| |
| | |
* Fix to post meta overflow in highlighted post
* Give more space to desktop web
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
The tiptap useEditor() hook creates an awkward challenge for passing
event handlers into its plugins and native events. By introducing a
memoized editor, we should be able to shuttle events out of tiptap
without retriggering the useEditor hook. The emitter can then change
its registered handlers with each state update.
|
| |
| |
| |
| |
| |
| |
| | |
* Don't insert a newline on cmd+entrl (close #1173)
* Don't linkify selected text on url-paste (close #1149)
* Disable the adult content controls if there is no media on the post (close #1169)
|
| |
| |
| |
| |
| |
| |
| | |
* Modify toShortUrl() to always include the full domain
* Shorten links in the composer to save on characters
* Apply some limits to the link card suggester
|
| | |
|
| |
| |
| |
| | |
on web to user space more nicely (#1190)
|
| |
| |
| |
| |
| |
| |
| | |
(#1191)
* Fix to feed item react key value (hopefully)
* Fix false-firing of load more (close #1028)
|
| | |
|
| |
| |
| |
| |
| | |
* use greater of indexedAt or machine clock
* correct mobx usage
|
| |
| |
| |
| |
| | |
* Remove view selector offsetting (close #1174)
* Remove horizontal scroll indicator in view selector
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* :sparkles: Repupose report post modal and re-use for list reporting
* :sparkles: Allow reporting a feed generator
* :sparkles: :recycle: Refactor report modal into one shared component for reporting different collections
* :white_check_mark: Adjust report option selector in tests
* :white_check_mark: Add test for list reporting
* :recycle: :sparkles: Refactor reason options and add options for list and feedgen
* :broom: Cleanup remaining todo
* Fix to mutelist react keys
* Fix regression from rebase
* Improve customfeed mobile header
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* fix prefetching lightbox images
* use array signature
* fix other RN native image usage
* delay prefetching to allow UI to re-render
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* add key to `ProfileCardPills` render method
* More reliable key generation
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
| |
| |
| |
| |
| | |
* Fix load of feeds tab
* Add e2e test for profile feeds
|
| | |
|
| |
| |
| |
| |
| | |
* trim alt text before setting
* Drop `trim` from helpers.ts
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* More useful block-state information in embeds
* Tune copy
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* add media tab
* fix loading state
* cleanup
* update naming
* upgrade api package
* fix load state
* add scroll view to tabs
* fix overflow on mobile web
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add self-label modal
* Use the shield-exclamation icon consistently on post moderation
* Wire up self-labeling
* Bump @atproto/api@0.6.0
* Bump @atproto/dev-env@^0.2.3
* Add e2e test for self-labeling
* Fix types
|
| |
| |
| |
| |
| |
| |
| | |
* wait for list memberships to load before becoming interactive
* add spinner
* remove secondary spinner
|