Commit Graph

18002 Commits

Author SHA1 Message Date
Oliver Walters ea845cc4e6 Remove autoFillFilters prop 2026-06-29 12:12:45 +00:00
Oliver Walters e547f73688 Change attr name 2026-06-29 12:08:39 +00:00
Oliver Walters 5cad4f897e Adjust modal width 2026-06-29 12:03:49 +00:00
Oliver Walters 2ec2ae9932 Cleanup dead code 2026-06-29 12:02:53 +00:00
Oliver Walters 95622887aa Merge commit '12825aa1f4f6b47fabc47dda980d74df50d7dad4' into table-field-fix 2026-06-29 12:00:41 +00:00
Oliver Walters 26bb06cb29 Cleanup 2026-06-29 12:00:18 +00:00
Oliver Walters 2712375ae9 Add error message to useWhyDidYouUpdate 2026-06-29 11:59:03 +00:00
Oliver Walters 4ad764a2b2 Remove obj reference
- preventing shallow comparison from working
2026-06-29 11:58:12 +00:00
Oliver 12825aa1f4
[UI] Fix stock dates (#12272)
* [UI] Fix stock dates

- Display creation date
- Display stocktake date

* Switch to date type
2026-06-29 16:01:33 +10:00
Oliver 5b1a7db07f
[UI] Table tweaks (#12271)
* [UI] Make part cell text copyable

* Reduce text size

* Reduce text size
2026-06-29 16:01:15 +10:00
Oliver Walters a45bed31d1 More refactoring 2026-06-28 07:51:05 +00:00
Oliver Walters 014f340c5b Refactoring 2026-06-28 07:47:05 +00:00
Oliver Walters 2e0ece6b48 Create useStockItems hook for memoizing items 2026-06-28 07:23:49 +00:00
Oliver Walters 6998200b62 Cleanup 2026-06-28 06:13:05 +00:00
Oliver Walters 078742bed6 Fix row keys 2026-06-28 06:08:37 +00:00
Oliver Walters 7e7826b75a Remove memoized pattern 2026-06-28 06:06:50 +00:00
Oliver Walters df00bfb1d3 Fix useReceiveLineItems 2026-06-28 05:49:44 +00:00
Oliver Walters cb866d3009 Fix for transfer order table 2026-06-28 03:03:58 +00:00
Oliver Walters df8fd198e1 Fix for useConsumeBuildLinesForm 2026-06-28 00:50:54 +00:00
Oliver Walters 9ce8dd0921 Fix re-rendering issues for build allocation 2026-06-28 00:49:39 +00:00
Oliver Walters 8388425195 Memoize build lines 2026-06-28 00:47:49 +00:00
Oliver Walters dc6bec0501 memoize quantity 2026-06-28 00:43:35 +00:00
Oliver Walters a7dd6660b5 Adjust more forms 2026-06-28 00:36:21 +00:00
Oliver Walters b54bd4e4ca Fix for BomItemSubstituteRow 2026-06-28 00:29:39 +00:00
Oliver Walters 218536eac3 Compare errors too 2026-06-28 00:23:53 +00:00
Oliver Walters 36831bd971 Generic row memos 2026-06-28 00:23:02 +00:00
Oliver Walters 0b12bdaac8 use rowId instead of idx 2026-06-28 00:14:32 +00:00
Oliver Walters 7523a97af2 Add comment 2026-06-27 23:44:51 +00:00
Oliver Walters 15c7df980c Use NumberInput elsewhere 2026-06-27 09:14:17 +00:00
Oliver Walters 91e6c69abb Use lightweight NumberInput 2026-06-27 08:50:34 +00:00
Oliver Walters 8c1bd825de Keep props hidden 2026-06-27 08:34:59 +00:00
Oliver Walters b2936e5fcf Adjust order of operations for hooks 2026-06-27 08:32:03 +00:00
Oliver Walters 1dfcfaa6c3 Prevent unnecessary re-rendering of table rows 2026-06-27 08:28:05 +00:00
Oliver Walters a100623c44 Do not pass 'control' through to each row 2026-06-27 05:14:19 +00:00
Oliver Walters 631fd7c956 Add debug function for finding why a component re-rendered 2026-06-27 05:08:04 +00:00
Oliver Walters 9a8b8dadeb Don't use idx to identify rows 2026-06-27 04:48:47 +00:00
Oliver Walters 2b65220d0d Use callback funcs 2026-06-27 02:16:49 +00:00
Matthias Mair 25b83c7388
update sponsored ressources (#12264) 2026-06-27 11:30:51 +10:00
Matthias Mair 2d1d5403d8
chore(backend): Remove devops (#12265)
* update sponsored ressources

* remove az devops
2026-06-27 11:30:28 +10:00
Oliver 1da71ca3b9
[UI] Stock column fix (#12268)
* [UI] Fix StockColumn component

* stock table rendering tweaks
2026-06-27 11:29:40 +10:00
Matthias Mair 56679e4b31
chore(backend): dep bump (#12258)
* general deps bump

* cleanup other dep files
2026-06-26 09:56:01 +10:00
Matthias Mair 5d581a35e4
chore(backend): harden gh setup (#12262)
* pin plugin creator version

* hard pin install script
2026-06-26 09:55:36 +10:00
Matthias Mair 8f73d9291b
chore(backend): typing fixes (#12247)
* bump ty

* various fixes

* fix settings

* bump stubs

* update pre-commit setup

* update ignore

* fix various issues

* fix style

* fix ignores

* fix wrong ty warnings

* ignore __class__ type checking errors
see https://github.com/astral-sh/ty/issues/3122

* fix exception logging

* update ignoring

* bump ty further

* add cleanup cmd

* Merge branch 'master' of https://github.com/inventree/InvenTree into typechecking-remove-ignore

* bump ty

* remove now unused class ignores
2026-06-26 08:04:36 +10:00
Oliver e847d96a88
Bug fix for exception handler (#12257) 2026-06-26 08:02:38 +10:00
Oliver b99b80957f
[UI] Improve revision selector (#12254)
- Display upstream revisions too
2026-06-26 00:02:50 +10:00
Oliver 39b74c7e87
Skip "many" fields in DataExport (#12255)
- Exporting multi-dimensional datasets requires a custom exporter
2026-06-25 22:44:32 +10:00
Matthias Mair 496b20e08f
fix js-yaml, esbuild vulns (#12190)
* fix js-yaml, esbuild vulns

* update bump

* upgrade vite
2026-06-25 16:06:02 +10:00
Oliver e5fa67ca9f
Project code active (#12250)
* Add 'active' field to the ProjectCode model

- Allows retiring of old project codes without deleting

* Update UI table

* Refactor ProjectCodeField

* Add unit test

* Bump API version and CHANGELOG
2026-06-25 14:26:53 +10:00
Oliver 3f36537391
Revert devcontainer to python 3.12 (#12249) 2026-06-25 12:23:44 +10:00
github-actions[bot] d1f91e8b4e
New Crowdin translations by GitHub Action (#12238)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-25 10:51:57 +10:00