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

Add table and tab editor #25

Closed
wants to merge 36 commits into from
Closed

Add table and tab editor #25

wants to merge 36 commits into from

Commits on Apr 13, 2021

  1. Prepare backend api for tab edits

    This is currently a breaking build and WIP
    Yasamato committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    f4fec4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d6a66 View commit details
    Browse the repository at this point in the history
  3. Switched to SQLAlchemy

    Simply because it is just way more powerful than dataset
    Yasamato committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    8ecc665 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Correct api endpoints

    Yasamato committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    b24ec62 View commit details
    Browse the repository at this point in the history
  2. Update static/js/utils.js

    Yasamato authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    8c8f3b0 View commit details
    Browse the repository at this point in the history
  3. Update static/js/utils.js

    Yasamato authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    7c9c8c5 View commit details
    Browse the repository at this point in the history
  4. Cleanup misc

    Yasamato committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    3cab556 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55c53c9 View commit details
    Browse the repository at this point in the history
  6. Log errors only to console

    Yasamato committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4882cc2 View commit details
    Browse the repository at this point in the history
  7. Adjust .gitignore

    Yasamato committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    a7c7598 View commit details
    Browse the repository at this point in the history
  8. Flutter init

    Yasamato committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    faa07b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa98b82 View commit details
    Browse the repository at this point in the history
  10. Fix docker build

    Yasamato committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    40d1dcb View commit details
    Browse the repository at this point in the history
  11. Misc. code cleanup

    Yasamato committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    77c4e2d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e81360c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5edde27 View commit details
    Browse the repository at this point in the history
  14. Adjust Dart version

    Yasamato committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4ef8176 View commit details
    Browse the repository at this point in the history
  15. Only run github action on push

    No need to run the github action twice on active PRs
    Yasamato authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    173a390 View commit details
    Browse the repository at this point in the history
  16. Update queries.py

    Yasamato committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    1a7e4b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Add inital fetch layouts

    Yasamato committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    f6b11b1 View commit details
    Browse the repository at this point in the history
  2. Sticky header

    Yasamato committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    bfa9561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bde812d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6a2ed5 View commit details
    Browse the repository at this point in the history
  5. Update src/App.tsx

    Yasamato authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2aee2e0 View commit details
    Browse the repository at this point in the history
  6. Update src/App.tsx

    Yasamato authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    9e9fa6a View commit details
    Browse the repository at this point in the history
  7. Update src/App.tsx

    Yasamato authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    3c7c8cf View commit details
    Browse the repository at this point in the history
  8. Update src/index.tsx

    Yasamato authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    ce25c6f View commit details
    Browse the repository at this point in the history
  9. Update src/index.tsx

    Yasamato authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    4388f86 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Correctly bind callbacks

    Yasamato committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    408e4d2 View commit details
    Browse the repository at this point in the history
  2. Update src/App.tsx

    Yasamato authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    409c4e7 View commit details
    Browse the repository at this point in the history
  3. Update src/App.tsx

    Yasamato authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    023f94b View commit details
    Browse the repository at this point in the history
  4. Update src/App.tsx

    Yasamato authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    8f637ca View commit details
    Browse the repository at this point in the history
  5. Update src/index.tsx

    Yasamato authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    2bf4f57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d37bd7 View commit details
    Browse the repository at this point in the history
  7. Add dev instructions

    Yasamato committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    7e63f80 View commit details
    Browse the repository at this point in the history
  8. Make file links in README.md

    Yasamato committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    a1270ca View commit details
    Browse the repository at this point in the history