zer0net / ifs-master

IFS Master
http://127.0.0.1:43110/12MVkvYGcRW6u2NYbpfwVad1oQeyG4s9Er/
5 stars 1 forks source link

[CREATE CHANNEL]: IMMEDIATELY REMOVE the "Create Channel" window after pressing "Create Channel" Button to PREVENT trigger it MULTIPLE times #95

Closed haschimoto closed 7 years ago

haschimoto commented 7 years ago

the "create channel" button from here got triggered 3xtimes: snap 2017-04-30 at 10 49 42

resulted in this: snap 2017-04-30 at 10 51 01

haschimoto commented 7 years ago

so now the same channel "exists" 3 times, but all under the same adress (note that clicking a channel link doesnt work anymore and shows the startpage because of the other ticket): https://bit.surf:43110/12MVkvYGcRW6u2NYbpfwVad1oQeyG4s9Er/index.html?route:main+id:3_1R67TfYzNkCnh89EFfGmXn5LMb4hXaMRQ snap 2017-04-30 at 11 06 43

also any item uploaded will get added on all three "instances" and hence appear 3xtimes on startpage: snap 2017-04-30 at 11 11 48

haschimoto commented 7 years ago

update: i fixed it now manually by removing 2 of the entries in the data.json and republish it, but the tickets topic to immediately close the window popup to prevent multiple triggering should still be solved.

dnelband commented 7 years ago

closing the popup results in scope issues, instead i've replace the content with a loader + message "creating channel", is that ok?