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

HTML Refactor #2164

Merged
merged 35 commits into from
Nov 20, 2023
Merged

HTML Refactor #2164

merged 35 commits into from
Nov 20, 2023

Commits on Nov 13, 2023

  1. Html refact

    Alek Petuskey committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b019619 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Add comments

    Alek Petuskey committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    362ff22 View commit details
    Browse the repository at this point in the history
  2. Fix comments

    Alek Petuskey committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8048b56 View commit details
    Browse the repository at this point in the history
  3. Add noqa

    Alek Petuskey committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6018965 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update html and add path

    Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    15f1124 View commit details
    Browse the repository at this point in the history
  2. Lazy import modules in reflex (#2144)

    picklelo authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    eea3902 View commit details
    Browse the repository at this point in the history
  3. Add ConnectionModel and ConnectionBanner to lazy components (#2167)

    masenf authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6f0b81d View commit details
    Browse the repository at this point in the history
  4. form: only pass handleSubmit when on_submit is defined (#2162)

    masenf authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    19830a5 View commit details
    Browse the repository at this point in the history
  5. Set is_hydrated var explicitly on rx.State (#2168)

    ElijahAhianyo authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    bbb0982 View commit details
    Browse the repository at this point in the history
  6. Fix CustomComponent rendering (#2169)

    masenf authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    05c2843 View commit details
    Browse the repository at this point in the history
  7. bump up websockets (#2170)

    martinxu9 authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    47fa946 View commit details
    Browse the repository at this point in the history
  8. Bump to v0.3.3 (#2178)

    picklelo authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b70a067 View commit details
    Browse the repository at this point in the history
  9. Add chat icon (#2181)

    Alek99 authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1cbda68 View commit details
    Browse the repository at this point in the history
  10. Hosting CLI: remove requirements generation when init, add back timeo…

    …ut for deploy command, remove deploy legacy command (#2179)
    martinxu9 authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8a6a19b View commit details
    Browse the repository at this point in the history
  11. add in new no_of_lines prop for text (#2184)

    * add in new no_of_lines prop for text
    
    * black update
    
    ---------
    
    Co-authored-by: Tom Gotsman <tomgotsman@toms-mbp.lan>
    2 people authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d045b21 View commit details
    Browse the repository at this point in the history
  12. Apply new pyi script (#2041)

    Lendemor authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    48c6ac2 View commit details
    Browse the repository at this point in the history
  13. Fix missing lazy imports (#2187)

    picklelo authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    93a966d View commit details
    Browse the repository at this point in the history
  14. reflex_init_in_docker_test: export both frontend and backend (#2182)

    masenf authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8cca1b7 View commit details
    Browse the repository at this point in the history
  15. Fix wrong modal sizes (#2183)

    Alek99 authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c74696c View commit details
    Browse the repository at this point in the history
  16. [REF-723+] Upload with progress and cancellation (#1899)

    masenf authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4721c4f View commit details
    Browse the repository at this point in the history
  17. Bump to v0.3.4 (#2193)

    picklelo authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    cdd351c View commit details
    Browse the repository at this point in the history
  18. _valid_children and _invalid_children accessible from class (#2192)

    Lendemor authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    437e312 View commit details
    Browse the repository at this point in the history
  19. Speed up reflex CLI imports (#2185)

    picklelo authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d77b700 View commit details
    Browse the repository at this point in the history
  20. check_generated_pyi: fix diff checking (#2029)

    masenf authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    667d8ba View commit details
    Browse the repository at this point in the history
  21. [fixup] _valid_children and _invalid_children pyi_generator and graph…

    …ing components (#2194)
    masenf authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ff6b1e3 View commit details
    Browse the repository at this point in the history
  22. pyproject.toml: upgrade httpx to 0.25.0 (#2013)

    arnomoonens authored and Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a72d59d View commit details
    Browse the repository at this point in the history
  23. Fix import

    Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c7b3372 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7177b18 View commit details
    Browse the repository at this point in the history
  25. Fix pre commit

    Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5cce89a View commit details
    Browse the repository at this point in the history
  26. Added pyi and docs for them

    Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e47491b View commit details
    Browse the repository at this point in the history
  27. Grammar

    Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    166aafa View commit details
    Browse the repository at this point in the history
  28. Fix pyi

    Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ddf998f View commit details
    Browse the repository at this point in the history
  29. Fix pyi

    Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    210474a View commit details
    Browse the repository at this point in the history
  30. Fix pyi

    Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7461722 View commit details
    Browse the repository at this point in the history
  31. Remot precompile script

    Alek Petuskey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5124ccb View commit details
    Browse the repository at this point in the history