Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🟣 Release 5.2.0 #6203

Merged
merged 108 commits into from
Apr 22, 2024
Merged

🟣 Release 5.2.0 #6203

merged 108 commits into from
Apr 22, 2024

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    7b96fc9 View commit details
    Browse the repository at this point in the history
  2. 🔥Fix video cache

    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    203b7c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f7470 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4959a0c View commit details
    Browse the repository at this point in the history
  5. 🌙 CRT Generic Drawer (Joystream#4467)

    * Typo
    
    * Adjust BottomDrawer.tsx
    
    * CrtDrawer
    
    * Story
    
    * Fix import
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    26e0bab View commit details
    Browse the repository at this point in the history
  6. 🛝 CRT Ratio Slider (Joystream#4470)

    * Add the RatioSlider component
    
    * Add a story
    
    * Annimate the transitions
    
    * Rename the svg mask
    
    * Fix the RatioSliderProps type name
    
    * Fix the active steps class name
    thesan authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4341cd3 View commit details
    Browse the repository at this point in the history
  7. 🌳 CRT progress widget (Joystream#4569)

    * Initial setup
    
    * Finishing touches for UI
    
    * Introduce data into widget
    
    * Create story
    
    * Lint fix
    
    * CR fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2e72ca4 View commit details
    Browse the repository at this point in the history
  8. 🇩🇪 Create token flow (Joystream#4564)

    * Setup drawer
    
    * Setup first step
    
    * Setup second step
    
    * Setup third step
    
    * Intergrate form across steps
    
    * Validation on setup step
    
    * Validation on token issuance step
    
    * Further work on summary step
    
    * Add back button
    
    * Create transition
    
    * Discard changes logic
    
    * Welcome view
    
    * Add learn more link
    
    * Make slider id generative
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    eefbe31 View commit details
    Browse the repository at this point in the history
  9. 💨 CRT dashboard setup (Joystream#4576)

    * Adjust atoms
    
    * Fix studio entrypoint
    
    * Create dashboard
    
    * Create route for dashboard
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5f889e2 View commit details
    Browse the repository at this point in the history
  10. 📹 Video trailer picker (Joystream#4622)

    * Initial work
    
    * Further work on video selection
    
    * Handle ratio
    
    * Add playground
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d5beff9 View commit details
    Browse the repository at this point in the history
  11. :octocat: CRT flow previews (Joystream#4692)

    * Setup preview
    
    * 🉑 POC Line chart (Joystream#4495)
    
    * Add nivo package
    
    * Add line chart
    
    * Add story for line chart
    
    * Fix styling
    
    * Chart setup
    
    * Style first preview
    
    * Correct chart previews
    
    * Fix slider mask
    
    * Scroll down of form change
    
    * Minor improvements on chart
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    65844b2 View commit details
    Browse the repository at this point in the history
  12. 😄 Benefit list item (Joystream#4644)

    * UI work
    
    * Add logic to single input
    
    * Disable move button on borders
    
    * Create multiple benefit input
    
    * Create story for multiple benefit input
    
    * Build fix
    
    * CR
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    beedf58 View commit details
    Browse the repository at this point in the history
  13. 📝 Markdown editor (Joystream#4681)

    * Add markdown editor
    
    * Parse content from and to markdown
    
    * Render markdown
    
    * WIP
    
    * Add format buttons
    
    * Flatten text nodes
    
    * Style the toolbar
    
    * Switch to pure markdown
    
    * Add basic markdown "shortcuts"
    
    * Improve inline formats wrapping
    
    * Add link and separator buttons
    
    * Remove unused dependencies
    
    * Support undo/redo via keyboard shortcuts
    
    * Add a placeholder
    
    * Add a max length
    
    * Small refactor
    
    * Clean unused code
    
    * Pre-select the url after adding a link
    
    * Add common keyboard shortcuts
    
    * Re-use Atlas styles
    thesan authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    382fa99 View commit details
    Browse the repository at this point in the history
  14. 🕐 Timer hook (Joystream#4709)

    * Create hook to handle timer
    
    * Utilize it in old component
    
    * CR fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9c65519 View commit details
    Browse the repository at this point in the history
  15. 🪙 Token details tab (Joystream#4735)

    * Add flexbox
    
    * Adjust layout
    
    * Make it possible to hide video ending overlay
    
    * Introduce TokenDetails.tsx
    
    * Linter
    
    * CR fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e271186 View commit details
    Browse the repository at this point in the history
  16. 💱 CRT transaction table component (Joystream#4752)

    * Extract a DateTimeBlock component from TablePaymentsHistory
    
    * Add the CrtTransactionsTable component
    
    * Fix stories globaly
    thesan authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4ff1bfc View commit details
    Browse the repository at this point in the history
  17. 💸 Buy token on sale modal (Joystream#4728)

    * Main modal
    
    * Form step
    
    * Terms step - initial
    
    * Terms step - chart
    
    * Storybook
    
    * Add checkbox for terms
    
    * Success modal
    
    * Remove unnecessary component
    
    * CR fixes
    
    * CR fixes v2
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f0de0b0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    636deef View commit details
    Browse the repository at this point in the history
  19. 🧬 Sell token modal (Joystream#4753)

    * Other components
    
    * SellTokenModal.tsx
    
    * Story
    
    * CR fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a2a62ce View commit details
    Browse the repository at this point in the history
  20. 🦅 Buy token from market modal (Joystream#4747)

    * FlexBox copy
    
    * Main modal
    
    * Steps
    
    * NumberFormat.tsx fix
    
    * Success step
    
    * Story
    
    * Adjust styling
    
    * CR fixes
    
    * CR fixes v2
    
    * CR fixes v3
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5db02ce View commit details
    Browse the repository at this point in the history
  21. 🔢 Adjust number format for CRT (Joystream#4773)

    * Introduce denomination multiplier
    
    * Adjust story
    
    * Remove console.log
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3a289cf View commit details
    Browse the repository at this point in the history
  22. 🇲🇴 Market widget (Joystream#4769)

    * Component
    
    * Story
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4d2456a View commit details
    Browse the repository at this point in the history
  23. ✔️ Close market modal (Joystream#4767)

    * Modal work
    
    * Story
    
    * CR fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7da1cf4 View commit details
    Browse the repository at this point in the history
  24. 🩹 Holders table (Joystream#4794)

    * Holders table
    
    * Story
    
    * Include holders table into crt dashboard
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b43287e View commit details
    Browse the repository at this point in the history
  25. 🕳️ Holders widget (Joystream#4780)

    * Initial work on holders widget
    
    * Story
    
    * Introduce holders modal
    
    * Fix asset loading on error
    
    * Linter
    
    * CR fixes v1
    
    * CR fixes v2
    
    * CR fixes v3
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7a15457 View commit details
    Browse the repository at this point in the history
  26. 📹 Portfolio view (Joystream#4784)

    * Add icons
    
    * Add portfolio route into membership dropdown
    
    * Table
    
    * View and route
    
    * Minor fixes
    
    * CR fixes v1
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ba4c4d5 View commit details
    Browse the repository at this point in the history
  27. 🚦 CRT Token status widget (Joystream#4731)

    * Add the `CrtStatusWidget` component
    
    * Add a story
    
    * Fix build
    
    * Exclude "$" from the token name
    
    * Keep statistics expanded when clicking on them
    
    * Animate the statics drawer
    thesan authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b245d88 View commit details
    Browse the repository at this point in the history
  28. 👨 CRT header widget (Joystream#4693)

    * Component
    
    * Story
    
    * Correct styling
    
    * CR fixes
    
    * Conflict fixes
    
    * Replace useRef
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    da9bb32 View commit details
    Browse the repository at this point in the history
  29. 🧑‍🏭 Bring all CRT transactions into worker (Joystream#4859)

    * Purchase token on sale
    
    * Initial transactions
    
    * Add further tx
    
    * Add issue token transaction and correct few type casts
    
    * Remove lodash parseInt
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5896bbe View commit details
    Browse the repository at this point in the history
  30. 🧾 Revenue share widget (Joystream#4857)

    * Initial component
    
    * Story
    
    * Add active state to the component
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    68775aa View commit details
    Browse the repository at this point in the history
  31. 🍶 CRT revenue tab (Joystream#4867)

    * Extract old tabs into seperate files
    
    * New RatioPreview.tsx component
    
    * Revenue tab with widgets
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d0a5310 View commit details
    Browse the repository at this point in the history
  32. 🚡 Claim share modal (Joystream#4885)

    * Adjust RevenueShareWidget.tsx
    
    * ClaimShareModal.tsx
    
    * Minor fixes
    
    * Add claim share modal tx
    
    * Typo
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    23488ad View commit details
    Browse the repository at this point in the history
  33. 😵‍💫 Crt holders widget and pie chart (Joystream#4897)

    * Initial work
    
    * Add hover effect to pie chart
    
    * Initial work on CrtHoldersWidget.tsx
    
    * Add multiple holders entry
    
    * CR fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2515e1e View commit details
    Browse the repository at this point in the history
  34. 🧇 Unlock revenue share (Joystream#4906)

    * Bump types package
    
    * Create a transaction for exiting revenue split
    
    * Add proxy
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    837bf4f View commit details
    Browse the repository at this point in the history
  35. 🍶 Create token transaction (Joystream#4912)

    * Initial work
    
    * Correct env endpoints
    
    * Update joystream types
    
    * Fix types on issue token tx
    
    * Final touches for token submit
    
    * Add success modal to the end of the flow
    
    * Add symbol to the tx metadata
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9a05180 View commit details
    Browse the repository at this point in the history
  36. 😮‍💨 Start revenue share modal (Joystream#4869)

    * Add start revenue share modal
    
    * CR fixes
    
    * CR fixes v2
    
    * Lint
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e462249 View commit details
    Browse the repository at this point in the history
  37. 🎬 Close revenue share (Joystream#4909)

    * Bump types package
    
    * Return extra info from transaction
    
    * Add transaction to finalize revenue split
    
    * Fix deps array
    
    * Fix build
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fbf4b98 View commit details
    Browse the repository at this point in the history
  38. 🥋 Buy token market tx (Joystream#4946)

    * Add amm transactions to the worker
    
    * Add rhf and basic validation
    
    * Add transaction to final submit
    
    * Make percentages to permills
    
    * Fix perquintill values
    
    * Adjust perquintill v2
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bf6b5d7 View commit details
    Browse the repository at this point in the history
  39. Crt market start (Joystream#4884)

    * marketStart drawer
    
    * chart ticks fix, minor markup fix
    
    * refactor, validation, chart fixes
    
    * lint
    
    * preserve form value after changing the step
    
    ---------
    
    Co-authored-by: Artem <Artem Slugin>
    attemka authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c67aea6 View commit details
    Browse the repository at this point in the history
  40. 🚡 Revenue share state widget (Joystream#4998)

    * Correct StudioEntrypoint.tsx
    
    * Create new component to display revenue share state
    
    * Use new widget on dashboard
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3d9265f View commit details
    Browse the repository at this point in the history
  41. 🪂 Revenue share participation widget (Joystream#5003)

    * Make sure widget do not show unnecessary gap when there is no button
    
    * Create new widget for revenue share participation
    
    * Use widget on view
    
    * Minor fix on router
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    36e637a View commit details
    Browse the repository at this point in the history
  42. 🦭 Sell tokens amm transaction (Joystream#4954)

    * Add amm transactions to the worker
    
    * Add rhf and transaction into modal
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b132181 View commit details
    Browse the repository at this point in the history
  43. 🧰 CRT Maintenance (Joystream#4997)

    * New asset
    
    * Add crt maintenance view
    
    * Add config entry
    
    * Linter
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6ba4bb3 View commit details
    Browse the repository at this point in the history
  44. 🧑‍🚀 Initial CRT dashboard - orion integration (Joystream#5024)

    * Initial creator token queries
    
    * Initial routing for crt on studio
    
    * New queries and fragments
    
    * Initial work on crt main dashboard
    
    * Initial work on CrtHoldersTab.tsx
    
    * Add sales to full token query
    
    * Add progress widget to dashboard
    
    * Add logic for small holders for holders widget
    
    * Fix story
    
    * Correct line separators
    
    * Initial changes on revenue tab
    
    * Gather generic table cell components for better reuseablity
    
    * RevenueShareHistoryTable.tsx
    
    * RevenueShareStakersTable.tsx
    
    * Add start revenue share transaction
    
    * Optimize tables with blocks in them
    
    * Show action button for revenue share correctly
    
    * Fix linter errors
    
    * Minor fixes
    
    * CR fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    22c31e8 View commit details
    Browse the repository at this point in the history
  45. 😮‍💨 Start market modal (Joystream#5048)

    * SaleMarketChoiceDrawer UI
    
    * Initial implementation on dashboard
    
    * Hide button if there is already market open
    
    * Implement transaction to start a market
    
    * Remove 100 JOY restriction on starting price for AMM market
    
    * Add new lower price for token restriction
    
    * Update schema and fragment
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    be39f53 View commit details
    Browse the repository at this point in the history
  46. 👁️ Token edit, preview, view (Joystream#5060)

    * Initial UI implementation for token edit and preview
    
    * Bump types
    
    * Add new CRT remark transaction
    
    * Update fragments
    
    * Fix permill conversion
    
    * Integrate crt edit view with transaction
    
    * Add tertiary button to action bar
    
    * Channel view token preview
    
    * Add empty placeholder
    
    * Add correct redirect
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dac8f16 View commit details
    Browse the repository at this point in the history
  47. 🤑 Buy sell amm (Joystream#5135)

    * Update schema and fragment
    
    * Add market type for CrtStatusWidget
    
    * Update fragment
    
    * Update transaction
    
    * Change on modal
    
    * Create button for modal and place it in widget
    
    * Linter
    
    * Interate modal UI with orion data
    
    * Create sell token button and place it in widget
    
    * Small logic improvements
    
    * Clean up
    
    * Initial correction of buy amm formulas
    
    * Further fixes on token calculations
    
    * Add templates for amm modals
    
    * Rework sell amm modal
    
    * Adjust buy amm modal
    
    * Build fix
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0f60792 View commit details
    Browse the repository at this point in the history
  48. ✌️ CRT follow up v1 (Joystream#5277)

    * Update schema and add new queries
    
    * Initial changes on CRT status wiget (missing total rev)
    
    * Rework progress widget
    
    * Fix balances on Dashboard
    
    * Start revenue share modal
    
    * Claim revenue share
    
    * Stories
    
    * Fix revenue share participation modal
    
    * Fix split rate displayment
    
    * CR fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a0d320c View commit details
    Browse the repository at this point in the history
  49. 〽️ CRT trade dialogs (Joystream#5335)

    * Adjust crt status widget
    
    * Buy token modal changes
    
    * Sell token modal changes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    db5ef60 View commit details
    Browse the repository at this point in the history
  50. 🇦🇨 Revenue share widget on dashboard (Joystream#5186)

    * Empty state
    
    * Add active content
    
    * Clean up
    
    * Add logic for overflowing stakers
    
    * Add correct placeholder
    
    * Add correct placeholder
    
    * CR fixes
    
    * Post-merge fixes
    
    * CR fixes v2
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4af626c View commit details
    Browse the repository at this point in the history
  51. ⛓️ Channel token view (Joystream#5341)

    * Adjust crt status widget
    
    * Buy token modal changes
    
    * Sell token modal changes
    
    * New icon
    
    * Basic info widget changes
    
    * Status widget changes
    
    * Adjusting to changes
    
    * Add link to holders table
    
    * CR fixes
    
    * Linter
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    443bcb4 View commit details
    Browse the repository at this point in the history
  52. 🤯 Portfolio rework (Joystream#5370)

    * Components changes
    
    * Adjust hook
    
    * Token portfolio view
    
    * Adjust query
    
    * Finishing touches on token tab
    
    * Revenue share on Portfolio
    
    * RWD fixes
    
    * PortfolioNftTab and minor fixes on token tab
    
    * CR fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4416fdd View commit details
    Browse the repository at this point in the history
  53. 🥈 CRT follow up v2 (Joystream#5412)

    * Initial changes to UI
    
    * InfoStartCard
    
    * Template for crt success modal
    
    * Implement temporary close market button
    
    * Show success modal on market creation
    
    * Finalize revenue share open flow
    
    * Correct fee calculation
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e8e767c View commit details
    Browse the repository at this point in the history
  54. 🥇 CRT QA v1 (Joystream#5430)

    * Creation flow fixes
    
    * Dashboard and edit page
    
    * Market drawer fixes
    
    * Rescale images on md
    
    * Remove merge error
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9c56a8e View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    e69ea4a View commit details
    Browse the repository at this point in the history
  56. 🥈 CRT QA v2 (Joystream#5512)

    * Welcome view asset change
    
    * Create flow fixes
    
    * Edit token flow
    
    * Dashboard changes
    
    * Market start changes
    
    * Prettier
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d3c9cdb View commit details
    Browse the repository at this point in the history
  57. 🔍 Market tab (Joystream#5511)

    * Amm market table
    
    * Market tab
    
    * Implement market tab on dashboard
    
    * Merge fixes
    
    * CR Fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8fadb89 View commit details
    Browse the repository at this point in the history
  58. 🥉 CRT QA v3 (Joystream#5596)

    * Initial small fixes
    
    * Fix success modal on buy token on market
    
    * Pagination for token holders table
    
    * Fix caching on holders query
    
    * CRT Dashboard
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2a98571 View commit details
    Browse the repository at this point in the history
  59. 🐰 Sentry logs for CRT (Joystream#5619)

    Co-authored-by: Artem <Artem Slugin>
    attemka authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c554a7a View commit details
    Browse the repository at this point in the history
  60. 🍀 CRT QA v4 (Joystream#5621)

    * Implement market widget on dashboard
    
    * Revenue share empty state
    
    * Fix claiming share from portfolio
    
    * Fix close revenue share button on main dashboard
    
    * Revenue share on channel token tab
    
    * Fix revenue share status for member
    
    * Fix datepicker on revenue share modal
    
    * Remove comment
    
    * Post merge fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dd6c764 View commit details
    Browse the repository at this point in the history
  61. 5️⃣ CRT QA v5 (Joystream#5640)

    * Empty holders state
    
    * Rework start revenue share modal
    
    * Fix links to the channel token
    
    * Fix revenue share picker and upcoming state
    
    * Introduce text timer and fix overflowing tables
    
    * Build fix
    
    * Small overral improvements
    
    * Small styling improvements on revenue share tab
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    525f1bb View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    2c801ab View commit details
    Browse the repository at this point in the history
  63. ☁️ New tooltips for CRT (Joystream#5635)

    * Initial tooltips changes
    
    * New tooltips
    
    * Typo fix
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7f3942e View commit details
    Browse the repository at this point in the history
  64. 🕷️ Add loading states for CRT (Joystream#5664)

    * Main dashboard tab loading
    
    * Market tab loading
    
    * Holders tab loading
    
    * Edit token view loading states
    
    * Channel token tab loading state
    
    * Small logic fix
    
    * Portfolio loading states
    
    * Small improvements
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    aadb2ad View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    892cac7 View commit details
    Browse the repository at this point in the history
  66. 🗂️ CRT Marketplace Card (Joystream#5680)

    * CRT Card component
    
    * Initial marketplace view
    
    * Add loadinng state and small variant
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9c3f269 View commit details
    Browse the repository at this point in the history
  67. 🎠 CRT carousel item (Joystream#5684)

    * Initial crt carousel setup
    
    * Add media to the crt carousel
    
    * Linter
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a3e7c77 View commit details
    Browse the repository at this point in the history
  68. 🪙 Marketplace tokens table (Joystream#5685)

    * Create table component
    
    * Create hook to handle filtering and sorting logic
    
    * Create section component to encaplusate table logic
    
    * Minor improvements
    
    * Add total count to the header
    
    * Build fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6aca292 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    6e7650b View commit details
    Browse the repository at this point in the history
  70. 6️⃣ CRT QA v6 (Joystream#5677)

    * Fix percentages on crt holders widget
    
    * Holders table widget improvements
    
    * Small market related improvements
    
    * Remove perma invite only
    
    * Add sell option to the portfolio crt table
    
    * Add correct pagination to the table
    
    * Initial solution for the portfolio revenue share loading
    
    * Remove dev code
    
    * Small revenue share improvements
    
    * Fix transferable balance on revenue share widget
    
    * Small improvements to the portfolio tab
    
    * Post merge fixes
    
    * Linter
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    08d0383 View commit details
    Browse the repository at this point in the history
  71. 🗼 Total channel revenue (Joystream#5705)

    * Codegen
    
    * Show total revenue in UI
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    31a4797 View commit details
    Browse the repository at this point in the history
  72. 🐲 CRT small UI follow ups (Joystream#5860)

    * Show snackbar after token purchase
    
    * Channel view: fix link on RS widget, holders data issue
    
    * CRT dashboard: small styling improvements
    
    * Fix variable naming
    
    * Revenue share UI issues
    
    * UI changes for production
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    53ec1a4 View commit details
    Browse the repository at this point in the history
  73. 🌚 Regenerate queries

    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    428a8a8 View commit details
    Browse the repository at this point in the history
  74. 🔧 Post rebase fixes

    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f7c3bff View commit details
    Browse the repository at this point in the history
  75. 😵‍💫 Cancel modal and general UI improvements (Joystream#5952)

    * Adjust input on amm modals after closing
    
    * Add lock icon to revenue share on portfolio and correct the styling
    
    * Logic improvements for sell and buy amm modals
    
    * Fix logic on close amm modal
    
    * Revenue share tab oriented fixes
    
    * Small overall improvements
    
    * Amm start drawer improvements
    
    * Linter
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7a03346 View commit details
    Browse the repository at this point in the history
  76. ✉️ CRT Notifications (Joystream#5972)

    * Initial notifications mapping
    
    * Small types improvements
    
    * Add new notifications UI mappings
    
    * Get payload for new notifications
    
    * Prettier
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ef71ed3 View commit details
    Browse the repository at this point in the history
  77. 🦅 Supply participation info while using AMM UI (Joystream#5973)

    * Show extra information when buying tokens
    
    * Copy fix
    
    * Refetch after token sell
    
    * Take into consideration whether user is an owner
    
    * Small UI improvements
    
    * Remove comment
    
    * Small copy changes
    
    * Build fix
    
    * Add potential participants to revenue share history
    
    * Show featured tokens on maketplace
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4e5917c View commit details
    Browse the repository at this point in the history
  78. 🌑 New AMM approach (Joystream#5995)

    * Introduce max limit for token issuance
    
    * Interface change and code cleanup
    
    * Introduce new formula for amm slope preview
    
    * Introduce new formula to transaction creation
    
    * Remove unnecessary comments
    
    * Fix y tick values
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1f3d4f7 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    b194a2e View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    ef84f0e View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    2309356 View commit details
    Browse the repository at this point in the history
  82. 📁 Fix account follow logic (Joystream#6015)

    * Get follow data from account
    
    * Adjust the logic
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    278b8d4 View commit details
    Browse the repository at this point in the history
  83. 💸 ChangeNow integration (Joystream#5977)

    * Initial changenow service setup
    
    * Add transaction types
    
    * Initial form logic
    
    * Optimize the combobox
    
    * Fix node start on the options
    
    * Processing step
    
    * Inital logic for main modal
    
    * Inital logic for info step
    
    * Inital logic for form step
    
    * Inital logic for summary step
    
    * Inital logic for progress step
    
    * Form step API integration
    
    * Handle automatic rate estimation after rate expires
    
    * Implement rate expired view
    
    * Correct from validation
    
    * Add transaction handling for summary step
    
    * Handle transaction progress
    
    * Minor fixes to the steps
    
    * Service improvements
    
    * Modal footer improvements
    
    * Temporarily add changenow action to member dropdown
    
    * Small UI improvements based on call
    
    * Add change now modal as portfolio JOY action
    
    * Show topup modal when low on funds
    
    * Make InformationStep.tsx dismissible
    
    * Linter
    
    * Import new logos
    
    * Add logos to the UI
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9ac9024 View commit details
    Browse the repository at this point in the history
  84. 🐎 ChangeNOW modal adjustements (Joystream#6016)

    * Add FailedStep.tsx
    
    * Skip first step if Atlas can confirm the transaction (in sell scenario)
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e720e23 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    98b432e View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    84ad7ce View commit details
    Browse the repository at this point in the history
  87. 🐾 CRT creator feedback fixes (Joystream#6005)

    * Remove token tab on channel when no token was created
    
    * Swap ratio on revenue share widget
    
    * Minor fixes
    
    * Snackbar of RS button with amm opened
    
    * Token creation flow fixes
    
    * Remove short description
    
    * Temporarily show all tokens
    
    * Improve outstanding tokens calculation
    
    * Fix UI problem on channel token tab
    
    * Improve token price calculation
    
    * Discover flow
    
    * Save last used channel ID
    
    * Minting flow
    
    * Onboarding flow
    
    * AMM actions flow
    
    * Revenue share flow
    
    * Create token flow copies
    
    * Further copies changes
    
    * Replace market drawer with smaller modal
    
    * Small bugfixes
    
    * Migrate marketplace tabs to the search params
    
    * Create hook for crt pagination
    
    * Overall improvements
    
    * Buy token T&C, small copy fixes
    
    * Further cosmetic changes
    
    * Reduce overload of labels for long vesting period
    
    * Correct master modal timing
    
    * Add notion link to learn more button
    
    * Add shadow to preview
    
    * Correct initial payout
    
    * Show thumbnail on token page
    
    * Fix button layout on owner channel view
    
    * Correct close market modal threshold
    
    * Fix sell token logic to consider amm balance
    
    * Adjust validation messages
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    eab16f8 View commit details
    Browse the repository at this point in the history
  88. 🍕 Segment analytics for CRT (Joystream#6040)

    * Segment analytics for CRT
    
    * updated events to contain tokenId
    
    * added AMM sell event
    attemka authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5fad416 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    75080d3 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    e9aeb87 View commit details
    Browse the repository at this point in the history
  91. 😨 ChangeNOW modal adjustements v2 (Joystream#6041)

    * Add callbacks to action buttons
    
    * Hide estimated arrival if undefined and restrict rate to 10 decimal places
    
    * Validate first input against user balance in sell scenario
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4328f50 View commit details
    Browse the repository at this point in the history
  92. 😢 CRT followup 2 (Joystream#6073)

    * Fix ratio slider
    
    * Switch from active to all queries
    
    * Add link to powered by Joystream
    
    * Minor fixes
    
    * Crt marketplace table fixes
    
    * Allow to start revenue share with amm active
    
    * Remove default isVerified true
    
    * Prevent amm slope tx failure
    
    * Allow holder to stake vested tokens
    
    * Encapsulate claim rev share logic inside single component
    
    * Avoid safe integer bloat
    
    * Revenue share related fixes
    
    * Change vested to unlocked for HoldersWidget.tsx
    
    * Add revenue share to payments table
    
    * Add revenue share button for channels with token
    
    * Fixes 02.04
    
    * Block amm transactions during revenue share
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9a50212 View commit details
    Browse the repository at this point in the history
  93. 🍭 CRT UTM parameters (Joystream#6106)

    * track UTM params for segment
    
    * included missing action
    attemka authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4f53cc3 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    9b50ea8 View commit details
    Browse the repository at this point in the history
  95. 🧑‍🚀 Action refetching (Joystream#6118)

    * Transfer existing refetch logic to single provider
    
    * Transfer existing refetch logic to single provider
    
    * Editing token refetch
    
    * Buying token on AMM refetch
    
    * ClaimShareModal refetch
    
    * CloseMarketModal refetch
    
    * Unlock tokens hook refetch
    
    * CloseRevenueShareButton refetch
    
    * Post token creation refetch
    
    * Start market refetch
    
    * Start market drawer refetch
    
    * Start revenue share refetch
    
    * Exit revenue share refetch
    
    * Sell token refetch
    
    * Revalidate cache for specific notifications
    
    * Regen queries after Orion update
    
    * Add token id to refetch function
    
    * CR fix
    
    * Remove some todos
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3f57adc View commit details
    Browse the repository at this point in the history
  96. 📡 CRT cosmetic changes (Joystream#6138)

    * CRT cosmetic changes
    
    * Add extra detail on revenue share success modal
    
    * Fix minimal slope parameter
    
    * Replace vested for staked in holders table
    
    * Fix skeleton loader in portfolio token table
    
    * Next testing round fixes
    
    * Second testing round fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8a105a3 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    96883a1 View commit details
    Browse the repository at this point in the history
  98. 🦀 CRT Marketplace minor fixes (Joystream#6159)

    * Small fixes for landscape mobile
    
    * CRT marketplace related fixes
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b92bc36 View commit details
    Browse the repository at this point in the history
  99. 🙈 Fix for UTM params scrape (Joystream#6176)

    * modified getUTMparams function
    
    * utm methods refactor
    attemka authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f49c5ac View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    a047b1d View commit details
    Browse the repository at this point in the history
  101. ☁️ Improve JOY token tooltip info (Joystream#6128)

    * improve JOY token tooltip info
    
    * use app and ticker name from config
    kdembler authored and WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f7ebea3 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    31dffdb View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    a64e9cc View commit details
    Browse the repository at this point in the history
  104. 🥉 Change now modal fixes v3 (Joystream#6193)

    * New timeout step
    
    * Show steps on mobile and show timeout step if tx is longer than 26min
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0d66344 View commit details
    Browse the repository at this point in the history
  105. 🤔 Learn more link for CRT (Joystream#6192)

    * Show close revenue share button only if creator recovered funds
    
    * Add learn more link back
    
    * Check if user has recovered only if he staked
    WRadoslaw committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d5c640b View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    a80971d View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    9e90a22 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    7410fb9 View commit details
    Browse the repository at this point in the history