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

Merge nara into dev #4799

Merged
merged 10 commits into from
Mar 13, 2024
Merged

Merge nara into dev #4799

merged 10 commits into from
Mar 13, 2024

Commits on Nov 6, 2023

  1. 🆙 Uprade @joystream/types to 4.1.0 (#4552)

    * Update `@joystream/types`
    
    * Update `@joystream/types` to `4.1.0`
    thesan committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0a7a13d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Freeze pallet proposal creation (#4625)

    * schema
    
    * Create Freeze Pallet Proposal
    
    * update pallet frozen status
    storybook test
    
    * type check
    
    * recommended fix
    
    * required changes
    
    * required changes
    
    * required changes
    
    * required changes
    
    * required changes
    
    * required changes
    
    * Minor formatting
    
    ---------
    
    Co-authored-by: Theophile Sandoz <theophile.sandoz@gmail.com>
    vrrayz and thesan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    68fb187 View commit details
    Browse the repository at this point in the history
  2. Preview freeze pallet proposal (#4627)

    * schema
    
    * Create Freeze Pallet Proposal
    
    * update pallet frozen status
    storybook test
    
    * type check
    
    * Preview proposal and storybook
    
    * linting
    
    * required changes
    
    * required changes
    vrrayz committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4af43dc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Create freeze pallet proposal design followup (#4632)

    * schema
    
    * Create Freeze Pallet Proposal
    
    * update pallet frozen status
    storybook test
    
    * type check
    
    * Preview proposal and storybook
    
    * linting
    
    * required changes
    
    * required changes
    
    * follow up PR
    
    * required changes
    
    * required changes
    
    * required changes
    vrrayz committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    63ace20 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    04cf9a8 View commit details
    Browse the repository at this point in the history
  2. 🔧 Fix freeze pallet proposal (#4763)

    * Fix the creator token state switch input value
    
    * Fix the execution requirement alert
    
    * Match the design
    
    * Improve the tests
    thesan committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f399117 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    3a494a8 View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    The result of `palletFrozen().toJSON()` is a `boolean` primitive however `createType('bool').toJSON()` returns a `Boolean` object (this is why the test was failing. To be safer lets work with a js boolean instead of the polkdaot.js type.
    thesan committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8dc136b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Fix proposal creation tests

    thesan committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5d62726 View commit details
    Browse the repository at this point in the history
  2. Update the QN schema

    thesan committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    577afc9 View commit details
    Browse the repository at this point in the history