{"id":15537537,"url":"https://github.com/nullvoxpopuli/ember-autostash-modifier","last_synced_at":"2025-04-11T07:39:26.169Z","repository":{"id":37066767,"uuid":"247557583","full_name":"NullVoxPopuli/ember-autostash-modifier","owner":"NullVoxPopuli","description":"A modifier for syncing data to another location based on changing arguments.","archived":false,"fork":false,"pushed_at":"2024-04-28T23:02:29.000Z","size":2381,"stargazers_count":22,"open_issues_count":27,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-01T23:23:22.583Z","etag":null,"topics":["ember","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://nullvoxpopuli.github.io/ember-autostash-modifier/","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/NullVoxPopuli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-15T21:49:39.000Z","updated_at":"2024-05-05T23:33:34.599Z","dependencies_parsed_at":"2023-12-13T01:57:45.103Z","dependency_job_id":"492d494b-799d-42eb-8f68-475e153c9ed4","html_url":"https://github.com/NullVoxPopuli/ember-autostash-modifier","commit_stats":{"total_commits":394,"total_committers":5,"mean_commits":78.8,"dds":0.1649746192893401,"last_synced_commit":"ea875fdab7e8bd7293be1d8ce26b5dd4e3fda898"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fember-autostash-modifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fember-autostash-modifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fember-autostash-modifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fember-autostash-modifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NullVoxPopuli","download_url":"https://codeload.github.com/NullVoxPopuli/ember-autostash-modifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248359149,"owners_count":21090480,"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","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":["ember","hacktoberfest"],"created_at":"2024-10-02T11:57:54.255Z","updated_at":"2025-04-11T07:39:26.146Z","avatar_url":"https://github.com/NullVoxPopuli.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ember-autostash-modifier\n==============================================================================\n\nA modifier for stashing changes, binding those changes to a key, and restoring those changes\nbased on that key.\n\nView [Documentation Here](https://nullvoxpopuli.github.io/ember-autostash-modifier/)\n\nUseful for chat apps, where you'd want to persist incomplete messages on a contact's\npage while the user navigates between other contacts before finishing and submitting a message.\nAlso useful if you want to bind component data based on the URL.\n\n\nCompatibility\n------------------------------------------------------------------------------\n\n* Ember.js v3.15 or above\n\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-autostash-modifier\n```\n\n\nUsage\n------------------------------------------------------------------------------\n\nSee [documentation for interactive demo](https://nullvoxpopuli.github.io/ember-autostash-modifier/)\n\n\nUsage in [emberclear.io](https://emberclear.io):\n\n```hbs\n\u003ctextarea\n  {{autostash this.text when=@to.id restore=this.updateText}}\n\n  {{!-- other useful modifiers --}}\n  {{autofocus this.isDisabled}}\n  {{autoresize this.text}}\n\n  {{on 'input' this.onInput}}\n  {{on 'keypress' this.onKeyPress}}\n\n  rows='1'\n  value={{this.text}}\n/\u003e\n```\n\nOther useful modifiers:\n - [autofocus](https://github.com/qonto/ember-autofocus-modifier)\n - [autoresize](https://github.com/jelhan/ember-autoresize-modifier)\n\nContributing\n------------------------------------------------------------------------------\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Fember-autostash-modifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullvoxpopuli%2Fember-autostash-modifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Fember-autostash-modifier/lists"}