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

Style Searchable Ticker #4558

Merged
merged 68 commits into from
Dec 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
b508432
stub up state management in `Account.tsx` file
emilydrakesmith Dec 4, 2024
0644ae7
filter data set by created vs all bids
emilydrakesmith Dec 6, 2024
3fa2b19
move header of `SearchableTicker.tsx` into return
emilydrakesmith Dec 6, 2024
a034a13
remove deprecated code from `SearchableTicker.tsx` file
emilydrakesmith Dec 6, 2024
ba15c53
update all returns in `Account.tsx` to consume filtered auctions list
emilydrakesmith Dec 6, 2024
cddd687
Merge branch 'develop' of https://github.com/CrocSwap/ambient-ts-app …
emilydrakesmith Dec 6, 2024
6ccd1df
stub up functionality of toggle buttons in `SearchableTicker.tsx` file
emilydrakesmith Dec 9, 2024
8635e2e
commit to allow push
emilydrakesmith Dec 9, 2024
0aec041
remove temp `Switch View` button from `Account.tsx` file
emilydrakesmith Dec 9, 2024
e0f1bf7
toggle color of active bids or created button
emilydrakesmith Dec 9, 2024
ae79c32
Merge branch 'develop' of https://github.com/CrocSwap/ambient-ts-app …
emilydrakesmith Dec 10, 2024
89c9ecc
change `Account.tsx` table filter layout to CSS grid
emilydrakesmith Dec 10, 2024
885f688
style `Account.tsx` table options for mobile devices
emilydrakesmith Dec 10, 2024
5d8a5d0
remove title from mobile version of FUTA account page
emilydrakesmith Dec 10, 2024
3d281f2
fix initialization bug in `Account.tsx` file
emilydrakesmith Dec 10, 2024
3ab00c3
annotate new code in `Account.tsx` file
emilydrakesmith Dec 10, 2024
ace4a16
suppress column headers in `SearchableTicker.tsx` file when no data i…
emilydrakesmith Dec 11, 2024
ae85d07
visually center 'No tickers to display' message
emilydrakesmith Dec 13, 2024
9270518
reinsert `sorted` to sort logic
emilydrakesmith Dec 13, 2024
69ba411
update bids/created button highlighting
emilydrakesmith Dec 13, 2024
84a317f
revert bids vs created button styling on mobile devices
emilydrakesmith Dec 13, 2024
2cab894
Merge branch 'develop' of https://github.com/CrocSwap/ambient-ts-app …
emilydrakesmith Dec 13, 2024
15116a9
re-enable data filtering and sorting
emilydrakesmith Dec 16, 2024
4bb4fb8
delete deprecated CSS rules
emilydrakesmith Dec 19, 2024
211f278
group search and sort elements in `SearchableTicker.tsx` file
emilydrakesmith Dec 19, 2024
53e2b9f
add border to buttons in active state
emilydrakesmith Dec 19, 2024
6c378c7
delete deprecated CSS from `SearchableTicker.tsx` file
emilydrakesmith Dec 19, 2024
d5c8a78
complete mobile styling on header
emilydrakesmith Dec 19, 2024
3786ef4
Merge branch 'develop' of https://github.com/CrocSwap/ambient-ts-app …
emilydrakesmith Dec 19, 2024
0849c2f
add bottom margin to header
emilydrakesmith Dec 19, 2024
9ea8e4c
suppress `TickerItem.tsx` LI svg on mobile screens
emilydrakesmith Dec 19, 2024
b13f5f3
add `flex` sizing to cells in `TickerItem.tsx` elem
emilydrakesmith Dec 26, 2024
a2c286e
render native token committed and reward qty in DOM
emilydrakesmith Dec 26, 2024
9f5da8f
align column headers with data in `SearchableTicker.tsx` elem
emilydrakesmith Dec 26, 2024
72a0af7
annotate new CSS code
emilydrakesmith Dec 26, 2024
809ca52
re-enable scrolling for ticker table with sticky header
emilydrakesmith Dec 26, 2024
8b68516
hide scrollbar on ticker table when not needed
emilydrakesmith Dec 26, 2024
b33def1
disable table resizability on Account page in FUTA
emilydrakesmith Dec 26, 2024
edaff2d
Merge branch 'develop' of https://github.com/CrocSwap/ambient-ts-app …
emilydrakesmith Dec 26, 2024
2beb72b
fix spacing issue in resizable chart definition
emilydrakesmith Dec 26, 2024
75b9f8f
fix visual spacing bugs
emilydrakesmith Dec 26, 2024
00b7efd
remove `COMPLETED` button on Account page and adjust data set shown
emilydrakesmith Dec 26, 2024
bb02aaa
fix bug in `<ResizableContainer />` styled component
emilydrakesmith Dec 26, 2024
d234d7c
remove bottom red border from ticker table
emilydrakesmith Dec 26, 2024
b570a80
add padding to ticker table
emilydrakesmith Dec 26, 2024
1c8accb
fix visual bugs in ticker table
emilydrakesmith Dec 27, 2024
adc347e
disable table resizing on account
emilydrakesmith Dec 27, 2024
735073c
fix chart height on Account page
emilydrakesmith Dec 27, 2024
1b96aef
adjust maximum table height on Auctions page
emilydrakesmith Dec 27, 2024
43779c2
fix table height resize bug on Auctions page
emilydrakesmith Dec 27, 2024
2c7b570
Merge branch 'develop' of https://github.com/CrocSwap/ambient-ts-app …
emilydrakesmith Dec 27, 2024
828fbab
remove differential action for `showComplete` on Account page
emilydrakesmith Dec 27, 2024
4095db3
Merge branch 'develop' of https://github.com/CrocSwap/ambient-ts-app …
emilydrakesmith Dec 27, 2024
350000e
remove developmental `outline` styling
emilydrakesmith Dec 27, 2024
f2540a6
remove watchlist filtering on Account page
emilydrakesmith Dec 27, 2024
5ae777b
remove developmental console logging
emilydrakesmith Dec 27, 2024
83a9963
add E09 address as created by for testing
benwolski Dec 27, 2024
af0b4ef
highlight active ticker on Auctions page
emilydrakesmith Dec 27, 2024
c963190
Merge branch 'spectre' of https://github.com/CrocSwap/ambient-ts-app …
emilydrakesmith Dec 27, 2024
9c6693a
annotate new CSS class logic in `TickerItem.tsx` file
emilydrakesmith Dec 27, 2024
ca34de8
complete color change for active and hovered tickers on Auctions page
emilydrakesmith Dec 27, 2024
3113a24
simplify code to change ticker background color
emilydrakesmith Dec 27, 2024
e7e4eac
remove deprecated developmental code
emilydrakesmith Dec 27, 2024
4f9f5a1
add animation to background color changes in ticker line items
emilydrakesmith Dec 27, 2024
ccdc62d
remove deprecated CSS from searchable ticker files
emilydrakesmith Dec 27, 2024
d0a9139
make ticker arrow visible only on parent elem hover
emilydrakesmith Dec 27, 2024
2f7e4f1
add row gap to ticker line items
emilydrakesmith Dec 27, 2024
fad8ac1
add to mock data
benwolski Dec 27, 2024
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
Prev Previous commit
Next Next commit
re-enable data filtering and sorting
  • Loading branch information
emilydrakesmith committed Dec 16, 2024
commit 15116a92f4118e21dd764f0db3a85474e731e62a
5 changes: 1 addition & 4 deletions src/pages/platformFuta/Account/Account.tsx
Original file line number Diff line number Diff line change
@@ -235,10 +235,7 @@ export default function Account() {
}
// return data after processing (processing is actually optional)
return output;
}, [
tickerSet,
// sorted
]);
}, [tickerSet, sorted]);

const desktopScreen = useMediaQuery('(min-width: 1080px)');

Loading