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

Drip List Card overflow dropdown #720

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
cf39212
feat: show multiple drip lists, introduce visibleDripListAccountIds i…
efstajas Sep 25, 2023
5b59e0c
Merge branch 'main' into feature/multi-drip-list
efstajas Sep 26, 2023
2914b88
Merge branch 'main' into feature/multi-drip-list
evvvritt Sep 29, 2023
936e767
create multiple drip lists, list as grid of linked card-thumbs (close…
evvvritt Oct 2, 2023
17c754a
feat: wip
efstajas Oct 5, 2023
f34b90b
style: create multiple lists, list as grid (closes #694, closes #695,…
evvvritt Oct 2, 2023
2fecd60
Merge branch 'feature/multi-drip-list' of github.com:drips-network/ap…
evvvritt Oct 9, 2023
c4fd6a3
style: pr#701 create multi lists, show as grid of thumbs
evvvritt Oct 9, 2023
f235bda
Merge branch 'feature/multi-drip-list' of github.com:drips-network/ap…
evvvritt Oct 9, 2023
f1785f7
Merge branch 'main' into feature/multi-drip-list
evvvritt Oct 9, 2023
5975e32
Merge branch 'main' into feature/multi-drip-list
efstajas Oct 18, 2023
7576823
feat: no longer block multiple drip lists in creation flow
efstajas Oct 19, 2023
94bc6b6
Merge branch 'main' into feature/multi-drip-list
efstajas Oct 20, 2023
5c5e34a
feat: #712 (#752)
efstajas Oct 20, 2023
afed110
feat: stable drip lists view (#753)
efstajas Oct 20, 2023
9cdfdb3
Merge branch 'main' into feature/multi-drip-list
efstajas Oct 20, 2023
1fc1122
fix: tooltips on lists broken
efstajas Oct 20, 2023
700d9be
feat: improve layout
efstajas Oct 20, 2023
3fbb3be
feat: go to single drip list view after creation
efstajas Oct 23, 2023
6249eed
test: use fake-pinata service, adjust tests for multi-drip list
efstajas Oct 23, 2023
334792a
chore: clean up unused prop
efstajas Oct 23, 2023
7a58445
chore: remove overlooked comment
efstajas Oct 23, 2023
dd0f2f3
test: organize tests
efstajas Oct 23, 2023
2cc138a
fix: initially collapsed transitioned-height appear uncollapsed
efstajas Oct 23, 2023
d8c0810
fix: text-expandable not collapsing text
efstajas Oct 23, 2023
c290d6e
test: remove obsolete tests for ipfs mocking
efstajas Oct 23, 2023
9053b83
ci: remove commitlint
efstajas Oct 23, 2023
c971989
feat: even more stable drip list card layout
efstajas Oct 23, 2023
7876579
remove half-implementation of #698
efstajas Oct 24, 2023
5dad0ce
Merge branch 'feature/multi-drip-list' into jason/drip-list-card-over…
efstajas Oct 24, 2023
6df5a02
overflow button
efstajas Oct 24, 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
33 changes: 0 additions & 33 deletions .github/workflows/commitlint.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

8 changes: 0 additions & 8 deletions commitlint.config.cjs

This file was deleted.

7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ services:
depends_on:
- testnet
- graph-node

fake-pinata:
build:
dockerfile: ./src/e2e-tests/docker/fake-pinata/Dockerfile
context: .
ports:
- '3000:3000'
Loading
Loading