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

NM-2: core spa logic #4

Merged
merged 62 commits into from
Sep 30, 2024
Merged

NM-2: core spa logic #4

merged 62 commits into from
Sep 30, 2024

Commits on Sep 28, 2024

  1. add html base layout

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6f78eeb View commit details
    Browse the repository at this point in the history
  2. add .gitignore

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    18081d3 View commit details
    Browse the repository at this point in the history
  3. implement static server

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    934ca07 View commit details
    Browse the repository at this point in the history
  4. add package lock

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    af00c3d View commit details
    Browse the repository at this point in the history
  5. add npmrc file

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a86a4ae View commit details
    Browse the repository at this point in the history
  6. add nvmrc file

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0da1ac1 View commit details
    Browse the repository at this point in the history
  7. add abstract view class

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ac0adda View commit details
    Browse the repository at this point in the history
  8. implement spa router

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    feee116 View commit details
    Browse the repository at this point in the history
  9. add config for app

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d78e8e3 View commit details
    Browse the repository at this point in the history
  10. add entry point for spa

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e96778d View commit details
    Browse the repository at this point in the history
  11. implement ajax module

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    23c0f93 View commit details
    Browse the repository at this point in the history
  12. add main script

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8381975 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e01972e View commit details
    Browse the repository at this point in the history
  14. add error page

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    46f5c70 View commit details
    Browse the repository at this point in the history
  15. fix router error view

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a6c7175 View commit details
    Browse the repository at this point in the history
  16. add login page

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ac08739 View commit details
    Browse the repository at this point in the history
  17. add signup page

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    eba0242 View commit details
    Browse the repository at this point in the history
  18. add header component

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    83fa376 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1e4acbf View commit details
    Browse the repository at this point in the history
  20. create main css file

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6333150 View commit details
    Browse the repository at this point in the history
  21. fix method name

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    9e863fe View commit details
    Browse the repository at this point in the history
  22. update code style

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6bec388 View commit details
    Browse the repository at this point in the history
  23. add jsdoc to router

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e9f8504 View commit details
    Browse the repository at this point in the history
  24. main page core

    damedelion committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6e63b0e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    625010a View commit details
    Browse the repository at this point in the history
  26. add linter

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    bfec2dc View commit details
    Browse the repository at this point in the history
  27. setup ci workflow

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    5e22577 View commit details
    Browse the repository at this point in the history
  28. fix ci workflow

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8e2ac43 View commit details
    Browse the repository at this point in the history
  29. yet another ci workflow fix

    daronenko committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    4b3a75c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    544c636 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8d5f804 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. fix ci workflow

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d8094cb View commit details
    Browse the repository at this point in the history
  2. remove some files

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c142c2d View commit details
    Browse the repository at this point in the history
  3. update linter config

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    80d9389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c09e2e8 View commit details
    Browse the repository at this point in the history
  5. fix layout rendering

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    93a9ef6 View commit details
    Browse the repository at this point in the history
  6. remove some unused files

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ea3860e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cb15e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25b41d3 View commit details
    Browse the repository at this point in the history
  9. add jsdoc

    damedelion committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    cf588d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4440994 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be418dd View commit details
    Browse the repository at this point in the history
  12. ajax response json fix

    damedelion committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8c261c9 View commit details
    Browse the repository at this point in the history
  13. feed imports fix

    damedelion committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f470b02 View commit details
    Browse the repository at this point in the history
  14. update makefile

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0f8f957 View commit details
    Browse the repository at this point in the history
  15. add build in docker

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7d31703 View commit details
    Browse the repository at this point in the history
  16. update app config

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    618abf3 View commit details
    Browse the repository at this point in the history
  17. update docs in makefile

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8d8e073 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6ccde29 View commit details
    Browse the repository at this point in the history
  19. fix make target command

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a19b83b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7edcd2a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4452fd5 View commit details
    Browse the repository at this point in the history
  22. fix optional view in router

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d2a6a1d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c03187d View commit details
    Browse the repository at this point in the history
  24. update app config

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    478e397 View commit details
    Browse the repository at this point in the history
  25. load test images

    daronenko committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c14b7c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. switch to dev config

    daronenko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e34c37b View commit details
    Browse the repository at this point in the history
  2. fix backend queries

    daronenko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    01059a0 View commit details
    Browse the repository at this point in the history
  3. update feed

    daronenko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2431ad7 View commit details
    Browse the repository at this point in the history
  4. remove unused env variable

    daronenko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2ebb7aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77d3bcc View commit details
    Browse the repository at this point in the history
  6. fix version variable

    daronenko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8e476c4 View commit details
    Browse the repository at this point in the history