28 Commits

Author SHA1 Message Date
thomas
09096711a8 Update README.md 2025-02-20 15:03:31 +00:00
thomas
0bccd48788 Add MinDimensionScaler component (#58)
* Add MinDimensionScaler component
- Change steps on sliders to 8
- Add test coverage for functions
- Add relevant settings and defaults
* Fix tests & wrong variables
2023-05-28 21:31:15 +01:00
thomas
98655231c5 Fix styling from A1111 update (#31) 2023-03-25 17:53:40 +00:00
thomas
1e8f758146 Add option to hide accordion by default (#29) 2023-03-24 15:50:20 +00:00
thomas
50cf127c44 Add option on img2img to lock to image aspect ratio (#26) 2023-03-24 14:34:35 +00:00
thomas
be365af8f9 Implement JavaScript aspect ratios (#25)
* Implement JavaScript aspect ratios

- Add options to enable and specify JavaScript aspect ratios
- Add JavaScript to load when enabled, which adds dropdown & functionality
- Update docs for JavaScript aspect ratios
- Add video to README.md for JavaScript aspect ratios
- Update options image on README.md
2023-03-24 00:58:00 +00:00
thomas
d602ddf3bf Add tox configuration, we support 3.10 & 3.11 (#22) 2023-03-23 12:38:58 +00:00
544146
8d43b78900 Change image names to fix caching 2023-03-22 19:06:09 +00:00
thomas
0e89df9266 Add aspect ratios configuration option (#15)
* Add aspect ratios configuration option

- Add new component for configurable aspect ratios
- Add options allowing for aspect ratios to use max option
- Update documentation to reflect aspect ratio functionality
- Refactor options to include in each relevant component
2023-03-22 19:01:24 +00:00
thomas
2d3343c911 Merge pull request #12 from thomasasfk/readme-small
Small update to README.md
2023-03-20 21:45:47 +00:00
544146
159c071bed Small update to README.md 2023-03-20 21:45:28 +00:00
thomas
9db0cdaaf7 Merge pull request #11 from thomasasfk/readme-dependencies
Add dependencies section to README.md
2023-03-20 21:44:37 +00:00
544146
d3a3a43854 Add dependencies section to README.md 2023-03-20 21:44:04 +00:00
thomas
da708459ec Merge pull request #10 from thomasasfk/add-test-instructions-to-readme
Update README.md with testing instructions
2023-03-20 21:41:44 +00:00
544146
40fd47ffb3 Update README.md with testing instructions 2023-03-20 21:41:26 +00:00
thomas
2e8d24c56f Merge pull request #5 from thomasasfk/safely-get-options
Safely retrieve options
2023-03-20 20:12:01 +00:00
544146
2898de8abd Safely retrieve options
- Fixes issues where first launch after install raises AttributeError
- Moved all constants into _constants.py
- Moved all settings related functions into _settings.py
- Add sane defaults for last resort
2023-03-20 20:09:05 +00:00
thomas
5f5a7463d5 Merge pull request #4 from thomasasfk/update-readme
Update README.md to reflect changes
2023-03-20 16:00:44 +00:00
544146
912ff1844d Update README.md to reflect changes 2023-03-20 16:00:15 +00:00
thomas
7fe71cc5cd Merge pull request #3 from thomasasfk/add-status-badge
Add status badge
2023-03-20 15:53:36 +00:00
544146
b39444254e Add status badge 2023-03-20 15:52:35 +00:00
thomas
d320bd45f0 Merge pull request #2 from thomasasfk/add-unit-tests
Add parametrized unit test coverage
2023-03-20 15:49:24 +00:00
544146
c4d2e7ec9e Refactor repository
- Split code up, so it can be easily unit tested
- Add unit tests for utility functions
- Add different display options for percentages
- Add contribution section on README.md
2023-03-20 15:27:12 +00:00
thomas
235ec21f3d Update README.md 2023-03-20 04:17:54 +00:00
thomas
3bb75c4fce Update README.md 2023-03-20 04:01:12 +00:00
544146
977fa06088 Fix README.md 2023-03-20 03:56:30 +00:00
544146
b77707c7cd Update README.md 2023-03-20 03:45:02 +00:00
544146
6f3748f390 Add initial files for Aspect Ratio Helper 2023-03-20 03:21:15 +00:00