Skip to content

Commit

Permalink
Merge pull request #68 from cmason3/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
cmason3 authored Feb 10, 2025
2 parents 52a91b6 + fa5894c commit 540c972
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### [25.5.0] - Feb 10, 2025
- Disabled dropdowns for DataSets and Templates are now opaque and don't show text behind them
- Overhauled how Ansible Vault works and added `jinjafx_vault_undefined` from JinjaFx
- Updated `minSize` of panes, so they can't be resized smaller than their content
- Updated Pandoc to 3.6.3 in Dockerfile

### [25.4.0] - Feb 3, 2025
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.1.0/js-yaml.min.js" integrity="sha512-CSBhVREyzHAjAFfBlIBakjoRUKp5h7VSweP0InR/pAJyptH7peuhCsqAI/snV+TwZmXZqoUklpXp6R6wMnYf5Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.13/dayjs.min.js" integrity="sha512-FwNWaxyfy2XlEINoSnZh1JQ5TRRtGow0D6XcmAWmYCRgvqOUTnzCxPc9uF35u5ZEpirk1uhlPVA19tflhvnW1g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.13/plugin/relativeTime.min.js" integrity="sha512-MVzDPmm7QZ8PhEiqJXKz/zw2HJuv61waxb8XXuZMMs9b+an3LoqOqhOEt5Nq3LY1e4Ipbbd/e+AWgERdHlVgaA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/b000c1ba/jinjafx_m.js"></script>
<script src="/cf757af4/jinjafx_m.js"></script>
</head>
<body>
<div id="overlay"></div>
Expand Down
6 changes: 3 additions & 3 deletions www/jinjafx_m.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function getStatusText(code) {
cursor: "row-resize",
sizes: [50, 50],
snapOffset: 0,
minSize: 30,
minSize: 50,
onDragStart: remove_info
});
window.cmgVars.refresh();
Expand Down Expand Up @@ -1429,7 +1429,7 @@ function getStatusText(code) {
cursor: "col-resize",
sizes: [60, 40],
snapOffset: 0,
minSize: 45,
minSize: 300,
onDragStart: remove_info
});

Expand All @@ -1438,7 +1438,7 @@ function getStatusText(code) {
cursor: "row-resize",
sizes: [40, 60],
snapOffset: 0,
minSize: 30,
minSize: 120,
onDragStart: remove_info
});

Expand Down

0 comments on commit 540c972

Please sign in to comment.