Skip to content

Commit

Permalink
update assets and depe
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Dec 15, 2023
1 parent f2f3e69 commit b63f30b
Show file tree
Hide file tree
Showing 8 changed files with 231 additions and 233 deletions.
441 changes: 220 additions & 221 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/filament-tail.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/frontend.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/helen.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/lara-zeus.css

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions resources/js/helen.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import domtoimage from 'dom-to-image';
//import {saveAs} from 'file-saver';
import {saveAs} from 'file-saver';

window.download = function (domain) {
var node = document.querySelector('#qrcode svg');
domtoimage.toBlob(node)
.then(function (blob) {
window.saveAs(blob, domain + '.png');
saveAs(blob, domain + '.png');
})
.catch(function (error) {
console.error('oops, something went wrong!', error);
});
}
}
6 changes: 3 additions & 3 deletions resources/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/dist/plugin.js": "/dist/plugin.js?id=d8eae76b5e99023184aa18c28e75a3e1",
"/dist/helen.js": "/dist/helen.js?id=e93ae080b629c1083436a584c77ce0e5",
"/dist/frontend.css": "/dist/frontend.css?id=812f029b5bc8387ae59910407bd26f18",
"/dist/filament-tail.css": "/dist/filament-tail.css?id=c6fbd0ce2bb7698a44ba9a2950423bc9"
"/dist/helen.js": "/dist/helen.js?id=c9db28a212fc8eedfbeec2c9a72de382",
"/dist/frontend.css": "/dist/frontend.css?id=2e2afc784785ed28cab939e061210490",
"/dist/filament-tail.css": "/dist/filament-tail.css?id=bb44dadf5e2886a6c1f9d9d6e8003562"
}
2 changes: 0 additions & 2 deletions tailwind-filament.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ module.exports = {
'../rhea/resources/views/**/*.blade.php',
// Bolt
'../bolt/resources/views/filament/**/*.blade.php',
// Bolt preset
'../bolt-preset/resources/views/filament/**/*.blade.php',
// Bolt0pro
'../bolt-pro/resources/views/filament/**/*.blade.php',
// Thunder
Expand Down

0 comments on commit b63f30b

Please sign in to comment.