Skip to content

Commit

Permalink
might just be last push before v8
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinify committed Dec 22, 2023
1 parent 73a2bc5 commit 0810846
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 2,288 deletions.
2,276 changes: 1 addition & 2,275 deletions dist/build.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/testing/index.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/UIManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export class UIManager {
this._createGUI()
}


private _createGUI(): void {
this.container = create_element('div', document.body, {
id: 'cac__CONTAINER',
Expand Down Expand Up @@ -211,4 +210,3 @@ export class UIManager {
return this.sections.find((section) => section.id === id)
}
}

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Please respect the license or you may recieve a DMCA takedown
// Thank you for using car axle client!


import { UIManager } from './UIManager'
import { get_main_notification, get_update } from './database'
import { ITERATION, VERSION } from './static/constant'
Expand Down
2 changes: 0 additions & 2 deletions src/modules/modules/scripts/edpuzzle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
// I have made no changes to the code, and I am not the author of the code
// The code is sourced from cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest/script.js



import { moduleDefinition } from '../../moduleapi'

function edpuzzle() {
Expand Down
2 changes: 2 additions & 0 deletions src/modules/modules/tabbar/icon.ts.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@
color: @text;
transition: 0.3s;
font-size: 1vw;
padding: 0;
margin: invert;
}
}
2 changes: 1 addition & 1 deletion src/static/iframe.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
font-size: 1vw;

svg {
height: 60%;
height: 60% !important;
}
}

Expand Down
2 changes: 0 additions & 2 deletions src/static/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
}
}



svg {
fill: @text;
}
Expand Down

0 comments on commit 0810846

Please sign in to comment.