aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_new_channel.js
Commit message (Collapse)AuthorAgeFilesLines
* new_channel - make text strings translatable and use the name as a base for ↵zotlabs2018-05-211-6/+7
| | | | the nick if you try to create without entering a nick
* remove debug codeMario Vavti2018-05-181-4/+0
|
* an attempt to fix the new_channel validation situationMario Vavti2018-05-181-24/+72
|
* mod_new_channel: don't require nickname validation after name validation ↵zotlabs2018-02-221-0/+3
| | | | (which generates a valid nickname). Enable the submit button as long as there are no errors.
* Add 'Validate' button to new_channel page and disable submit until ↵zotlabs2018-02-201-12/+23
| | | | validated. This is to get around the issue that clicking submit without ever focusing and blurring the nickname field won't actually submit the form but only provide validation. It needs to be clicked again to submit. The first click processed the blur but remained on the page with no feedback. If somebody has better workarounds, please provide. The goal is to ensure that the name and the nickname are both validated before we can submit.
* update some old spinners which were causing js issueszotlabs2017-10-051-4/+4
|
* some work on mod/registerMario Vavti2016-02-221-2/+8
|
* pimp up mod new_channelMario Vavti2016-02-191-6/+7
|
* Use grouped select field for role selectionStefan Parviainen2015-01-011-1/+1
|
* add stylish_select to new_channel page - but comment out until we can theme ↵friendica2014-09-181-0/+1
| | | | it. It needs a bit of theming to even work correctly.
* add a spinner or two to the new channel page so folks have a clue that we're ↵friendica2014-09-171-0/+4
| | | | doing something in the background - trying to complete the nick field for them (and then check it before they submit).
* fix channel creation and management after last changesfriendica2012-10-301-2/+2
|
* zchannel rename to new_channelfriendica2012-10-291-0/+17