hicetnunc icon indicating copy to clipboard operation
hicetnunc copied to clipboard

hicetnunc UI/UX

Results 112 hicetnunc issues
Sort by recently updated
recently updated
newest added

setting to draft because the subjkt_url field isn't set up to actually do anything currently, can merge after setting that up and testing or just use some of the other...

increases objkt display page height for images and videos, shrinks & evens the margin around objkt-display container, remove box-shadow around .info, and fix broken galleries

## What: This PR comes from WG 7.1 to add a gallery for the #hicathon. Problem was that there were too many items to display at once. This solution might...

## Info: We punted on doing static pages with OG Meta tags on the object page. (closed #728, can reopen later) This PR is a pragmatic intermediate step, where we...

This branch contains the code for the collab contract work. It contains a number of new UI components: Collaboration creation and management tools Ability to sign in and out of...

Anywhere HTML elements are created through `.map` requires unique `key` properties on each of the children. This changes nothing for end users, but removes the console error and protects against...

The Config -> Advanced section does not currently show you the value saved for your curation making it impossible to see how much will be spent when curating without going...

Several sections of code received some clean up, but no functionality change: - `onReady` included a nested if statement that could be expressed using a single if statement - the...

Two functions mapping arrays to HTML elements had the key on one of the children instead of the parent -- React wants keys on the topmost element when something is...

One of the SVGs had multiple properties using dashes instead of camelCase (ex. `stroke-width` instead of `strokeWidth`). React doesn't read / apply these properly and will throw errors in the...