Skip to content

Commit

Permalink
Fixing Docker import errors (#101)
Browse files Browse the repository at this point in the history
Fix docker cli import not including title.
Fix docker cli import containing comments.
Fix docker cli import handling config volume errors.
Optimise new tag fetching.
  • Loading branch information
jerrykuku authored Nov 11, 2024
1 parent bd6c907 commit 566a243
Show file tree
Hide file tree
Showing 8 changed files with 432 additions and 536 deletions.
10 changes: 0 additions & 10 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ export default {
beforeCreate() {
},
created() {
console.log(`
MicroApp is created!

┌─┐┌─┐┌─┐┌─┐┌─┐┌─┐ ┌─┐┌─┐┌─┐ ┬ ┬┬
│ ├─┤└─┐├─┤│ │└─┐───├─┤├─┘├─┘───│ ││
└─┘┴ ┴└─┘┴ ┴└─┘└─┘ ┴ ┴┴ ┴ └─┘┴

-- Made by IceWhale with YOU --
`, `font-family: monospace`);

// this.$buefy.config.setOptions(customIconConfig)
ConfigProgrammatic.setOptions(customIconConfig);
},
Expand Down
11 changes: 1 addition & 10 deletions src/assets/scss/common/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,7 @@
&::placeholder {
color: hsla(208, 16%, 72%, 1);
}

&[type="password"] {
//font-family: "Courier New", monospace;
//-webkit-text-security: disc;
//-moz-text-security: disc;
//text-security: disc;
//font-weight: bold;
//text-shadow: white 0 0 4px;
}


&.is-success {
border: 1px solid hsla(208, 16%, 72%, 1);
box-shadow: none;
Expand Down
Loading

0 comments on commit 566a243

Please sign in to comment.