JellyBrick

Results 65 issues of JellyBrick

## Working Prototype 만들기 기본적인 기능을 테스트할 수 있도록 ## UI 프로토타이핑 - [x] 로그인 - 프로필 - [x] #1962 - [ ] #1963 - [ ] PLUS친구 프로필 -...

Type: Enhancement
help wanted

`텔레그램`&`디스코드` 정도 사이즈로 더 작게 조정할 필요가 있을 듯함

Type: Enhancement
Platform: Common

- UI 컴포넌트 React로 제작(Storybook) - UI 컴포넌트 제작 - [x] 포인트(하이라이트) 컬러 2개정도 잡고 그에 따른 컬러스킴 생성 - [ ] 대화상자 디자인 - [x] 버튼 state - [x]...

Type: Enhancement
help wanted

- [ ] Support for removing command listeners

enhancement
in EventBroadcaster

``` {"ok":false,"error_code":400,"description":"Bad Request: group chat was migrated to a supergroup chat","parameters":{"migrate_to_chat_id":(chat id, int64_t)}}; ```

bug
in TgTypeParser

**Describe the bug** https://github.com/Tuinity/Tuinity/commit/5620c5720691a99ff0761093c1dab66833ecad15 breaks `ProtocolSupport` plugin. (Player can't join the server) https://github.com/ProtocolSupport/ProtocolSupport/issues/1353 **To Reproduce** Just apply `ProtocolSupport` to Tuinity **Plugins** `ProtocolSupport` **Version** https://ci.codemc.io/job/Spottedleaf/job/Tuinity-1.17/31/artifact/tuinity-paperclip.jar **Misc** ![image](https://user-images.githubusercontent.com/16558115/128447275-d1e311a3-a505-448d-935b-bc73f3711160.png)

bug

- `ESLint` 룰을 추가하고 (`Google`, `max-len` 룰 80 -> 130으로 수정) 코드에 적용했습니다. - 쓸모 없는 코드를 삭제했으나, 어디에 사용되는 코드인지 파악이 안 되는 경우 `// eslint-disable-next-line no-unused-vars` 처리 -...