Commit Graph

38 Commits

Author SHA1 Message Date
Eric Bailey 810a1d8b33 Adjust sorting, return type, integrate feedback 2025-11-06 12:03:24 -06:00
Eric Bailey 74d12fbacc Bump package, integrate new reasons 2025-11-06 12:03:24 -06:00
Eric Bailey 057ebc442e Cleanup 2025-11-06 12:03:24 -06:00
Eric Bailey 75df80885a Use only new report reason types 2025-11-06 12:03:24 -06:00
Eric Bailey 47aede964f Map to deprecated reason if necessary, send some reports only to Bluesky 2025-11-06 12:03:24 -06:00
Eric Bailey 53728b468b Replace consts and maps using exported values 2025-11-06 12:03:24 -06:00
Hailey dfb5d5749e add mapping 2025-11-06 12:03:24 -06:00
hailey 0dce350d7e Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:24 -06:00
hailey 4a7258336b Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey 56ab2581a9 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey 022ac2ed7a Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey 16a960e244 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey 458c09c1c3 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey 642627ecb3 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey 3b1d28fcc6 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey cc71ede19b Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey 805d55fd50 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey c5d8d78d91 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey c24facd6ad Update src/components/moderation/ReportDialog/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey b8ee41ba65 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey 2af0c853a6 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
hailey d1f9496059 Update src/components/moderation/ReportDialog/utils/useReportOptions.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-11-06 12:03:23 -06:00
Hailey 783acac9b8 rename type 2025-11-06 12:03:23 -06:00
Hailey 8c308be0d4 state fix 2025-11-06 12:03:23 -06:00
Hailey 45d9c5561f other fix 2025-11-06 12:03:23 -06:00
Hailey 020feec15b cleanup open/closed logic 2025-11-06 12:03:23 -06:00
Hailey 5971aaf749 use updated types 2025-11-06 12:03:23 -06:00
Hailey 11d4747b72 cleanup 2025-11-06 12:03:23 -06:00
Hailey 9d1219bab0 start adding new report reasons 2025-11-06 12:03:23 -06:00
Chenyu f82a6188e6 Update admonition component (#9068)
* update admonition component

* fix linting, adominition alighment

* design tweak

* edge cases for admonition, update storybook

* Update src/components/Admonition.tsx

Co-authored-by: Samuel Newman <mozzius@protonmail.com>

* fix mobile version

* change button style

---------

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
2025-09-30 05:27:19 -07:00
Eric Bailey bd17f04810 Migrate to @bsky.app/alf package (#9030)
* Add storybook shortcut in dev

* Migrate to alg pkg

* Migrate font_bold to new font_semi_bold

* Migrate font_heavy to font_bold

* Fix old theme refs

* Remove leading util

* Bump

* Revert "Add storybook shortcut in dev"

This reverts commit 7a86195c77fb5d449c7782e64ebabb6addfab919.

* Remove alf script

* Adjust font scale

* Bump

* Bump pkg

* Migrate values from conflicts

* Create default themes outside react

* Use built-in alf utils

* Migrate old font styles

* Remove unused tokens

* Move theme creation to more appropriate file

* Update button colors

* Adjust TextField colors, line heights
2025-09-24 11:47:08 -05:00
Samuel Newman 53e43a957c run yarn lint --fix (#9013) 2025-09-09 08:38:21 -07:00
Eric Bailey 42bfee5d9d Update copy and link in reporting flow (#8583)
* Update copy and link

* fix prettier

* Update link

---------

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
2025-07-17 11:01:10 -05:00
Samuel Newman c634cd9071 Upgrade prettier to 3.6 (#8558)
* upgrade prettier

* run prettier

* more files
2025-06-23 07:44:40 -07:00
hailey 2a453cd9ca invert flag for sending to statsig (#8431) 2025-05-30 12:13:44 -07:00
Eric Bailey 3be87fbf3b Add report dialog e2e tests (#7913) 2025-03-05 16:31:55 -08:00
Eric Bailey 07dd57d1ea Add metrics to reporting flow (#7871)
* Add metrics to reporting flow

* Remove vestigial state
2025-03-01 13:34:12 -06:00
Eric Bailey 3be9dde92d New reporting flow (#7832)
* Add option to align web dialogs to top

* Add new wait util

* Pipe through feed view to feed components

* Reset unneeded change to main

* Copy over fresh report dialog based on old

* Hack in temp testing data

* Swap in new dialog in all cases but chat

* Cleanup

* Add load and initial error state

* Fill in states

* Add copyright link

* Handle single labeler case

* Comment out debug code

* Improve centering of type in circles

* Open details if Other is selected

* Remove debug code

* Tweak colors

* Bump SDK

* Tweak Admonition for better x-platform styles

* Add retry button

* Add close button

* Remove todo not covered in this PR

* Translate Retry
2025-02-28 17:14:02 -06:00