Commit graph

2121 commits

Author SHA1 Message Date
KennyG
64c8a22cf5 Enhance PerformerResult component with internationalization support.
- Refactored buildPerformerDeltaRows to utilize `intl` for label formatting, improving localization.
- Updated loading state message to use `FormattedMessage` for better internationalization.
- Ensured all performer attributes are displayed with localized labels, enhancing user experience across different languages.
2026-04-22 08:48:29 -04:00
KennyG
c0313fea37 Format tagger preview files with Prettier 2.8.4.
Use repository Prettier version to align with CI format-check expectations.

Made-with: Cursor
2026-04-21 17:05:25 -04:00
KennyG
49a777c97f Apply Prettier formatting to tagger preview files.
Format PerformerResult and ScrapedPerformerPreview with Prettier to satisfy validate-ui format checks.

Made-with: Cursor
2026-04-21 17:02:46 -04:00
KennyG
accc6ad1ae Align tagger preview files with repository formatting patterns.
Rework formatting structure in performer result and scraped preview to match established Prettier output style.

Made-with: Cursor
2026-04-21 16:59:50 -04:00
KennyG
ba2ec74f4b Normalize formatting patterns in tagger performer preview files.
Restructure imports and helper formatting to better match repository Prettier conventions.

Made-with: Cursor
2026-04-21 16:55:41 -04:00
KennyG
609395cbeb Adjust formatting in performer result and scraped preview.
Normalize formatting patterns to align with repository Prettier output.

Made-with: Cursor
2026-04-21 16:53:01 -04:00
KennyG
211243919f Fix CI formatting for tagger performer preview files.
Apply Prettier-compatible formatting updates in matched preview, performer result, and scraped preview components.

Made-with: Cursor
2026-04-21 16:49:26 -04:00
KennyG
9ba90cb715 Fix performer preview TypeScript types for CI.
Use full findPerformer data for mismatch comparisons and selected hover content, and normalize scraped card mapping to satisfy PerformerDataFragment shape.

