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

Order input component style and code polishing #117

Merged
merged 44 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
85840eb
feat: reusable input component
abdulhaseeb13mar Sep 13, 2023
56578aa
feat: reusable token avatar component
abdulhaseeb13mar Sep 13, 2023
4021278
style: setting base style for html elements
abdulhaseeb13mar Sep 13, 2023
dc77e9a
package: install @tailwindcss/container-queries
abdulhaseeb13mar Sep 14, 2023
eec05ae
order input component polished and code revamp
abdulhaseeb13mar Sep 14, 2023
2a9e02c
Corrected setPercentage behaviour
EngineerCharlie Sep 20, 2023
6a206bf
feat: merket order input functionality
abdulhaseeb13mar Sep 21, 2023
bbdaed9
revamp: limit order initial functionality
abdulhaseeb13mar Sep 23, 2023
9b4a4ed
update: hide balance,prevent default in limit only
abdulhaseeb13mar Sep 24, 2023
7c39a38
Merge branch 'main' into order-input
abdulhaseeb13mar Sep 25, 2023
7d0aefd
feat: ability to switch token in order input
abdulhaseeb13mar Sep 26, 2023
efbe191
Merge branch 'order-input' of https://github.com/abdulhaseeb13mar/dex…
abdulhaseeb13mar Sep 26, 2023
3ec3490
update: replace heroIcons with react-icons
abdulhaseeb13mar Sep 26, 2023
2c6fb6e
fix: prettier formatting in global.css
abdulhaseeb13mar Sep 26, 2023
86a61aa
css: border-0 for input component
abdulhaseeb13mar Sep 26, 2023
37fe6d5
Merge remote-tracking branch 'origin/main' into pr/abdulhaseeb13mar/117
EvgeniiaVak Oct 5, 2023
10266ee
run npm audit fix
EvgeniiaVak Oct 5, 2023
f26e17f
refactor order input to multiple files
EvgeniiaVak Oct 5, 2023
a52a126
Revert "run npm audit fix"
EvgeniiaVak Oct 8, 2023
c5f453d
functionality from figma for limit orders
EvgeniiaVak Oct 9, 2023
a0ca975
style updates to be closer to figma
EvgeniiaVak Oct 9, 2023
b8c01fb
remove important modifier for shared style
EvgeniiaVak Oct 10, 2023
2a9664f
limit order new functionality attempt
EvgeniiaVak Oct 10, 2023
b6ed728
fixes balances being wiped out with updates
EvgeniiaVak Oct 11, 2023
8223903
fixes undefined error for order history
EvgeniiaVak Oct 11, 2023
806e742
fixes order input styling
EvgeniiaVak Oct 11, 2023
4ac5545
fixes eslint errors
EvgeniiaVak Oct 11, 2023
0e8c22b
adds post-only tooltip
EvgeniiaVak Oct 12, 2023
73fae9d
fixes zeros not showing up
EvgeniiaVak Oct 12, 2023
91402d2
fix validations
EvgeniiaVak Oct 12, 2023
fdd2da3
fixes limit order errors
EvgeniiaVak Oct 13, 2023
9ec24ea
fix incorrect amount validation
EvgeniiaVak Oct 13, 2023
380f988
fixes eslint warning for price chart
EvgeniiaVak Oct 13, 2023
586a540
Merge remote-tracking branch 'origin/main' into pr/abdulhaseeb13mar/117
EvgeniiaVak Oct 13, 2023
52f9804
Merge branch 'main' into order-input
EvgeniiaVak Oct 13, 2023
e24e181
removes unused files
EvgeniiaVak Oct 13, 2023
8b021e7
code cosmetic improvements
EvgeniiaVak Oct 14, 2023
d1bdccb
removes order type top margin
EvgeniiaVak Oct 14, 2023
f855114
fixes zero inputs
EvgeniiaVak Oct 14, 2023
cfe3607
aligns validation error text to the right
EvgeniiaVak Oct 15, 2023
151f696
fixes cost calculation
EvgeniiaVak Oct 16, 2023
5cdfea8
fixes not being able to type in 0
EvgeniiaVak Oct 18, 2023
4001b0c
adds placeholder to amount input
EvgeniiaVak Oct 18, 2023
1ea517b
fixes slippage state
EvgeniiaVak Oct 18, 2023
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
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "prettier"],
"rules": {
"no-console": ["warn", { "allow": ["error"] }],
"no-console": ["warn", { "allow": ["error", "debug"] }],
"prettier/prettier": [
"error",
{
Expand Down
1 change: 0 additions & 1 deletion css-variables/README.md

This file was deleted.

85 changes: 0 additions & 85 deletions css-variables/colors-dark-mode.css

This file was deleted.

85 changes: 0 additions & 85 deletions css-variables/colors-light-mode.css

This file was deleted.

35 changes: 0 additions & 35 deletions css-variables/font-styles.css

This file was deleted.

Loading