Historial de Commits

Autor SHA1 Mensaje Fecha
  sbkwgh e7184783ad Only show check mark if not already removed hace 8 años
  sbkwgh ef734e8589 Align to center of button hace 8 años
  sbkwgh ae3f2f1c94 Show/hide button after api call is complete hace 8 años
  sbkwgh 55b5b4017c Use api to remove posts on backend hace 8 años
  sbkwgh cee94cbc40 Use min-width instead of width hace 8 años
  sbkwgh f556978dd1 Implement remove post functionality hace 8 años
  sbkwgh d8ded4cfbc Expect a specific string on a removed post, rather than ust null hace 8 años
  sbkwgh f10ce41912 Remove test for User field being null - as the username that a post is replying to is set manually, this would require manually updating this association, so is currently not implemented hace 8 años
  sbkwgh 36485d4523 Add tests for DELETE /post/:id route hace 8 años
  sbkwgh c3a450d32d Show button in side-bar if selectState is enabled hace 8 años
  sbkwgh 36ea1dad49 Add button--disabled class hace 8 años
  sbkwgh c107e0936f Add selection functionality using vuex hace 8 años
  sbkwgh 872f8e5c75 Add select capability to posts hace 8 años
  sbkwgh 985340c65f Only show reply thread button and reply post links if thread is not locked hace 8 años
  sbkwgh 9e148f1bde Use h2 instead of h1 tag and decrease padding for thread-locked message hace 8 años
  sbkwgh 610f3bc0d8 Add admin cookie for ui purposes hace 8 años
  sbkwgh 214b5d7c13 Set width of sidebar hace 8 años
  sbkwgh 1faa3b8cda Only show thread management button if logged in admin hace 8 años
  sbkwgh b748912177 Add admin field to vuex and set this field when a user logs in hace 8 años
  sbkwgh 80e581fc12 Add conditional thread lock message hace 8 años
  sbkwgh 865f990ffb Implement ajax functionality for lock thread hace 8 años
  sbkwgh befabc0972 Use new menu-button options parameter format, and call threadLock method hace 8 años
  sbkwgh 1cd3e43bb4 Use object with event and value parameter for options, in case value parameter is dynamic hace 8 años
  sbkwgh c5e978fcc3 Throw error if thread is locked hace 8 años
  sbkwgh b9cc76a5cd Add threadLocked error hace 8 años
  sbkwgh 007ceb2507 Use own thread for locked tests to make tests more independent hace 8 años
  sbkwgh 8e686265c6 Implement locked/unlocked thread route hace 8 años
  sbkwgh c883be1f6b Fix wrong request agent hace 8 años
  sbkwgh 47d97c149a Add locked field to model hace 8 años
  sbkwgh 74ac8b98ca Add tests for locking the thread hace 8 años