zoltan-nz / library-app

Detailed Ember.js v4.7 tutorial for absolute beginners. https://yoember.com
http://library-app.firebaseapp.com
195 stars 77 forks source link

Update `action`s to `on` and `fn` #49

Closed zoltan-nz closed 4 years ago

zoltan-nz commented 4 years ago
library-app/templates/admin/seeder.hbs
  9:55  error  Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.  no-action
  9:100  error  Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.  no-action
  11:64  error  Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.  no-action
  11:115  error  Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.  no-action

library-app/templates/authors.hbs
  17:18  error  Do not use `action` as <form {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action
  22:63  error  Do not use `action` as <button {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action
  27:32  error  Do not use `action` as <span {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action

library-app/templates/books.hbs
  26:102  error  Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.  no-action
  27:57  error  Do not use `action` as <button {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action
  29:32  error  Do not use `action` as <span {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action
  34:18  error  Do not use `action` as <form {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action
  39:63  error  Do not use `action` as <button {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action
  44:32  error  Do not use `action` as <span {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action
  50:108  error  Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.  no-action
  51:57  error  Do not use `action` as <button {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action
  53:32  error  Do not use `action` as <span {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action

library-app/templates/contact.hbs
  23:52  error  Do not use `action` as <button {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action

library-app/templates/index.hbs
  11:69  error  Do not use `action` as <button {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action

library-app/templates/libraries/form.hbs
  4:89  error  Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.  no-action

library-app/templates/libraries/index.hbs
  29:60  error  Do not use `action` as <button {{action ...}} />. Instead, use the `on` modifier and `fn` helper.  no-action