Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add in-app and system notifications #540

Merged
merged 11 commits into from
Aug 19, 2021

Commits on Aug 17, 2021

  1. add notification package

    - add toast nofication implementation to notification page
    - move toast layout code to toast.go
    - add toast to load and common structs
    - remove previous toast implementation
    oshorefueled committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8956860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d454cdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9122993 View commit details
    Browse the repository at this point in the history
  4. go import log file

    oshorefueled committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d764417 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4f5aeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9023f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d75480d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb1f77a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a106bc7 View commit details
    Browse the repository at this point in the history
  10. refactor notification method

    - add NotifyError method
    - add comments to Notify methods
    - call NotifyError for error messages in layout code and Notify for success
      messages.
    oshorefueled committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8814abc View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. go import send page

    oshorefueled committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    04aa048 View commit details
    Browse the repository at this point in the history