* merge fix
* merge fix
* merge fix
* erge fix
* merge fix
* removed old header; changed logo
* added moreInfo popup
* undoing changes to auth flow
* undoing changes to auth flow
* cleaned up branch, removing unrelated changes and undoing changes that make the PR hard to understand
* removed unrelated component
* reverted styling deletions for auth pages
* refactored onboarding component
* invite label should be wider
* shortened animation DELAY time
* added animation logic
* fixed mistype
* code review: enum keys should be UpperCamelCase
* code review: remove double quotes from code, double quotes are _only_ used in JSX attributes; fixed formatting; fixed inconsistent use of ;
* code review: change strong to b
* code review: inconsistent method naming, should be consistent ()
* code review: rename to phrase
* fixed formatting
* fixed animation timing
* code review: removed unnecessary functions
* removed register page, and all references to it have now been adjusted accordingly
* removed Register path from AuthSetup Page
* removed success page
* fixed authorization after account creation
* aded background for demo purposes
* changed Phrase -> KeyPhrase to avoid CSS class namespace collision
* removed old background animation code
* fixed merge issues
* finished integration
* added notes
* fix scss formatting
* initial commit
* implemented editable keyPhrase component
* fixed wrong classname
* fixed incorrect initialization of worker (cannot be passed as prop)
* finished login flow
* fixed animation error
* JS-1425: screen markup
* JS-1425: stash
* JS-1425: debugging wip
* JS-1425: usecase screen on registration done
* updated Delete Account page
* implemented new pincheck style
* Update pinCheck.tsx
fixed styling
* fixed pie chart implementation
* JS-1425: redirect to graph after usecase selection
* JS-1784: graph wizard
* code review
* added new onboarding animation; fixed merge issue
* fixes according to design review; minor refactor to preview lib
* JS-1425: url to system relations
* code review
* code review
* code review
* refactoring
* refactoring
* JS-1636: remove homeDashboardId and cover
* JS-1920: usecase screen darkmode
* JS-1828: placeholder color
* onboarding
* refactoring
* refactoring
* refactoring
* refactoring
* refactoring
* JS-1920: code review
* JS-1926: fix
* JS-1923: phrase input
* JS-1923: phrase input
* JS-1923: phrase input
* fixes
* code review
* remove onboarding call
* small refactoring
* small refactoring
* remove unused styles
* menu button and final imgs
* migration popup hidden
* remove migration popup
* first page title should be one line
* dot indicator should be 4pxx4px, and 2px margin (this makes the dots barely visible, but what do I know)
* Click on the phrase at this state should not reveal it, only click on the button should
* margin too big
* input should be focused just as this screen appeared
* let’s remove white pulsating background
* Soul icon should not disappear and re appear, it should just move and a space icon should appear
* fixed popups
* fixed popups and tooltips
* fixed tooltip not appearing
* MenuAccountPath restored
* revert tooltip change
* MenuAccountPath restored
* fixed jumping question mark
* fixed tooltip padding
* restored text select on keyPhrase
* update hovers
* color fixes
* refactored implementation of Phrase jumped around when visibility is toggled. the solution of setting css width based on number of characters in a word string doesn't work, characters are not all the same number of pixels. this solution maintains the same length for both visible and invisible states; additionally, the component is not compatible with longer phrases, leading to wrap-around. this is fixed
* added overflow for phrase component
* fixed changing top margin for Frame, because it doesnt align from step to step
* JS-1932: fix
* refactored Phrase; added support for placeholder
* fixed phrase jumping
* clear naming
* fixed animation step misalignment
* fixed back button; fixed step in animation
* fixing backwards button
* added fade in for the canvas element; added animation for the header and footer on the index page; changed the order of animation on index page by moving around jsx
* refactoring; adding error handling
* added types to refs
* refactored animation to have fine control over the order and delay duration for every stage; rewrote it to be declarative and easy to read; fixed vanishing title on soul creating stage
* fixed title spacing too tight on Soul Creating/Space Creating; Fixed all timing issues with animation mentioned in linear comments
* removed transition common property because it interferes with animation library
* fixed more info hover state; fixed animation of soul creating and space creating icons
* added fade in overlay to use case selection screen
* added fade in overlay to use case selection screen
* changed error handling in js-onboard-animation to fail safely
* fixed fade in overlay; fixed timing on animation
* fixed timing; button width should not vary, it’s 192 px wide
* fixed timing; added comments for all the durations to make it easy to change in the future
* phrase should have a cursor pointer when it blurred, cursor text appear when the words are visible and selectable
* phrase should have a cursor pointer when it blurred, cursor text appear when the words are visible and selectable
* phrase should not have a hover, only inputs have
* refactoring
* onboarding optimisations
* refactoring
* JS-2026: fix
* fixed merge
* fixed key phrase component paste behaviour
* made enter key work for the login screen
* hide phrase by default on login
* added animation to backbutton; disable click events and pointer events during animation stages to prevent interaction with UI while animation is in progress and elements arent visible yet
* fixed icon size; fix label and title colors; fixed border radius on space icon; fixed spacing on space and soul icons
* fixed blur being cutoff on the phrase
* fixed input padding
* JS-2061: remove migration popup
* fixed styles according to figma
* fixed screen resize styles
* changes design review
* fixed space animation
* slowed down last step of animation
* fix formatting
* fix formatting
* JS-2150: change auth flow
* uncomment animation
* JS-2223: remove invite code + merge
* remove registration
* fixes
* fixes
* JS-2247: fix
* JS-2250: fix
* JS-2255: fix
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* Update usecase.scss
* fixes
* JS-2299: login fix
* preloader bg color
* phrase fixes
* usecase rubber resize
* JS-2029: usecase selection resize
* JS-2029: usecase selection resize
* dark mode
* fix navigation
* fix navigation
---------
Co-authored-by: Dragos Rotaru <dragos@rotaru.co>
Co-authored-by: Dragos Rotaru <7482137+DragosRotaru@users.noreply.github.com>
Co-authored-by: Mike Mhlv <mhlv@anytype.io>