Coder Social home page Coder Social logo

moonsangjin / clique Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 1.0 24.45 MB

๐Ÿ“Œ ์Šคํฌ๋กค ์œ„์น˜๋ฅผ ๊ธฐ์–ตํ•˜๋Š” ๋ถ๋งˆํฌ ์„œ๋น„์Šค ํด๋ฆฌํฌ(Clique)

JavaScript 98.48% HTML 1.11% CSS 0.09% TypeScript 0.32%

clique's Introduction

clique's People

Contributors

dependabot[bot] avatar maitracle avatar moonsangjin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

goldfiish

clique's Issues

favicon bug

์•„๋ž˜์ฒ˜๋Ÿผ image url์ด ์•„๋‹ˆ๊ณ , ๋ฐ์ดํ„ฐ๋ฅผ ์ง์ ‘ string์œผ๋กœ ์ €์žฅํ•˜๋Š” ํ˜•ํƒœ์˜ ๊ฒฝ์šฐ
์„œ๋ฒ„์— url field๋กœ ์ €์žฅ๋˜์ง€ ์•Š๋Š”๋‹ค.

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAHTElEQVRYR8WXe3BU1R3Hv/e5j+wmmxchIQltIQkJEEmoQCQyFhGKgA80SjvYWqcF/7BS2qnUFut0rAxOp8y0apVBOhakjAijUyG0IE2M5WELiUMk5EGUuCEJu3nsI3v3Ps69p3POBqpl2

Popup.js ํŒŒ์ผ์„ ๋ฆฌํŒฉํ† ๋งํ•œ๋‹ค.

Popup.js

  • ํŒŒ์ผ ์ด๋ฆ„ ์ˆ˜์ •ํ•ด์ฃผ์„ธ์š”. (์ €ํฌ๊ฐ€ ์‚ฌ์šฉํ•˜๋Š” IconMenu.js๋Š” ์–ด๋–ค๊ฐ€์š”?)
  • ๋ถˆํ•„์š”ํ•œ ์ฃผ์„ ์ œ๊ฑฐํ•ด์ฃผ์„ธ์š”. (message passing ์ฝ”๋“œ ๊ธฐ๋ก์ด ํ•„์š”ํ•˜๋ฉด, ๋…ธ์…˜ ๋“ฑ ๋‹ค๋ฅธ ์ฑ„๋„ ํ™œ์šฉํ•ด์ฃผ์„ธ์š”.)
  • ์งˆ๋ฌธ: styles component์—์„œ ๋ณ€์ˆ˜ ์ด๋ฆ„์„ ์†Œ๋ฌธ์ž๋กœ ํ•˜๋ฉด ์ฝ”๋“œ ์ž‘์„ฑํ•  ๋•Œ๋„ ํƒœ๊ทธ ์ด๋ฆ„์„ ์†Œ๋ฌธ์ž๋กœ ์ž‘์„ฑํ•˜๊ฒŒ ๋˜๋Š”๊ฑฐ์ฃ ?
const Wrapper = styled.div``;
  • line 24: ๋ณ€์ˆ˜ ์ด๋ฆ„ ์ œ์•ˆ
const [openPageInfoList, setOpenPageInfoList] = useState([]);
  • line 26: searchUrlํ•จ์ˆ˜ refactoring ์ œ์•ˆ
const getOpenPageInfo = () => {
    chrome.tabs.query({ lastFocusedWindow: true }, (openPages) => {
      const openPageInfoList = openPages.map((page) => {
        favIconUrl: page.favIconUrl,
        title: page.title,
        url: page.url,
      });

      setTabUrl(openPageInfoList);
    });
  };
  • addUrl ๊ฐ™์€ ํ•จ์ˆ˜๋Š” ์ด์ œ ํ•„์š” ์—†์ฃ ??

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.