lolmaus / lolmaus/ember-dialogs

Namespace helpers

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
JavaScript
Stars
12
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Helpers `alert`, `confirm` and `prompt` have too generic names. Including the addon to an app breaks the app when it uses local properties `alert`, `confirm` or `prompt` in templates.

To resolve the issue, we should rename helpers to `ember-dialogs-alert`, `ember-dialogs-confirm` and `ember-dialogs-prompt`.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the addon’s `alert`, `confirm`, and `prompt` helper entry points and their template usages. Rename those helpers to `ember-dialogs-alert`, `ember-dialogs-confirm`, and `ember-dialogs-prompt`, then verify that applications with local properties of the original names no longer conflict.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.