Skip to content

Commit

Permalink
Don't force square aspect ratio for image previews
Browse files Browse the repository at this point in the history
  • Loading branch information
atampy25 committed Nov 2, 2024
1 parent 346cb0a commit 99f0639
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 508 deletions.
35 changes: 24 additions & 11 deletions .github/ISSUE_TEMPLATE/issue-report.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,42 @@
---
name: Issue report
about: Got issues? Sorry can't help with that, only GK problems
title: ''
title: ""
labels: issue
assignees: ''

assignees: ""
---

**Describe the bug**
A clear and concise description of what the bug is.
# The issue

## Reproduction steps

Steps to reproduce the behaviour:

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.
Give exact examples, like specific files to open or things to search.

## Expected behaviour

A clear and concise description of what you expected to happen after completing the reproduction steps.
When I click on the file in the tree view, I expect the file to open in the editor.

## Observed behaviour

What actually happened after completing the reproduction steps.
When I click on the file in the tree view, I get an error message. The message is: "..."

## Screenshots

**Screenshots**
If applicable, add screenshots to help explain your problem.

## Logs

Please upload your log file from `%appdata%\app.glacierkit` and if applicable any files with `panic` in the name.

**Additional context**
## Additional context

Add any other context about the problem here.
Binary file modified .yarn/install-state.gz
Binary file not shown.
85 changes: 45 additions & 40 deletions src-tauri/Cargo.lock

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

11 changes: 10 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,16 @@ features = ["lto"]

[dependencies.hitman-commons]
git = "https://github.com/atampy25/hitman-commons"
features = ["serde", "specta", "rpkg-rs", "tex-rs", "tonytools", "resourcelib", "hash_list"]
features = [
"serde",
"specta",
"rpkg-rs",
"tex-rs",
"tonytools",
"resourcelib",
"hash_list",
"game_detection",
]

[dependencies.hitman-formats]
git = "https://github.com/atampy25/hitman-formats"
Expand Down
Loading

0 comments on commit 99f0639

Please sign in to comment.