InfiniteStash
40d9db6bdc
Merge 9690928b76 into 01a7583364
2026-05-05 08:03:26 -05:00
dev-null-life
01a7583364
Refresh file info counter after deleting a file ( #6841 )
...
The mutateDeleteFiles Apollo cache update evicted the plural list
queries (findScenes/findImages/findGalleries) but not the singular
detail queries, so the "File Info" counter on a scene/image/gallery
detail page stayed stale until a manual refresh.
Co-authored-by: dev-null-life <264850222+dev-null-life@users.noreply.github.com>
2026-05-05 14:45:33 +10:00
Gykes
db4eabea81
New: Allow Description and Alias on Tag Creation in Scene Tagger ( #6872 )
2026-05-03 15:32:28 -07:00
WithoutPants
af6491a36f
Pnpm dedupe and overrides ( #6868 )
...
* Run pnpm dedupe
* Override alerted transitive dependencies
2026-04-28 13:45:45 +10:00
dependabot[bot]
cea3c0383f
Bump lodash-es from 4.17.23 to 4.18.1 in /ui/v2.5 ( #6790 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1 )
---
updated-dependencies:
- dependency-name: lodash-es
dependency-version: 4.18.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-28 11:50:30 +10:00
dependabot[bot]
2c98ad4d78
Bump vite from 7.3.1 to 7.3.2 in /ui/v2.5 ( #6862 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.3.2
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-28 11:45:31 +10:00
feederbox826
083ba25d04
ui package updates sprint 1 ( #6777 )
...
* minor package version bumps, remove string.replaceAll polyfill
* update universal-cookie
* bump flag-icons
* [apollo] replace cloneDeep with lodash-es/CloneDeep
* [apollo] partial upgrade to 3.14
* remove dom-screen-wake-lock
* switch videojs-vr library for xvr support. minor bumps
* vite 7
* bump ua-parser-js
* bump postcss
* bump polyfills
* partial bump eslint to v8, otherwise we lose airbnb
* bump typescript to 5.9
* ensure node engine, remove homepage
2026-04-24 14:14:07 +10:00
Gykes
22d2dbc46b
Merge pull request #6838 from smith113-p/link
...
Fix: Correct stash ID links in merge dialogs
2026-04-21 17:11:48 -07:00
Gykes
443de78260
Merge pull request #6802 from stashapp/docs-normalize-manual-headers
...
Normalize manual headers
2026-04-17 13:40:03 -07:00
smith113-p
ada05a59d0
Format
2026-04-16 20:00:22 -04:00
smith113-p
fb1a548be1
Correct stash ID links in merge dialogs
...
The <StashIDList/> element hardcoded a link type of "scenes", so the
tag and performer merge dialogs had incorrect links.
Reported in Discord #bugs
2026-04-16 19:55:53 -04: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
InfiniteStash
e29fd8a0a6
Format
2026-03-31 22:16:09 +02:00
InfiniteStash
438636a836
WIP
2026-03-31 22:12:23 +02:00
InfiniteStash
505d7442cf
Remove unused string
2026-03-31 14:53:15 +02:00
InfiniteStash
972efda577
Fix
2026-03-31 14:07:35 +02:00
InfiniteStash
49b673dcd0
Fix
2026-03-31 13:10:40 +02:00
DogmaDragon
0ed2992a72
Fix typo in the manual ( #6771 )
2026-03-31 18:23:40 +11:00
InfiniteStash
1bc2b831f4
WIP
2026-03-30 22:50:48 +02:00
InfiniteStash
ddd9b67863
WIP
2026-03-30 22:26:49 +02: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