Made-with: Cursor
2026-04-21 16:44:59 -04:00
KennyG
d4080f2d9b Refactor performer delta row conditions in PerformerResult
- Simplified conditions for displaying remote aliases and URLs by removing unnecessary checks against local counts.
- Ensured that rows are only pushed when remote counts exceed local counts, improving clarity and performance.
2026-04-21 16:36:23 -04:00
KennyG
c7bfdfd3cd Enhance performer previews with delta rows and new scraped performer component
- Added delta row functionality to display differences between local and remote performer data in MatchedPerformerPreview.
- Introduced ScrapedPerformerPreview component for displaying scraped performer details with hover functionality.
- Updated PerformerResult to integrate ScrapedPerformerPreview and pass necessary props for delta rows and warnings.
- Enhanced styling for performer popovers to improve user experience.
2026-04-21 16:03:02 -04:00
KennyG
701bcf8bc3 Tagger: show performer hover on picker selection
Made-with: Cursor
2026-04-21 14:54:47 -04:00
KennyG
7b38f6c419 Remove extra trailing blank line in MatchedPerformerPreview
Made-with: Cursor
2026-04-21 13:29:43 -04:00
KennyG
d0f1de3b9d Add children prop typing for MatchedPerformerPreview
Made-with: Cursor
2026-04-21 13:27:14 -04:00
KennyG
8d1c21a705 Remove unused React import in MatchedPerformerPreview
Made-with: Cursor
2026-04-21 13:25:27 -04:00
KennyG
93d9a59976 Adjust MatchedPerformerPreview declaration formatting
Made-with: Cursor
2026-04-21 13:24:09 -04:00
KennyG
de8f8465f7 Format MatchedPerformerPreview for prettier
Made-with: Cursor
2026-04-21 13:21:14 -04:00
KennyG
6f9dc1a09b Enhance PerformerPopover with cardClassName prop and add MatchedPerformerPreview component
- Added cardClassName prop to PerformerPopoverCard and PerformerPopover for customizable styling.
- Introduced MatchedPerformerPreview component to encapsulate PerformerPopover usage with a performerID.
- Updated PerformerResult to utilize MatchedPerformerPreview for improved structure and styling.
2026-04-21 13:10:06 -04:00
Gykes
443de78260
Merge pull request #6802 from stashapp/docs-normalize-manual-headers
Normalize manual headers
2026-04-17 13:40:03 -07:00
Gykes
26cd867a6a
Merge pull request #6773 from stashapp/docs-6673
Document details being searchable field on images
2026-04-13 22:36:43 -07:00
Gykes
f26ae0724b
Merge pull request #6772 from stashapp/docs-6449
Update object fields in scraper documentation
2026-04-13 22:36:29 -07:00
DogmaDragon
4de2351e7c
Clarify caption file naming conventions in documentation (#6821) 2026-04-13 11:03:09 +10:00
WithoutPants
82d12145cc
Fix typo in tag export (#6819) 2026-04-13 10:53:12 +10:00
WithoutPants
968a97aa45 Update changelog 2026-04-10 16:06:29 +10:00
smith113-p
3af546db92
Let the stash ID pill shrink in tagger (#6807)
* Let the stash ID pill shrink in tagger

On very narrow viewports (e.g. mobile), the stash ID pill will
overflow its container. With this PR, it will instead limit itself
to the width of the container and display with an ellipsis if
necessary.

Fixes #6786
2026-04-08 10:17:57 +10:00
DogmaDragon
3b90e5191a
Merge branch 'develop' into docs-normalize-manual-headers 2026-04-07 09:42:40 +03:00
WithoutPants
60ce007c02
Show warning when creating parent tag without remote_site_id (#6805) 2026-04-07 16:34:43 +10:00
WithoutPants
f81053ae7d
Reset page when setting filter criteria (#6804)
Fixes sidebar folder filter not resetting page when selecting folders
2026-04-07 16:33:50 +10:00
WithoutPants
98074e3b57
Fix clicking on scene/marker wall item pushing to history twice (#6803) 2026-04-07 16:33:33 +10:00
DogmaDragon
5edd299b10
Clarify scene fingerprint submission details (#6784) 2026-04-07 15:32:53 +10:00
DogmaDragon
6aaf3fe1b7 Add GitHub Sponsors to Contributing.md 2026-04-07 01:35:46 +03:00
DogmaDragon
5b857663f1 Normalize header casing in TroubleshootingMode.md 2026-04-07 01:33:53 +03:00
DogmaDragon
dd8126206c Normalize header casing in KeyboardShortcuts.md 2026-04-07 01:33:26 +03:00
DogmaDragon
059aa96b51 Normalize header casing in Deduplication.md 2026-04-07 01:31:50 +03:00
DogmaDragon
02dba484cc Normalize header casing in Tagger.md 2026-04-07 01:31:07 +03:00
DogmaDragon
3feabcbf8b Normalize header casing in UIPluginApi.md 2026-04-07 01:30:23 +03:00
DogmaDragon
b4bcb5fe6a Normalize header casing in EmbeddedPlugins.md 2026-04-07 01:28:45 +03:00
DogmaDragon
fcf1a47920 Normalize header casing in ExternalPlugins.md 2026-04-07 01:26:52 +03:00
DogmaDragon
512cf03be9 Normalize header casing in Plugins.md 2026-04-07 01:24:02 +03:00
DogmaDragon
9b346e42f3 Normalize header casing in ScraperDevelopment.md 2026-04-07 01:22:40 +03:00
DogmaDragon
7f20e91687 Normalize header casing in Scraping.md 2026-04-07 01:03:50 +03:00
DogmaDragon
a2cfd090b5 Normalize header casing in Images.md 2026-04-07 01:00:37 +03:00
DogmaDragon
692086d138 Normalize header casing and improve formatting in Browsing.md 2026-04-07 00:59:48 +03:00
DogmaDragon
c648fc3a89 Normalize header casing in JSONSpec.md 2026-04-07 00:32:07 +03:00
DogmaDragon
6db4988042 Normalize header casing in SceneFilenameParser.md 2026-04-07 00:31:56 +03:00
DogmaDragon
e405871749 Normalize header casing in AutoTagging.md 2026-04-07 00:22:59 +03:00
DogmaDragon
299e3c2a42 Normalize header casing and improve consistency in Tasks.md 2026-04-07 00:21:42 +03:00
DogmaDragon
93f4cfdba1 Normalize header casing in Interface.md 2026-04-07 00:11:55 +03:00
DogmaDragon
0ed2992a72
Fix typo in the manual (#6771) 2026-03-31 18:23:40 +11:00
DogmaDragon
3c06df402b Document changes from https://github.com/stashapp/stash/pull/6673 2026-03-30 15:33:19 +03:00
DogmaDragon
1a8f7e8494 Document changes from https://github.com/stashapp/stash/pull/6449 2026-03-30 15:30:17 +03:00