laminlabs / laminhub-public

Collaborate on LaminDB instances.
https://lamin.ai
4 stars 0 forks source link

✨ Add version drop down to `Artifact` & `Collection` pages, simplify the version-uid handling #10

Closed falexwolf closed 2 weeks ago

falexwolf commented 2 weeks ago

Example for tagged versions:

Before After
no version dropdown image

Example for non-tagged versions (show full 4-char version uid, a 4-digit base62 number):

uid is 4 chars uid is number
image image

To avoid confusion about the version uid, we're no longer prefixing with r and stripping leading 0s.

Before After
image image

Internal ref: https://github.com/laminlabs/laminhub/pull/1347