Eric Bailey

Results 84 issues of Eric Bailey

- same functionality as overflow menu - move overflow to top right to make room

Searching for some terms in the app shows no results due to labels being filtered out and an empty page being returned. We should eagerly fetch multiple pages to fill...

blocked

See #2359 This PR is not ready, but it shows one option that may help with search until we can dedicate more backend time to it. Note: one issue with...

Fix #2313 What this PR does is **assumes we're in production unless we match a localhost PDS URL, OR our staging PDS URL.** This means that the SANDBOX warning labels...

Issues to investigate: - date input resetting selection to the current date - no way to change the default birthdate when creating an account - off-by-one error when opening date...

bug

**Describe the bug** As noted [here,](https://github.com/bluesky-social/social-app/blob/main/src/state/session/index.tsx#L138-L142) atm we don't differentiate between types of failures we receive while resuming a session. This results in bad errors states, like users being logged...

bug
x:planned

A few resources - https://github.com/primer/react/blob/main/src/theme.ts - https://primer.style/react/theme-reference - https://spectrum.adobe.com/page/design-tokens/ - https://spectrum.adobe.com/page/color-system/ - good stuff on generating color styles from a base color - https://spectrum.adobe.com/page/using-color/#Two-tone-color-pairing

Adds handling to store UTM params locally to track referrals from our marketing site. WIP, will require additional code to emit events from create account flow. No personal data will...

This PR centralizes all hashtag-related regexes into the `api` package. It also introduces more restrictive matching. See `hashtags/README` for details. Rules: - must start with a letter or emoji /...

Adds a `pre-commit` hook that formats and then lints. If either script fails, the commit will fail. The benefit of doing this in a pre-commit is that if files get...