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

Feature: Notification Placeholder component #8

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Apr 19, 2024

  1. initial commit

    Ante Laca committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2826994 View commit details
    Browse the repository at this point in the history
  2. reorganize

    Ante Laca committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    54e1618 View commit details
    Browse the repository at this point in the history
  3. change function name to match type

    Ante Laca committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e7cfa4e View commit details
    Browse the repository at this point in the history
  4. change request method to post

    Ante Laca committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b40464c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. refactor: use useState instead of useReducer

    Ante Laca committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fe0a130 View commit details
    Browse the repository at this point in the history
  2. refactor: remove data check

    Ante Laca committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f5f39e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. refactor: use localStorage instead of sessionStorage; add support for…

    … storage type
    Ante Laca committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c8b363f View commit details
    Browse the repository at this point in the history
  2. refactor: make type optional

    Ante Laca committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    61ab05f View commit details
    Browse the repository at this point in the history
  3. feature: update readme

    Ante Laca committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2a9bf65 View commit details
    Browse the repository at this point in the history
  4. refactor: remove notification fetch

    Ante Laca committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    df07f65 View commit details
    Browse the repository at this point in the history