Commit Graph

15 Commits

Author SHA1 Message Date
EnzoVezzaro 6a6f1acd84
add steps back history to publish (#1342)
* added step route to publish

* moved hooks to navigation

* handle back history and load on refresh

* clean up

* changed to nested routes in publish

* fix warning code climate (similar blocks)

* fix header publish link

* moved scrollIntoView() after routing change

* fix `Type 'string[]' is not assignable to type 'string'.` error

* Revert "fix header publish link"

This reverts commit 82e00398c0.

* serverside redirect from `/publish`

* client side redirect from `/publish`

* fix issue with redirect on publish

- remove index publish (redirect taken care server side)
- change link in menu to step 1
- refactor router push on navigation

* simplify handleStepClick function
2022-04-26 12:09:51 +02:00
EnzoVezzaro f2ecf1666b
added freeAgreement to pricing validation (#1188) 2022-03-16 12:17:02 +00:00
claudiaHash 77c4ed42cc
Pricing tab validation fix (#1015)
* pricing validation - visited tabs

* use step as number

* remove unused import

* use price empty field

* merge fixes

Co-authored-by: ClaudiaHolhos <claudia@oceanprotocol.com>
2022-02-02 05:53:15 -08:00
Matthias Kretschmann 11412c2d66
add preview success condition 2021-11-26 10:17:50 +00:00
Matthias Kretschmann dcb8a0c6c6
fix `touched` overwrite, add pricing success condition 2021-11-26 10:11:25 +00:00
Matthias Kretschmann ee0f411c24
remove console.log 2021-11-24 16:12:17 +00:00
Matthias Kretschmann 4f62205599
fix access success state 2021-11-24 15:46:13 +00:00
Matthias Kretschmann c484a5b40c
new publish preview (#947)
* refactor preview

* make preview render

* more preview elements, proper debug output

* make more elements work

* cleanup and fixes

* make asset actions preview work, kinda

* more fixes

* reorg

* make preview price display work

* fix timeout

* layout tweaks

* fixes

* another fix

* make file info preview work

* empty render fix
2021-11-23 12:53:09 +00:00
Matthias Kretschmann 5bb7f327e3
hack in success state for first steps 2021-11-19 14:05:07 +00:00
Matthias Kretschmann 713de2eb94
data structure change 2021-11-19 13:49:29 +00:00
Matthias Kretschmann 704b52a3c4
more publish flow preparation
* consolidate scattered methods into publish utils
* new encrypt method
* remove DDO File typings
2021-11-11 13:40:38 +00:00
Matthias Kretschmann 0fb4e630c1
metadata tweaks 2021-11-04 11:14:48 +01:00
Matthias Kretschmann 2007d0c3ca
navigation success style 2021-11-02 18:51:25 +01:00
Matthias Kretschmann 458a7bf736
basic nav styling and interactions 2021-11-01 16:38:53 +01:00
Matthias Kretschmann f4eab6e09a
more wizard refactors, functional navigation steps 2021-11-01 15:45:01 +01:00