Skip to content

Commit

Permalink
save settings
Browse files Browse the repository at this point in the history
  • Loading branch information
teeteeteeteetee committed Nov 25, 2023
1 parent 8669504 commit af4db38
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 7 additions & 1 deletion src/client-src/page/Repository.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@
* Github: https://github.com/teeteeteeteetee
* Discord: Tee#0001
*
* Last Modified: Saturday, 25th November 2023 12:10:07 pm
* Last Modified: Saturday, 25th November 2023 1:12:55 pm
* Modified By: Tee ([email protected])
*
* Copyright (c) 2023 Tee, Demon Cat
*/
import React, { useEffect, useState } from 'react';
export default function Repository(){

useEffect(() => {

}, [])

return (
<div className='container mx-auto'>
<p>Repository: </p>
Expand Down
9 changes: 4 additions & 5 deletions src/rpc_client-src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Github: https://github.com/teeteeteeteetee
* Discord: Tee#0001
*
* Last Modified: Saturday, 25th November 2023 1:02:21 pm
* Last Modified: Saturday, 25th November 2023 1:08:59 pm
* Modified By: Tee ([email protected])
*
* Copyright (c) 2023 Tee, Demon Cat
Expand Down Expand Up @@ -87,8 +87,7 @@ if (!configurations.extension) {
configurations.extension = getConfiguration("extension");
}

config.data = configurations
csInterface.dispatchEvent(config)
csInterface.dispatchEvent(configurations)


rpc.login()
Expand All @@ -100,8 +99,8 @@ rpc.login()
console.log(rpc.getUser())
csInterface.dispatchEvent(user)
}
console.log(config)
csInterface.dispatchEvent(config)
console.log(configurations)
csInterface.dispatchEvent(configurations)

})
})
Expand Down

0 comments on commit af4db38

Please sign in to comment.