anoblet / my-project

Starterkit based off lit-element - manages users, provides state, has a CRUD example,

Home Page:https://my-project-75792.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate the helper from the ui

todo opened this issue · comments

commented

// @todo Separate the helper from the ui
export const toast = (message: string) => fireToast(message);


This issue was generated by todo based on a @todo comment in a3bff48. It's been assigned to @anoblet because they committed the code.

Toast assumes a target of "document > app-component > #content" for relative positioning. Pass a container as an argument?

Otherwise it's pretty opinionated