Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f7baab6
#59 - Started component
nandi95 Feb 16, 2021
c87ed34
#59 - can't do math
nandi95 Feb 17, 2021
fab303d
#59 - math's still hard
nandi95 Feb 22, 2021
1a35093
#59 - Fix slider styles
fullstackfool Feb 24, 2021
a417512
Merge remote-tracking branch 'origin/feature/59' into feature/59
fullstackfool Feb 24, 2021
482e58b
#59 - Fix slider styles
fullstackfool Feb 24, 2021
7011dfb
#59 - Reverted style changes
nandi95 Feb 25, 2021
9eea7d1
#59 - Added tests
nandi95 Feb 25, 2021
bf2c6a6
Merge branch 'main' into feature/59
nandi95 Feb 25, 2021
cb368c4
#59 - removed duplicate entry
nandi95 Feb 25, 2021
0d9b825
Merge branch 'main' into feature/59
fullstackfool Mar 2, 2021
8f54f10
#59 - Fixed label usage edge case
nandi95 Mar 2, 2021
ec637bc
#59 - Animate range slider handle
fullstackfool Mar 2, 2021
f7b79f3
Merge remote-tracking branch 'origin/feature/59' into feature/59
fullstackfool Mar 2, 2021
1b18e96
Revert last commit
nandi95 Mar 3, 2021
12bb669
wip: new approach
nandi95 Mar 3, 2021
ef7877d
Merge branch 'main' into feature/59-centered-label
nandi95 Mar 16, 2021
0f31def
#59 - updated to new approach
nandi95 Mar 16, 2021
90ff29f
Merge branch 'main' into feature/59-centered-label
nandi95 Mar 31, 2021
fd62a87
#59 - wip: worked on positioning
nandi95 Mar 31, 2021
6493859
Merge branch 'main' of github.com:karnama/vueish into feature/59-cent…
fullstackfool Apr 8, 2021
d40d2d5
Merge branch 'main' into feature/59-centered-label
nandi95 Sep 30, 2021
615f9d5
feat(range-slider): added error prop & updated label
nandi95 Sep 30, 2021
5c141ec
fix(range-slider): wip label position
nandi95 Oct 15, 2021
cfb3e4d
Merge branch 'main' into feature/59-centered-label
nandi95 Feb 22, 2022
fd685a7
revert: removed merge conflict resolution issues
nandi95 Feb 22, 2022
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jest.config.js
jest.config.js.map
vite.config.js
vite.config.js.map
.eslintcache

# cache
.eslintcache
Expand Down
Loading