Nami Sunami

Results 39 issues of Nami Sunami

### URL of the Page collections admin page ### What happened? In a mobile view, the snack bar and the chat icon overlap with each other: ![image](https://user-images.githubusercontent.com/17035406/199684105-146e97a8-01d8-4f15-aa1f-f9cf2ed7ce77.png) We may want...

bug
visual design

I was working on abstracting and refactoring the dialog modals (#695) and thought that it would be helpful to have style guides for the buttons. Perhaps the place to start...

documentation
enhancement

Currently, Stripe does not accept coupons for collections. We want to be able to accept coupons to expand opportunities for creating collections (e.g., creating a collection for Liberate Science).

enhancement

Currently, the icon for the collections is shown on the left of the page: The icon may be better placed on top of the title. Let's experiment on this to...

visual design

Currently, seeding happens regardless of the state of the test DB. This has created an issue where the seeding process fails with duplicate warnings, since the emails (etc) created by...

devlife

### URL of the Page https://www.researchequals.com/modules/nf48-5kcp ### What happened? This is a small visual bug, I noticed that when I open a slide-out, the next-module icon (+) overflows out to...

bug

I was working on the dependabot upgrade for quirrel (#811), and I was not 100% sure how to test. I can access the quirrel's console via `http://localhost:9181/`. I tried clicking...

documentation
question
devlife

#726 introduced `invoke` to the project, but the project has been using `useQuery` in other spaces to get info from the DB. As @chartgerink mentioned (https://github.com/libscie/ResearchEquals.com/pull/726#pullrequestreview-1145229600), it would be nice...

devlife

Currently, `eslint` is part of the main dependency. Since the app does not use `eslint` during runtime, let's consider moving it to the dev dependencies. (Suggested by @chartgerink in [the...

devlife

When updating the dependabot upgrades, I feel like I'm relying on my instincts a lot (where the package is used, and what kind of package it is). I was thinking...

question
devlife