{"id":13989668,"url":"https://github.com/electron-elements/send-feedback","last_synced_at":"2025-07-22T11:31:11.350Z","repository":{"id":30408155,"uuid":"124812995","full_name":"electron-elements/send-feedback","owner":"electron-elements","description":"send-feedback electron element - that could be used to get user feedback from electron app","archived":false,"fork":false,"pushed_at":"2022-12-30T17:13:55.000Z","size":1255,"stargazers_count":3,"open_issues_count":14,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-19T16:25:24.553Z","etag":null,"topics":["custom-elements","electron","electron-elements"],"latest_commit_sha":null,"homepage":"https://electron-elements.github.io/send-feedback/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/electron-elements.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-12T00:31:33.000Z","updated_at":"2021-05-07T17:38:11.000Z","dependencies_parsed_at":"2023-01-14T16:54:56.106Z","dependency_job_id":null,"html_url":"https://github.com/electron-elements/send-feedback","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/electron-elements/send-feedback","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron-elements%2Fsend-feedback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron-elements%2Fsend-feedback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron-elements%2Fsend-feedback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron-elements%2Fsend-feedback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electron-elements","download_url":"https://codeload.github.com/electron-elements/send-feedback/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron-elements%2Fsend-feedback/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266483579,"owners_count":23936371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom-elements","electron","electron-elements"],"created_at":"2024-08-09T13:01:56.134Z","updated_at":"2025-07-22T11:31:10.928Z","avatar_url":"https://github.com/electron-elements.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# send-feedback \n[![npm](https://img.shields.io/npm/v/@electron-elements/send-feedback.svg?style=flat-square)](https://npmjs.org/package/@electron-elements/send-feedback)\n[![Travis](https://img.shields.io/travis/electron-elements/send-feedback.svg?style=flat-square)](https://travis-ci.org/electron-elements/send-feedback)\n[![Greenkeeper badge](https://img.shields.io/badge/Greenkeeper-enabled-blue.svg?style=flat-square)](https://greenkeeper.io/)\n\nThis [electron-element](https://github.com/electron-elements/electron-elements#electron-elements) can be used to \nsend feedback from an electron app to a website. Currently this works well for reporting \nissue to github's issue tracker, or any website that could accept user input sent from the app\n\n## Install\n\n```bash\nnpm i --save @electron-elements/send-feedback\n```\n\n## Usage\n\nBasic Usage:\n```javascript\nconst SendFeedback = require('@electron-elements/send-feedback');\ncustomElements.define('send-feedback', SendFeedback);\n\nconst sendFeedback = document.createElement('send-feedback');\ndocument.body.appendChild(sendFeedback);\n```\n\nThe default design of this element, right out of the box looks like:\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"send-feedback.png\" alt=\"send feedback design\" /\u003e\n\u003c/p\u003e\n\nThe design of the element can be futher customized to fit your needs. See the [docs for usage and documentation to customize your send feedback element.](./docs/index.md)\n\nLastly, you need to configure how the send-feedback will report the feedback back to you. We support\nreporting the feedback to email, github, or the brower. Additionally, you can also do a post request\nto your server with the feedback. You can also add you own reporter if the the reporters we also provide\ndo not fit you needs. See the [reporter docs for more info](./docs/reporters.md).\n\n## Changelog\n\nSee releases page it will contains all the [changelogs and info about new releases.](https://github.com/electron-elements/send-feedback/releases) \n\nDo you have an electron element you want to add to this org? \nIf so follow this guide at [electron-elements repo](https://github.com/electron-elements/electron-elements/blob/master/guides/add-an-electron-element-to-org.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron-elements%2Fsend-feedback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectron-elements%2Fsend-feedback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron-elements%2Fsend-feedback/lists"}