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

Browser Edition #4222

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from
Draft

Browser Edition #4222

wants to merge 45 commits into from

Commits on Oct 17, 2024

  1. start with browser version

    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    95e63fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baaa64f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd6515a View commit details
    Browse the repository at this point in the history
  4. Styled the login page

    meganoahj authored and Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3458699 View commit details
    Browse the repository at this point in the history
  5. icon and start with runtime

    send logs to backend
    
    runtime: make initialize async (because it electron it was sync and we should also wait in browser for it to complete)
    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    40003aa View commit details
    Browse the repository at this point in the history
  6. clarify comment

    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9ae921a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f89ba21 View commit details
    Browse the repository at this point in the history
  8. fix fmt

    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    854679b View commit details
    Browse the repository at this point in the history
  9. convert some not implemented errors into warning log messages

    implement runtime browser clipboard text apis
    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c02d03e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45e1241 View commit details
    Browse the repository at this point in the history
  11. make blobs load

    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b09e765 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d6f3de0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b341f1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7299a82 View commit details
    Browse the repository at this point in the history
  15. improve scrollbar styling that it looks similar in firefox

    sideeffect: makes scrollbars round in electron version
    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fbd75a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    634e968 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6012d49 View commit details
    Browse the repository at this point in the history
  18. fix build info

    meganoahj authored and Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6f1b2f0 View commit details
    Browse the repository at this point in the history
  19. Moved lib folder to global directory to remove redundancy, introduced…

    … a string for BuildInfo in build.js to reduce redundancy
    meganoahj authored and Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    023965c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ff6d612 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e40f580 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5316d3c View commit details
    Browse the repository at this point in the history
  23. added writeclipboard function

    meganoahj authored and Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3791a1d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    31b15cd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    369c828 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    af9c704 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5f694dd View commit details
    Browse the repository at this point in the history
  28. add notifications to browser runtime

    also add label to notification object key in electron version to clarify code
    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    67a25da View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c1a8885 View commit details
    Browse the repository at this point in the history
  30. fix typecheck

    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    de5f921 View commit details
    Browse the repository at this point in the history
  31. fix log convention checker

    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5160446 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    275504d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    80d613c View commit details
    Browse the repository at this point in the history
  34. electron: make sure log of stdio server is also logged to file

    also some changelog entry
    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    67fa275 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    32175f7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ef591d5 View commit details
    Browse the repository at this point in the history
  37. keep names of runtime functions: fixes that runtime name is displayed…

    … incorrectly in about screen
    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5a950f8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    6a9ae8e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ebed056 View commit details
    Browse the repository at this point in the history
  40. implemented showOpenFileDialog fn and fixed base64 write temp file an…

    …d general code formatting
    meganoahj authored and Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    99e73be View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    29ac0c2 View commit details
    Browse the repository at this point in the history
  42. fix fmt and lint

    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d171257 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    a534090 View commit details
    Browse the repository at this point in the history
  44. revert accidental change

    Simon-Laux committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    039d932 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Transform some missing urls

    nicodh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    24d121a View commit details
    Browse the repository at this point in the history