Skip to content
Snippets Groups Projects

Profile fields setting

Merged kPherox requested to merge kphrx/pleroma-fe:iss-149/profile-fields-setting into develop
1 unresolved thread

Add profile fields to User Settings.

refs #149 (closed)

Edited by kPherox

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • rinpatch
  • HJ
  • kPherox mentioned in merge request pleroma!1983 (merged)

    mentioned in merge request pleroma!1983 (merged)

  • kPherox added 1 commit

    added 1 commit

    Compare with previous version

  • kPherox added 1 commit

    added 1 commit

    • f6a6703d - Add configuable fields limits

    Compare with previous version

  • kPherox added 1 commit

    added 1 commit

    • 92f59f48 - test merging array field for users

    Compare with previous version

  • kPherox added 1 commit

    added 1 commit

    • 1beb0447 - test merging array field for users

    Compare with previous version

  • kPherox added 1 commit

    added 1 commit

    • c6ad4ab1 - Fix merging array field for users

    Compare with previous version

  • kPherox changed the description

    changed the description

  • kPherox changed the description

    changed the description

  • kPherox added 29 commits

    added 29 commits

    Compare with previous version

  • kPherox marked the checklist item Rebasing after merge the !995 (merged). as completed

    marked the checklist item Rebasing after merge the !995 (merged). as completed

  • kPherox unmarked as a Work In Progress

    unmarked as a Work In Progress

  • kPherox changed the description

    changed the description

  • kPherox resolved all threads

    resolved all threads

  • kPherox mentioned in merge request !1004 (merged)

    mentioned in merge request !1004 (merged)

  • kPherox added 3 commits

    added 3 commits

    • 7d2cef9e - Fix emoji input error
    • e5321e10 - Fix for inserting field with empty name
    • 6c7921dc - Replace setFieldName/setFieldValue to setField

    Compare with previous version

  • kPherox added 1 commit

    added 1 commit

    Compare with previous version

  • kPherox added 1 commit

    added 1 commit

    • a6def0bd - Use index instead v-for range

    Compare with previous version

  • kPherox added 2 commits

    added 2 commits

    • 50df4553 - Change newFields to data property
    • 65128de8 - Add add/delete field button

    Compare with previous version

  • kPherox added 1 commit

    added 1 commit

    Compare with previous version

  • kPherox added 383 commits

    added 383 commits

    • 67779aa0...7a0e554d - 382 commits from branch pleroma:develop
    • 38a5f178 - Merge branch 'develop' into 'iss-149/profile-fields-setting'

    Compare with previous version

  • kPherox added 182 commits

    added 182 commits

    Compare with previous version

  • Contributor

    What is the status on this?

  • Maintainer

    needs testing i think

  • Merged it to my branch and it looks like you can add fields but not delete the last one.

    screen

    • I can set fields using text and links which work fine, but there's no emoji picker and custom emoji don't work (not sure if they are supported in fields)

    • Author Contributor

      Mastodon can use custom emoji in profile fields. However, currently pleroma don't add emojis to the user when use emoji in profile fields. So I set hide-emoji-button and unset enable-emoji-picker to EmojiInput component.

    • oh I see, should create an issue for it then on BE

    • one problem though, console gets lots of errors when you open settings they come from the picklerless fields I think. seems like a bug in emojiInput. should it really use emojiInput at all if it doesn't do any sort of completion?

    • Author Contributor

      ah, I forgot cherry-pick to fix emoji input (7d2cef9e) when I rebased to develop

    • Author Contributor

      (I had forgotten about that) can use username beginning with '@', so I'll temporarily implement user suggestor and enable picker.

    • Please register or sign in to reply
  • Shpuld Shpludson resolved all threads

    resolved all threads

  • kPherox added 2 commits

    added 2 commits

    • fd2157ef - Fix emoji input error
    • bad3dacf - implement user suggestor for profile fields

    Compare with previous version

  • Shpuld Shpludson added 85 commits

    added 85 commits

    Compare with previous version

  • mentioned in commit c658f57a

  • kPherox resolved all threads

    resolved all threads

  • Please register or sign in to reply
    Loading