Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tabs): Implement a couple of features and fix bugs of tabs #47

Merged
merged 66 commits into from
Aug 28, 2020
Merged

Commits on Aug 4, 2020

  1. feat(tabs): fix/add feature to the Tabs component

    fix props data flow, fix children synchronization, add custom border
    GuichiZhao committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    1257eb2 View commit details
    Browse the repository at this point in the history
  2. refactor(development): better dev/doc experience

    We can development component seperately, indipendent of doc and generate doc automatically
    GuichiZhao committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a243b95 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dev' into Loading

    # Conflicts:
    #	components/tabs/__tests__/__snapshots__/index.test.tsx.snap
    #	pages/en-us/components/tabs.mdx
    GuichiZhao committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    517711d View commit details
    Browse the repository at this point in the history
  4. docs(tabs): add docs

    each playground is in seperate folder
    GuichiZhao committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3b60d1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c852e77 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/dev' into Tabs

    # Conflicts:
    #	components/utils/prop-types.ts
    GuichiZhao committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a58f4de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    134d651 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. fix(tabs): fix ts error

    Fix forwardRef error so that Callers can recognize ref properfly; come up with a better way to
    extend Component
    GuichiZhao committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    3a54512 View commit details
    Browse the repository at this point in the history
  2. feat(tabs): add controlled componet style

    Just identify controlled component has some valid use case
    GuichiZhao committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    fe3df09 View commit details
    Browse the repository at this point in the history
  3. test(tabs): improve coverage

    remove useTabs; add test case
    GuichiZhao committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    60d38ae View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dev' into Tabs

    # Conflicts:
    #	tsconfig.json
    GuichiZhao committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    2f95105 View commit details
    Browse the repository at this point in the history
  5. style(tabs): ts lint

    add file to lint in tsConfig
    GuichiZhao committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f4ace93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b74b1f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    e388dcf View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    5b0cdc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    1b69f08 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Merge branch 'dev' into Tabs

    zctocm committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    fbf3558 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into Tabs

    zctocm committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d4603d8 View commit details
    Browse the repository at this point in the history
  3. feat(tabs and playground): add playground loader; Add useImperative f…

    …or Tabs; Add examples
    
    Add examples using loader
    GuichiZhao committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    3ba4711 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10faa03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0656c49 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    a307b3c View commit details
    Browse the repository at this point in the history
  2. test(tabs): add coverage

    Add test for individual component which are not possible covered by main component
    GuichiZhao committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    2ab805a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    4c92ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c086d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    a38e90d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93fabb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    620f1eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aabc95 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'Nav' into Tabs

    # Conflicts:
    #	components/tabs/tabs-label.tsx
    #	components/utils/__tests__/useDomDimension.test.tsx
    GuichiZhao committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    61fca68 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    ff56c41 View commit details
    Browse the repository at this point in the history
  2. docs(tabs): rename files

    GuichiZhao committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    c6aa71f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e91a2d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    418740e View commit details
    Browse the repository at this point in the history
  5. test(tabs): add coverage

    GuichiZhao committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    4b126d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cfb3a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f964c4 View commit details
    Browse the repository at this point in the history
  8. fix(tabs): update snapshot

    GuichiZhao committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    bbb1132 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    5558f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e22237 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4e5854 View commit details
    Browse the repository at this point in the history
  4. fix(tabs): fix styles

    GuichiZhao committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    e918834 View commit details
    Browse the repository at this point in the history
  5. fix(tabs): fix styles

    GuichiZhao authored and yqrashawn committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    36c7d4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a849c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ca921e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Merge branch 'dev' into Tabs

    zctocm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    0408e6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e797ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71a6b1a View commit details
    Browse the repository at this point in the history
  4. style(tabs): fix colors

    GuichiZhao committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    84a8a70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ce96d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    e60ccae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7facfaa View commit details
    Browse the repository at this point in the history
  3. Merge branch 'Tabs' of github.com:Conflux-Chain/react-ui into Tabs

    # Conflicts:
    #	components/tabs/use-tabs-handle.ts
    GuichiZhao committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1aa4b37 View commit details
    Browse the repository at this point in the history
  4. fix(tabs): fix code review

    GuichiZhao committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    a7f5f69 View commit details
    Browse the repository at this point in the history
  5. style(tabs): fix tabs

    GuichiZhao committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    e7c436a View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/dev' into Tabs

    # Conflicts:
    #	pages/zh-cn/components/select.mdx
    GuichiZhao committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    0666b0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb8cca6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    b9f542a View commit details
    Browse the repository at this point in the history
  2. refactor(tabs): style.ts

    yqrashawn committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    c274f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13cb45d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    346cc75 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge remote-tracking branch 'origin/dev' into Tabs

    # Conflicts:
    #	components/utils/prop-types.ts
    GuichiZhao committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    1913a63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c47b8fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8179eb9 View commit details
    Browse the repository at this point in the history
  4. test(tabs): use snapshot

    GuichiZhao committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    1e21ecc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. no message

    GuichiZhao committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    0222538 View commit details
    Browse the repository at this point in the history