bbs icon indicating copy to clipboard operation
bbs copied to clipboard

Results 29 bbs issues
Sort by recently updated
recently updated
newest added

#### Description This PR fixes one or more vulnerable packages in the `yarn` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/gz-c/test/github/2dd17aa1-d92e-417b-8d9b-e0bc10be7c74/master..snyk-fix-63e584613062ed4e66078cde272e1f46) for more details. #### Snyk Project: [skycoin/bbs:static/package.json](https://app.snyk.io/org/gz-c/project/2dd17aa1-d92e-417b-8d9b-e0bc10be7c74) ####...

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...

### v0.4 - [x] Remove "RPC Submission URL" from UI. ![image](https://user-images.githubusercontent.com/14065705/30769995-2ea5bb6c-a07a-11e7-98b6-4c2009399b78.png) - [x] Change "registration" to "join" in user management. - [x] Have threads so that the titles don't get...

enhancement
frontend

``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x60 pc=0x828f49] goroutine 184 [running]: github.com/skycoin/bbs/src/store/state.(*BoardInstance).EditBoard.func1(0xc4202edaa0, 0xc4202ff8c0, 0xc420238a58, 0x1) /home/evan/go/src/github.com/skycoin/bbs/src/store/state/board_instance_add.go:252 +0x39 github.com/skycoin/bbs/src/store/state.(*BoardInstance).EditPack(0xc420238a50, 0xc420558ca0, 0x0,...

bug
help wanted
backend

- [ ] Default: Have a list of "allowed users". All other users are not allow to submit/change content on board. - [ ] Have option to allow all public...

enhancement
new feature
backend

Some users can be set as "Admin". Each board needs at least one admin. * Admins can review spam. * Block users. Etc.

enhancement
new feature
backend

Allow person to see what threads people he cares about are posting in. Thread ranking.

enhancement
new feature
backend

Implement dynamic loading. For `BoardPage` / `ThreadPage` , don't load all threads/posts at once. For example `BoardPage`, show: - [x] `thread_count` (how many threads there really are). - [ ]...

enhancement
new feature
backend

Implement notifications.

enhancement
new feature