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

5 implement progress announcements sidebar popup messages file upload dialog #54

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
Expand Down Expand Up @@ -29,5 +27,9 @@ yarn-error.log*
.storybook/
/src/stories

<<<<<<< HEAD
.env
=======
.env
.vscode/
.vscode/
>>>>>>> e3a266988eb969a3200e7d956ea1baeb3a93dcea
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
![](https://img.shields.io/github/languages/top/bluewave-labs/bluewave-hrm)
![](https://img.shields.io/github/issues-pr/bluewave-labs/bluewave-hrm)
![](https://img.shields.io/github/issues/bluewave-labs/bluewave-hrm)
<<<<<<< HEAD


# BlueWave HR
=======
>>>>>>> e3a266988eb969a3200e7d956ea1baeb3a93dcea


# BlueWave HRM
Expand Down
Loading