about summary refs log tree commit diff
path: root/src/screens/Signup
Commit message (Expand)AuthorAgeFilesLines
* Upgrade `@types/react` to 19 and run codemod (attempt 2) (#8918)Samuel Newman2025-09-093-3/+3
* Improve e2e tests (#8927)Samuel Newman2025-08-291-1/+4
* Remove handle suggestion gate (#8899)Samuel Newman2025-08-251-5/+1
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+1
* Update dates (#8822)Eric Bailey2025-08-111-1/+1
* Fix policy state (#8821)Eric Bailey2025-08-112-15/+5
* Check handle as you type (#8601)Samuel Newman2025-08-077-223/+366
* Add device attestation to signup flow (#8757)hailey2025-08-073-42/+147
* [LEG-203] Add onboarding text for policy updates (#8783)Eric Bailey2025-08-061-10/+42
* [APP-1356] Policy update dialog (#8782)Eric Bailey2025-08-061-1/+15
* Port post embeds to new arch (#7408)Eric Bailey2025-06-131-2/+2
* invert flag for sending to statsig (#8431)hailey2025-05-301-1/+1
* New `Select` component (#8323)Samuel Newman2025-05-061-2/+6
* Tweak copy to remove remaining uses of `sign up` (#7987)surfdude292025-04-021-1/+3
* add plural formatting for too long handle error (#7999)surfdude292025-04-011-2/+6
* Instrument signup (#8037)Samuel Newman2025-03-275-36/+128
* move translation tags (#7823)surfdude292025-02-241-4/+6
* Basic minimum password requirements, plus field-specific errors (#7811)Samuel Newman2025-02-242-20/+65
* connect inputs together in signup (#7809)Samuel Newman2025-02-211-2/+25
* fix handle length error message (#7802)Samuel Newman2025-02-211-4/+4
* `@atproto/api@next` integration (#7344)Eric Bailey2025-02-181-1/+5
* Improved service handle validation logic (#7657)Samuel Newman2025-02-061-3/+3
* Date input improvements (#7639)Samuel Newman2025-02-031-1/+2
* fix hcap clipping (#7567)Samuel Newman2025-01-231-2/+1
* [ELI5] Validate too long handles in signup (#7422)Samuel Newman2025-01-101-3/+10
* [ELI5] Tweaks to hosting provider (#6935)Samuel Newman2025-01-081-11/+5
* [ELI5] Tweak wording on the signup screen (#7136)dan2024-12-172-3/+3
* Leverage jsx transform to remove unnecessary react imports and update eslint ...Paul Coroneos2024-11-192-2/+1
* Sort imports (#6009)dan2024-10-291-1/+1
* Improve localization of {els} string on Create Account page (#3912)Minseo Lee2024-10-052-32/+54
* Remove Segment (#5518)Hailey2024-09-271-6/+0
* Lazy load ViewShot (#5517)Hailey2024-09-271-1/+4
* [Neue] Font weights (#5442)Eric Bailey2024-09-201-3/+3
* Validate TLD in signup (#5426)Hailey2024-09-202-9/+39
* [Neue] Buttons (#5406)Eric Bailey2024-09-201-3/+3
* Add autoCapitalize to password field (#5216)Eduardo Tachotte2024-09-121-0/+1
* Ensure captcha verification code gets submitted in signup request (#5010)Hailey2024-08-283-13/+9
* Submit fix (#4978)dan2024-08-224-31/+45
* Add labels to a few missing places (#4838)Eric Bailey2024-07-252-2/+9
* Improve textinput performance in login and account creation (#4673)Paul Frazee2024-07-026-249/+317
* Add events to signup for captcha results (#4712)Hailey2024-07-012-5/+12
* Revert animation change in signup (#4693)Hailey2024-06-273-26/+28
* Handle pushing to starterpack screen when unauthed (#4692)Hailey2024-06-273-36/+45
* Starter Packs (#4332)Hailey2024-06-211-1/+39
* Move onboarding start to after successfull account creation (#4381)Eric Bailey2024-06-191-2/+5
* Replace getAgent() with reading agent (#4243)dan2024-05-281-3/+3
* [Session] Remove global agent (#3852)dan2024-05-081-14/+2
* Improve localization marks (#3285)Minseo Lee2024-05-061-5/+7
* sentry errors for captcha web views and registration attempts (#3761)Hailey2024-05-015-22/+60
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-1/+3