d-buzz / d.buzz-client

A New Era of Social Media on the Hive Blockchain
https://d.buzz/
The Unlicense
7 stars 6 forks source link

D.Buzz Icon Mobile #1079

Closed k3mpz closed 1 year ago

k3mpz commented 1 year ago

added dbuzz icon at the center top of mobile view

aaashir commented 1 year ago

@k3mpz - Please fix the following lint errors:

#!/bin/bash -eo pipefail
yarn run lint
yarn run v1.22.18
$ eslint src

/tmp/dbuzz-client/src/components/modals/ReplyFormModal/index.js
  449:1  error  Expected indentation of 10 spaces but found 8   indent
  450:1  error  Expected indentation of 12 spaces but found 10  indent
  451:1  error  Expected indentation of 14 spaces but found 12  indent
  452:1  error  Expected indentation of 16 spaces but found 14  indent
  453:1  error  Expected indentation of 18 spaces but found 16  indent
  454:1  error  Expected indentation of 18 spaces but found 16  indent
  455:1  error  Expected indentation of 18 spaces but found 16  indent
  456:1  error  Expected indentation of 18 spaces but found 16  indent
  457:1  error  Expected indentation of 18 spaces but found 16  indent
  458:1  error  Expected indentation of 16 spaces but found 14  indent
  459:1  error  Expected indentation of 18 spaces but found 16  indent
  460:1  error  Expected indentation of 18 spaces but found 16  indent
  461:1  error  Expected indentation of 18 spaces but found 16  indent
  462:1  error  Expected indentation of 16 spaces but found 14  indent
  463:1  error  Expected indentation of 14 spaces but found 12  indent
  464:1  error  Expected indentation of 14 spaces but found 12  indent
  465:1  error  Expected indentation of 16 spaces but found 14  indent
  466:1  error  Expected indentation of 16 spaces but found 14  indent
  467:1  error  Expected indentation of 16 spaces but found 14  indent
  468:1  error  Expected indentation of 14 spaces but found 12  indent
  469:1  error  Expected indentation of 10 spaces but found 8   indent

/tmp/dbuzz-client/src/components/wrappers/Init/index.js
  217:1  error  Expected indentation of 10 spaces but found 6   indent
  218:1  error  Expected indentation of 12 spaces but found 8   indent
  237:1  error  Expected indentation of 10 spaces but found 6   indent
  238:1  error  Expected indentation of 12 spaces but found 8   indent
  239:1  error  Expected indentation of 12 spaces but found 8   indent
  240:1  error  Expected indentation of 14 spaces but found 10  indent
  241:1  error  Expected indentation of 14 spaces but found 10  indent
  242:1  error  Expected indentation of 14 spaces but found 10  indent
  243:1  error  Expected indentation of 14 spaces but found 10  indent
  244:1  error  Expected indentation of 14 spaces but found 10  indent
  245:1  error  Expected indentation of 14 spaces but found 10  indent
  246:1  error  Expected indentation of 14 spaces but found 10  indent
  247:1  error  Expected indentation of 14 spaces but found 10  indent
  248:1  error  Expected indentation of 16 spaces but found 12  indent
  249:1  error  Expected indentation of 18 spaces but found 14  indent
  250:1  error  Expected indentation of 18 spaces but found 14  indent
  251:1  error  Expected indentation of 18 spaces but found 14  indent
  252:1  error  Expected indentation of 16 spaces but found 12  indent
  253:1  error  Expected indentation of 14 spaces but found 10  indent
  254:1  error  Expected indentation of 12 spaces but found 8   indent
  255:1  error  Expected indentation of 10 spaces but found 6   indent
  256:1  error  Expected indentation of 8 spaces but found 4    indent

/tmp/dbuzz-client/src/services/ceramic.js
  18:3  error  Extra semicolon  semi

✖ 44 problems (44 errors, 0 warnings)
  44 errors and 0 warnings potentially fixable with the `--fix` option.

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Exited with code exit status 1
CircleCI received exit code 1
aaashir commented 1 year ago

@k3mpz - Can you please make the logo properly centred?

And change the logo to this file: public/dbuzz.svg

IMG_AD21AC55284A-1

aaashir commented 1 year ago

Can you please fix the lint errors? @k3mpz

PS: Always check for yarn run lint before committing.

#!/bin/bash -eo pipefail
yarn run lint
yarn run v1.22.18
$ eslint src

/tmp/dbuzz-client/src/components/layout/MobileAppFrame/index.js
  61:25  error  Missing trailing comma  comma-dangle

✖ 1 problem (1 error, 0 warnings)
  1 error and 0 warnings potentially fixable with the `--fix` option.

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Exited with code exit status 1
CircleCI received exit code 1
aaashir commented 1 year ago

LGTM 🎉