Vandivier / arias-tale-rpg

tech-forward role play experiment for fun, skill development, and community!
https://ariastale.com
MIT License
5 stars 4 forks source link

Search table tweaks #63

Closed robertmetzker closed 5 months ago

robertmetzker commented 5 months ago

Sort Order:

Corrected to have Nulls at the bottom.

tag Pills:

Added colored formatting based on classifications

Asc/Desc sort icons

Imported Heroicons and then added css to change location of the sort icon display image

vercel[bot] commented 5 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @Vandivier on Vercel.

@Vandivier first needs to authorize it.

robertmetzker commented 5 months ago

This fix corrects the large pills created when tags were long: image

vercel[bot] commented 5 months ago

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

Name Status Preview Comments Updated (UTC)
arias-tale-rpg ❌ Failed (Inspect) Jan 17, 2024 11:21pm
Vandivier commented 5 months ago

pics are great! deploying staging now 👀

robertmetzker commented 5 months ago

Removed the extra superset dependency and just used the text-alignment icons that already existed in the icon set you imported.

robertmetzker commented 5 months ago

Revised the tagPill function to use a json file with tag/color combinations. Also added a sample of the colormaps.json (under the style folder, though its location can be changed).

image