Giter Site home page Giter Site logo

redplanner's People

Contributors

mystster avatar renovate-bot avatar

Watchers

 avatar

redplanner's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update actions/cache action to v4
  • Update actions/checkout action to v4
  • Update actions/setup-node action to v4
  • Update dependency electron-updater to v6
  • Update dependency sass-loader to v14
  • Update dependency typescript to v5
  • Update dependency vue to v3
  • Update dependency vue-router to v4
  • Update dependency vuex to v4
  • Update sameersbn/redmine Docker tag to v5
  • Update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
.devcontainer/docker-compose.yml
  • sameersbn/postgresql 9.6-4
  • sameersbn/redmine 4.1.1-3
dockerfile
.devcontainer/Dockerfile
github-actions
.github/workflows/ci-release.yml
  • actions/checkout v2
  • actions/setup-node v1
  • actions/cache v2
.github/workflows/release.yml
  • actions/checkout v2
  • actions/setup-node v1
  • actions/cache v2
npm
package.json
  • axios 0.20.0
  • core-js 3.6.5
  • dayjs 1.9.4
  • electron-tabs 0.15.0
  • electron-updater 4.3.5
  • element-ui 2.13.2
  • nanoid 3.1.15
  • vue 2.6.12
  • vue-class-component 7.2.6
  • vue-property-decorator 9.0.2
  • vue-router 3.4.7
  • vuex 3.5.1
  • vuex-class-component 2.3.5
  • vuex-persist 3.1.3
  • @types/electron-devtools-installer 2.2.0
  • @typescript-eslint/eslint-plugin 4.5.0
  • @typescript-eslint/parser 4.5.0
  • @vue/cli 4.5.8
  • @vue/cli-plugin-babel 4.5.8
  • @vue/cli-plugin-eslint 4.5.8
  • @vue/cli-plugin-router 4.5.8
  • @vue/cli-plugin-typescript 4.5.8
  • @vue/cli-service 4.5.8
  • @vue/eslint-config-prettier 6.0.0
  • @vue/eslint-config-typescript 7.0.0
  • electron 10.1.4
  • electron-devtools-installer 3.1.1
  • eslint 7.11.0
  • eslint-plugin-prettier 3.1.4
  • eslint-plugin-vue 7.1.0
  • prettier 2.1.2
  • sass 1.27.0
  • sass-loader 10.0.4
  • typescript 4.0.3
  • vue-cli-plugin-electron-builder 2.0.0-rc.4
  • vue-cli-plugin-element-ui 1.1.4
  • vue-template-compiler 2.6.12

  • Check this box to trigger a request for Renovate to run again on this repository

ContextIsolationがtrueだとwebviewからrenderにカスタム情報が渡せない

前提

  • main -> render -> webview
  • webPreferences: {
    // Use pluginOptions.nodeIntegration, leave this alone
    // See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info
    nodeIntegration: (process.env
    .ELECTRON_NODE_INTEGRATION as unknown) as boolean,
    contextIsolation: true,
    webviewTag: true,
    preload: path.join(__dirname, 'preload.js')
    }

何がしたいか?

webview tag内のpreloadからrenderに情報を渡したい。
今回だとwebview tag内で中クリックしたときにrenderにそれを通知したい

期待する動き

webview tag内のpreload でipcRenderer.sendToHostを追加情報付きで呼び出し、それをrender内で受け取る

実際に動き

renderプロセスに来るイベントは通常のeventのみになっており、channelやargsが入っていない。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.