* special veOCEAN number treatment
* path fix
* fix duplicate AllLocked declarations
* so many duplicate declarations
* bold numbers on asset teasers
* update test
* unify number formatting in more generic `formatNumber()` method
* safeguard against faults in metadata.tags
* properly handle image strings in tokenURI
* keep image ratios
* render test for faulty tags
* tweak fallback in popover
* Creating related assets component
* Ensuring that related assets doesn't show the same asset
* Adjusting query to show assets from the same publisher but not the exact same asset
* modifying search term
* Removing logs and unused import
* Removing log
* Updating query
* Fixes
* updating query
* Updating query to include both related tag assets anbd related owner assests when <3. SHowing results as a list of links
* creating minimal asset teaser
* removing duplicate filters
* Changing minimal to noDescription
* Removing unneccessary use of noDescription prop
* Adding minimal prop back into Publisher
* Removing props from RelatedAssets component
* Getting data from asset context
* refactor
* space-saving asset teaser changes
* remove price from output
* increase to 4
* refactor for better loading experience
* css cleanup
* filter out duplicates when merging results
* basic render test
* try/catch, secure against null query responses
* different test tactic
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* Ensuring the market doesn't crash when asset has no services
* Showing no pricing schema available when there are no services for an asset
* Shoing No file info available when there are no services available
* removing logs
* early return if asset has no services
* checking for google drive links
* Removing unused function
* Update src/components/Publish/_validation.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* CHecking for google drive URLs on the edit form
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* added interval and block spinner after initial loading
* refactor fetch jobs to fix loading issues
* restore compute jobs in profile
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* feat: add autocomplete tag component
* feat: pass tags aggregated list to autocomplete component
* feat: add initial styling to autocomplete tag component
* fix: autocomplete style types
* feat: move styling elements to module.css file
* feat: update placeholder text for tag input field
* feat: add default value to tags if present
* feat: add edit tags functionality
* fix: default tag value
* fix: style for automplete menu's keyboard navigation
* fix: tags aggregation query size
* feat: return sorted tags aggregated list suggestion in publish
* fix: set tags value touched state in edit mode
* add package back
* enhancement: autocomplete tag component config (#1679)
* fix publishing when connecting wallet on publish form
* fix reset pricing on tx execution
* removed changing steps
* cleanup
* Fix headers (#1663)
* test
* test
* test
* test
* test
* test
* test
* remove link
* enhancement: tag autocomplete settings
* feat: add cursor type text
* feat: tweak filter and sort for matched tags
* fix: tags input font color
* fix: tag autocomplete component input color
Co-authored-by: EnzoVezzaro <enzo-vezzaro@live.it>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: Ana <84312885+AnaLoznianu@users.noreply.github.com>
* fix lock
* test
* fix
* fix
* minor fixes
* fix cursor on remove item (x)
* style updates
* UX tweaks
* start suggestions upon first key stroke
* remove redundant help tooltip
* change placeholder copy
* remove input clear action
* edit updates
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: EnzoVezzaro <enzo-vezzaro@live.it>
Co-authored-by: Ana <84312885+AnaLoznianu@users.noreply.github.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>