Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

SpecialText #437

Open
wants to merge 74 commits into
base: master
Choose a base branch
from
Open

SpecialText #437

wants to merge 74 commits into from

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    8f14cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a443f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c59b8d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e790175 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e649202 View commit details
    Browse the repository at this point in the history
  6. Renamed 'child' to dropDownItems. Removed unecessary variable 'val'. …

    …Moved formatList into SpecialText.
    ericlin11354 committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    e1e3707 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Fixed SpecialText to be an Atom component. SpecialTextProps extends T…

    …extLayoutProps. SpecialText takes onClick event.
    ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    00bb45c View commit details
    Browse the repository at this point in the history
  2. added DropArea to index.ts

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cdc4a06 View commit details
    Browse the repository at this point in the history
  3. add story isDragEnter

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    18a543b View commit details
    Browse the repository at this point in the history
  4. set default padding to theme value

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    7b8ad26 View commit details
    Browse the repository at this point in the history
  5. add dropzone component

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5410bf2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e69295 View commit details
    Browse the repository at this point in the history
  7. use theme colors

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2996e7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    492c684 View commit details
    Browse the repository at this point in the history
  9. restrict click area to a button

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    57c06ef View commit details
    Browse the repository at this point in the history
  10. add story OnClickPreventDefault

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    39c7bb1 View commit details
    Browse the repository at this point in the history
  11. add icon

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d59349b View commit details
    Browse the repository at this point in the history
  12. add minWidth property

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    943ec13 View commit details
    Browse the repository at this point in the history
  13. add isDisabled property

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    537fd31 View commit details
    Browse the repository at this point in the history
  14. add buttonText prop

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d536bfb View commit details
    Browse the repository at this point in the history
  15. remove isDragEnter prop

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    917367c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    96de21f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    354d4e9 View commit details
    Browse the repository at this point in the history
  18. remove Input styled component

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1946570 View commit details
    Browse the repository at this point in the history
  19. change minWidth property name

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    6c470fb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    65f8e13 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    52054cc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f24220d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fdfb68a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    017fec2 View commit details
    Browse the repository at this point in the history
  25. solve height popping effect

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    64bca63 View commit details
    Browse the repository at this point in the history
  26. useCallback

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1fec99e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f6e9ea0 View commit details
    Browse the repository at this point in the history
  28. solve the problem

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    9ee1625 View commit details
    Browse the repository at this point in the history
  29. kjsfks

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    c51205b View commit details
    Browse the repository at this point in the history
  30. working...

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    105dcdb View commit details
    Browse the repository at this point in the history
  31. first version

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2994f4f View commit details
    Browse the repository at this point in the history
  32. add custom buttons

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1e86268 View commit details
    Browse the repository at this point in the history
  33. remove duplicate code

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    aa38b39 View commit details
    Browse the repository at this point in the history
  34. change variable name

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    c6fb643 View commit details
    Browse the repository at this point in the history
  35. align icons vertically

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    dc6355c View commit details
    Browse the repository at this point in the history
  36. add icon file type mapping

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    0bc74ec View commit details
    Browse the repository at this point in the history
  37. create panelListWrapper component

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    efdcd8b View commit details
    Browse the repository at this point in the history
  38. add Main to styled component

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5dcec5d View commit details
    Browse the repository at this point in the history
  39. add sequentially panels capability

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    39cc383 View commit details
    Browse the repository at this point in the history
  40. a little bit of refactor

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5fd713e View commit details
    Browse the repository at this point in the history
  41. extract hook into another file

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    236ea8c View commit details
    Browse the repository at this point in the history
  42. change name to a variable

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    fca3f60 View commit details
    Browse the repository at this point in the history
  43. with fade in effect

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    223bd9c View commit details
    Browse the repository at this point in the history
  44. add fadeout effect

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    536eccb View commit details
    Browse the repository at this point in the history
  45. add fadeOut time property

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    750c2c9 View commit details
    Browse the repository at this point in the history
  46. use comparison with undefined

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b20ccbb View commit details
    Browse the repository at this point in the history
  47. refactor useFadeOut hook a little bit

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    bf874ba View commit details
    Browse the repository at this point in the history
  48. jsdoc

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    78ce65c View commit details
    Browse the repository at this point in the history
  49. change name to styled component

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a0ce00c View commit details
    Browse the repository at this point in the history
  50. change name to a prop

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    eecb24b View commit details
    Browse the repository at this point in the history
  51. Organized all the components

    ralph-dev authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4ed46ab View commit details
    Browse the repository at this point in the history
  52. create the files

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ea5dcc2 View commit details
    Browse the repository at this point in the history
  53. fill useGetWidth.ts

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    f598a89 View commit details
    Browse the repository at this point in the history
  54. fill useInformativePanels.ts

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    fdec54f View commit details
    Browse the repository at this point in the history
  55. fill worker.ts

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2fdc6c0 View commit details
    Browse the repository at this point in the history
  56. fill fileuploadv2.tsx

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    13fbde6 View commit details
    Browse the repository at this point in the history
  57. fill fileuploadv2.stories.tsx

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2f0baec View commit details
    Browse the repository at this point in the history
  58. add forwardref to dropArea component

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d7f598d View commit details
    Browse the repository at this point in the history
  59. make it work

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a6fa011 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    75b5ded View commit details
    Browse the repository at this point in the history
  61. use object destructuration

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    533cb84 View commit details
    Browse the repository at this point in the history
  62. more object destructuring...

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    7af98ed View commit details
    Browse the repository at this point in the history
  63. more object destructuring

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ab5c0f0 View commit details
    Browse the repository at this point in the history
  64. more code quality

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cacc103 View commit details
    Browse the repository at this point in the history
  65. add image preview capability

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    06057d7 View commit details
    Browse the repository at this point in the history
  66. solve problem with dropArea component

    roggc authored and ericlin11354 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    02a3969 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    dc840a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

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