This repository was archived by the owner on Mar 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
#201 Added "Add task" button #231
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
0c1b3ad
Added loading circle when searching for certain client
sammysamx20 f2095e2
Removed extra lines from Viewclients and Search
sammysamx20 3e8ac92
Removed empty line in 192
sammysamx20 c0212c1
Added hover functionality so the title name turns into the Logo Image.
sammysamx20 2a07619
Removed unecessary new lines
sammysamx20 8903c14
Fixed Helfi92 Requested Changes
sammysamx20 6aff5bf
Added button outside of menu
sammysamx20 cf977df
Ran linter program
sammysamx20 3fb4677
Removed px from Logostyle
sammysamx20 111918b
Fixed styling errors
sammysamx20 2da3056
Fixed line spacing and removed quotation marks from logostyle
sammysamx20 d2606b0
Changed margin to theme.spacing.unit
sammysamx20 3e436cb
Added add task button
sammysamx20 0289fcd
Styled Create Task button outside of menu
sammysamx20 8052825
Fixed for Travis CI
sammysamx20 e301dc8
Added create button next to hamburgur menu and removed the create but…
sammysamx20 eae43fd
Changed button to turn green with set background due to themes glith
sammysamx20 95faa2f
Fixed button color error by putting the styling in the buttonIcon css
sammysamx20 2a2e89f
Added loading circle when searching for certain client
sammysamx20 411f6e9
Removed extra lines from Viewclients and Search
sammysamx20 f6afbf8
Removed empty line in 192
sammysamx20 b944860
Added hover functionality so the title name turns into the Logo Image.
sammysamx20 c10cced
Removed unecessary new lines
sammysamx20 4db6fcf
Fixed Helfi92 Requested Changes
sammysamx20 9ccfda7
Added button outside of menu
sammysamx20 117210c
Ran linter program
sammysamx20 bcde1f7
Removed px from Logostyle
sammysamx20 9946c54
Fixed styling errors
sammysamx20 074d8dd
Fixed line spacing and removed quotation marks from logostyle
sammysamx20 b437055
Changed margin to theme.spacing.unit
sammysamx20 99bc3b9
Added add task button
sammysamx20 bd367a4
Styled Create Task button outside of menu
sammysamx20 e024238
Fixed for Travis CI
sammysamx20 70aab40
Added create button next to hamburgur menu and removed the create but…
sammysamx20 b139f08
Changed button to turn green with set background due to themes glith
sammysamx20 5609949
Fixed button color error by putting the styling in the buttonIcon css
sammysamx20 12153bc
Changed plus icon on create button to not turn black on light mode
sammysamx20 30f595a
Fixed merge Errors
sammysamx20 7c41317
Fixed merge Errors
sammysamx20 f433f5f
Added correct spelling of requiresAuth
sammysamx20 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add
requiresAuth, please. We don't want users to create tasks when signed out.