Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3b824c6
draft: options.txt syncing
IMB11 Sep 1, 2026
57bf90b
feat: qa
IMB11 Sep 1, 2026
fb1f0ca
fix: msgs
IMB11 Sep 1, 2026
fe5f05e
fix: lint + prepr
IMB11 Sep 1, 2026
65e434d
fix: qa
IMB11 Sep 1, 2026
1e31f50
chore: cleanup structure in app-lib
IMB11 Sep 1, 2026
ff3a0df
chore: 26.3 + history readme
IMB11 Sep 1, 2026
a1809ff
fix: qa
IMB11 Sep 1, 2026
d71d291
fix: qa
IMB11 Sep 1, 2026
9bfd27e
fix: qa
IMB11 Sep 1, 2026
2ca533d
fix: qa
IMB11 Sep 1, 2026
6a13c0b
feat: full writeup of options.txt catalog history
IMB11 Sep 2, 2026
9facc97
Add enum types
IMB11 Sep 2, 2026
3a66047
fix: qa
IMB11 Sep 2, 2026
bc1eb52
fix: qa
IMB11 Sep 2, 2026
08df922
fix: qa
IMB11 Sep 2, 2026
cf638a9
qa: pass 4
IMB11 Sep 3, 2026
bfbbd36
qa
IMB11 Sep 3, 2026
e44cff2
chore: cleanup frontend impl
IMB11 Sep 3, 2026
60dae60
fix: options.txt handling for synced resource packs
IMB11 Sep 3, 2026
c95d930
fix: try fix freeze issue
IMB11 Sep 4, 2026
665ef96
qa: pass
IMB11 Sep 4, 2026
30733d9
fix: qa
IMB11 Sep 4, 2026
614678d
fix: qa
IMB11 Sep 4, 2026
13f079f
chore: panic
IMB11 Sep 4, 2026
a734f49
fix: ads using state before ready
IMB11 Sep 4, 2026
12e405b
fix: qa
IMB11 Sep 4, 2026
d0d6d18
fix: qa
IMB11 Sep 4, 2026
256c15b
fix: qa
IMB11 Sep 4, 2026
dee6555
fix: qa
IMB11 Sep 4, 2026
e0c59ed
fix: not using right version field
IMB11 Sep 4, 2026
6af8f7a
fix: lint
IMB11 Sep 4, 2026
f692f4f
fix: qa
IMB11 Sep 4, 2026
523c304
fix: draft until continue or close
IMB11 Sep 4, 2026
5c533c0
fix: qa
IMB11 Sep 4, 2026
500e93c
fix: qa
IMB11 Sep 4, 2026
be8e0e1
revert: icon change
IMB11 Sep 4, 2026
dbdd4e8
fix: fmt + lint
IMB11 Sep 4, 2026
cb3d99c
fix: qa
IMB11 Sep 7, 2026
d90e609
fix: fmt
IMB11 Sep 7, 2026
a268e96
chore: memory fixes
IMB11 Sep 7, 2026
b8e6d37
chore: mem fixes
IMB11 Sep 7, 2026
98954b4
fix: clippy
IMB11 Sep 7, 2026
4a1c5af
fix: qa
IMB11 Sep 7, 2026
6d2b3fb
fix: build
IMB11 Sep 7, 2026
599d42f
fix: lint
IMB11 Sep 7, 2026
df1cc06
fix: lint
IMB11 Sep 7, 2026
97e594e
chore: prune unused translations after rebase
IMB11 Sep 7, 2026
b85d719
fix: fmt + clippy
IMB11 Sep 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions apps/app-frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ export default config.append([
{
ignores: ['src/generated/app-events/*.ts', 'src/generated/app-events/postcard/**'],
},
{
rules: {
'turbo/no-undeclared-env-vars': ['error', { allowList: ['^DEV$', '^PROD$'] }],
},
},
])
Loading
Loading