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

Dashboard: Refector dashboard to a dashboard framework library. #1007

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Sep 5, 2024

  1. merge react-components into dashboard

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bf46544 View commit details
    Browse the repository at this point in the history
  2. migrate storybook

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4a7da8c View commit details
    Browse the repository at this point in the history
  3. fix tests

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9ce8224 View commit details
    Browse the repository at this point in the history
  4. rename package

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a515172 View commit details
    Browse the repository at this point in the history
  5. fix lint errors

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8a5b5fe View commit details
    Browse the repository at this point in the history
  6. update dockerfile and docs

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    33d2bfc View commit details
    Browse the repository at this point in the history
  7. move all deps to peerDeps

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2465ef4 View commit details
    Browse the repository at this point in the history
  8. fix imports

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9b956db View commit details
    Browse the repository at this point in the history
  9. fix @aldabil/react-scheduler incompatibility

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    024d4d8 View commit details
    Browse the repository at this point in the history
  10. rename index.tsx to main.tsx to follow vite default template

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0ffa017 View commit details
    Browse the repository at this point in the history
  11. cleanup

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    530b5c0 View commit details
    Browse the repository at this point in the history
  12. abit of refactor to make it easier to create custom windows

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    daa5ff3 View commit details
    Browse the repository at this point in the history
  13. build deps before starting example

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    829b2e0 View commit details
    Browse the repository at this point in the history
  14. update docs

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    32551ea View commit details
    Browse the repository at this point in the history
  15. english

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9eaadb7 View commit details
    Browse the repository at this point in the history
  16. add updateSettings to props param

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    be889d9 View commit details
    Browse the repository at this point in the history
  17. fix after rebase

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0f4897d View commit details
    Browse the repository at this point in the history
  18. simplify getting started setup

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3b4c1e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge remote-tracking branch 'origin/main' into koonpeng/merge-react-…

    …components
    
    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4c0de1c View commit details
    Browse the repository at this point in the history
  2. update README

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2ff9f39 View commit details
    Browse the repository at this point in the history
  3. update README

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    97f5914 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge remote-tracking branch 'origin/main' into koonpeng/merge-react-…

    …components
    
    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    320e889 View commit details
    Browse the repository at this point in the history
  2. update storybook

    Signed-off-by: Teo Koon Peng <[email protected]>
    koonpeng committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    09bc73b View commit details
    Browse the repository at this point in the history