Skip to content
Snippets Groups Projects

Allow import/export of blocks

Merged Tae Hoon requested to merge tae/pleroma-fe:220-import-export-blocks-mutes into develop
All threads resolved!

As the first part of #220 (closed), this will allow import/export of blocks.

NOTE: I've made reusable Importer / Exporter components. This allows us to implement import/exports of mutes easily later.

Screenshot

Desktop

Merge request reports

Pipeline #11240 passed

Pipeline passed for a7938355 on tae:220-import-export-blocks-mutes

Approval is optional

Merged by HJHJ 5 years ago (Apr 29, 2019 6:15pm UTC)

Merge details

Pipeline #11243 passed

Pipeline passed for d94fdd06 on develop

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • I tried testing and it seems to work ok, but there's a bug with follow exports right now in develop (and here too because of it) which makes it a little bit more difficult to verify everything working correctly. I'll take another look a bit later

    Edited by Shpuld Shpludson
  • Tae Hoon resolved all discussions

    resolved all discussions

  • Tae Hoon added 28 commits

    added 28 commits

    Compare with previous version

  • Tae Hoon added 47 commits

    added 47 commits

    Compare with previous version

  • Tae Hoon added 16 commits

    added 16 commits

    Compare with previous version

  • Tae Hoon added 13 commits

    added 13 commits

    Compare with previous version

  • Tae Hoon added 33 commits

    added 33 commits

    Compare with previous version

  • Tae Hoon added 12 commits

    added 12 commits

    Compare with previous version

  • Tae Hoon added 57 commits

    added 57 commits

    Compare with previous version

  • Tae Hoon added 57 commits

    added 57 commits

    • edfbf0f4 - fix mess in UserProfile component
    • b4dbb426 - add checkbox component
    • 23c013ec - add SelectableRow component
    • 84d6eb16 - use reusable List vue component instead of withList hoc
    • 31e6c4e4 - refactor using List component
    • 847aec34 - remove withList hoc
    • fc54c350 - remove unused yarn package
    • 80727010 - rename selectable_row to selectable_list
    • 12bc93db - use SelectableList for blocks/mutes list
    • 9e258f68 - save selected items to the state
    • 076ab4e1 - use key properly
    • 274266ea - add some styling to the selectable-list component
    • 1c96d91f - move border-bottom style to the list
    • 5e619282 - add border-bottom style to the list component as well
    • 29db481d - refactor selectable-list using list component
    • 6bbc9062 - clean up
    • 3b591223 - let not selectable-list know about getKey prop
    • f83252db - show empty slot only if it has content
    • a22c35a8 - recover border between basic-user-card using list component
    • 5036e574 - remove border-bottom of the last list item
    • daa43abc - add header to selectable-list component
    • 362c2857 - support header slot
    • 4375a876 - add border-bottom to the header
    • 8887964e - replace scope attributes by slot-scope
    • e06f66f5 - add reusable progress-button cmoponent
    • 934144d7 - add bulk action buttons
    • a2b2989d - make border of list header thicker
    • 6ac21ebe - pass down empty slot
    • 2c03696c - show list header only if there are items
    • 46454a89 - add a comment
    • 01f44047 - wire up bulk action buttons to vuex
    • 1cf47629 - add bulk mute/unmute buttons and wire up to vuex
    • 360693c3 - clean up
    • 64f222f6 - ui improvements
    • a5d9240a - support i18n
    • e066b3a1 - rewrite checkbox component as non-functional
    • b3704390 - update checkbox importing path
    • 2fb2ea40 - import scss variables
    • 0b91cd8b - update model and props properties
    • aa1ae3b8 - render span tag only if it has content
    • b9ee9484 - support indeterminate checkbox state
    • d2af4e8a - make sure to use filtered selected keys
    • b69a88a3 - clean up
    • c95640d5 - fix typos
    • a22837a3 - code readability
    • 6ad8b862 - remove extra spacing
    • 70ca5273 - Revert "recover border between basic-user-card using list component"
    • 1295f707 - split out follow’s importer as a separate component
    • 53cfe3b4 - move formData generating logic to api.service
    • b75ef198 - add uploading icon css
    • 867d6de0 - make Importer component reusable
    • 77aca0e2 - change api function name
    • fb46173c - add “block import” feature
    • b01d8f4d - make reusable Exporter component
    • 22eadc9f - fix wrong function binding
    • f956dd79 - add “export blocks” feature
    • e67854c3 - refactoring

    Compare with previous version

  • Tae Hoon added 61 commits

    added 61 commits

    Compare with previous version

  • Tae Hoon added 26 commits

    added 26 commits

    Compare with previous version

  • Tae Hoon added 13 commits

    added 13 commits

    Compare with previous version

  • Tae Hoon added 14 commits

    added 14 commits

    Compare with previous version

  • HJ
  • Maintainer

    Looks good, works good.

    The only issue i found is that i supposedly have 352 followings but export gives 350 lines.

  • Tae Hoon added 1 commit

    added 1 commit

    Compare with previous version

  • Tae Hoon resolved all discussions

    resolved all discussions

  • Author Contributor

    I believe it's an API bug. I have 11 followings but the api api/v1/accounts/1/following?limit=20 returns only 10.

  • Maintainer

    i think one of them could be yourself but it's not exported, but mine has 2 missing, which is weird, but I assume it's a BE bug.

  • HJ merged

    merged

  • HJ mentioned in commit d94fdd06

    mentioned in commit d94fdd06

  • Please register or sign in to reply
    Loading