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

feat: edit/create rows from tables interactive content widget #952

Merged
merged 11 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. feat: create and edit rows from tables interactive widget

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix: set store in widget
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix: properly access store to create new row
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix: search functionality
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix: row reactivity
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    feat: add component testing skeleton files
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    test: start component testing for content reference widget
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix: point package.json scripts to webpack.config.js
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix(test): properly mount component
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix(test): use default options and mix in given mount options
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix(tests): add styles for components
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    refactor(tests): move richObject to fixture
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    test: verify table title after mounting component
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    test: test searching in widget
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    refactor(tests): organize mount test
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix: resolve pagination issues
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix: change viewport dimensions in cypress config
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix: refine row selector
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    feat: create and edit rows from tables interactive widget
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix(css): edit row delete & save buttons
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    
    fix(css): fullscreen rich text edit
    
    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3d5b467 View commit details
    Browse the repository at this point in the history
  2. fix: pagination footer does not increase widget width

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    238d305 View commit details
    Browse the repository at this point in the history
  3. fix: edit button cell border

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ea28e32 View commit details
    Browse the repository at this point in the history
  4. fix: table widget header

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    646a3af View commit details
    Browse the repository at this point in the history
  5. fix: header misalignment

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b6d5b65 View commit details
    Browse the repository at this point in the history
  6. fix: Load editor in widgets

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    59dd70f View commit details
    Browse the repository at this point in the history
  7. fix(php): Formatting

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f03c5c3 View commit details
    Browse the repository at this point in the history
  8. fix: Re-apply rows after load to reflect changes upon refresh

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4adbcee View commit details
    Browse the repository at this point in the history
  9. fix: Don't use cached table rows

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8745d27 View commit details
    Browse the repository at this point in the history
  10. fix: Smart picker properly displays widget

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d12e1e7 View commit details
    Browse the repository at this point in the history
  11. fix: Add LoadEditor event to PHP stubs

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody authored and juliusknorr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9f8933f View commit details
    Browse the repository at this point in the history