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

fix: allow unlimited list length on subset maker #9

Merged
merged 2 commits into from
Mar 9, 2023

Conversation

JFrankfurt
Copy link
Contributor

@JFrankfurt JFrankfurt commented Mar 9, 2023

image

@vercel
Copy link

vercel bot commented Mar 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
pools-ui ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 9, 2023 at 4:02AM (UTC)

Comment on lines -1 to +15
import React, { useState, useEffect } from 'react';
import { ExternalLinkIcon, QuestionOutlineIcon } from '@chakra-ui/icons';
import {
Button,
Heading,
Text,
Switch,
Container,
VStack,
HStack,
Link,
Tooltip
Button, Container, Heading, HStack,
Link, Switch, Text, Tooltip, VStack
} from '@chakra-ui/react';
import { ExternalLinkIcon, QuestionOutlineIcon } from '@chakra-ui/icons';
import { hexZeroPad } from 'ethers/lib/utils';
import { useAtom } from 'jotai';
import * as _ from 'lodash';
import { AccessList, SubsetData } from 'pools-ts';
import NextLink from 'next/link';
import { AccessList, SubsetData } from 'pools-ts';
import { useEffect, useState } from 'react';
import { useNetwork } from 'wagmi';
import { useAtom } from 'jotai';
import { useAccessList, useNote } from '../../hooks';
import { commitmentsAtom } from '../../state';
import { useCommitments, useNote, useAccessList } from '../../hooks';
import { pinchString, growShrinkProps } from '../../utils';
import { growShrinkProps, pinchString } from '../../utils';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for the editor auto-cleanup

@ameensol ameensol merged commit 6ec1420 into ameensol:main Mar 9, 2023
@JFrankfurt JFrankfurt deleted the remove-30-limit-on-subset-maker branch March 9, 2023 04:13
@JFrankfurt JFrankfurt restored the remove-30-limit-on-subset-maker branch March 9, 2023 04:13
@JFrankfurt JFrankfurt deleted the remove-30-limit-on-subset-maker branch March 9, 2023 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants