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

Project completed #499

Open
wants to merge 445 commits into
base: master
Choose a base branch
from
Open

Project completed #499

wants to merge 445 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 17, 2024

  1. update PhoneInterface

    meljaszuk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7326f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    211af0e View commit details
    Browse the repository at this point in the history
  3. remove temprary styles

    meljaszuk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1d986b3 View commit details
    Browse the repository at this point in the history
  4. remove types

    meljaszuk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5126b12 View commit details
    Browse the repository at this point in the history
  5. add dynamic descrptions

    meljaszuk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    d6a49b5 View commit details
    Browse the repository at this point in the history
  6. fix TS2322:

    meljaszuk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    abf35eb View commit details
    Browse the repository at this point in the history
  7. fix type issue

    meljaszuk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    d6c59ac View commit details
    Browse the repository at this point in the history
  8. add uniqe key

    meljaszuk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    370a379 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. correct Header styles

    meljaszuk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a6f5550 View commit details
    Browse the repository at this point in the history
  2. add padding

    meljaszuk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9eff7bb View commit details
    Browse the repository at this point in the history
  3. add icons

    meljaszuk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3b73a17 View commit details
    Browse the repository at this point in the history
  4. add images

    meljaszuk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    eea759c View commit details
    Browse the repository at this point in the history
  5. add styles and content

    meljaszuk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    19060ae View commit details
    Browse the repository at this point in the history
  6. add CartItem component

    meljaszuk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ea86d61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b4cc47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b6ff81 View commit details
    Browse the repository at this point in the history
  9. update chevronIcon styling

    meljaszuk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f06770c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. add Fav feature

    meljaszuk committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7519d09 View commit details
    Browse the repository at this point in the history
  2. add Cart feature

    meljaszuk committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    aeab113 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. change button description

    meljaszuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    01156a4 View commit details
    Browse the repository at this point in the history
  2. fix prettier issue

    meljaszuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5f4af02 View commit details
    Browse the repository at this point in the history
  3. clean code

    meljaszuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    196f058 View commit details
    Browse the repository at this point in the history
  4. move key to div

    meljaszuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    357e4b2 View commit details
    Browse the repository at this point in the history
  5. clean code

    meljaszuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    95987c5 View commit details
    Browse the repository at this point in the history
  6. add Theme feture

    meljaszuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e90f9ee View commit details
    Browse the repository at this point in the history
  7. fix style on product name

    meljaszuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    aa83a13 View commit details
    Browse the repository at this point in the history
  8. add counting to CartItems

    meljaszuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1e22e4e View commit details
    Browse the repository at this point in the history
  9. add animations to images

    meljaszuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    feaf701 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    343d08b View commit details
    Browse the repository at this point in the history
  2. add Sort component

    meljaszuk committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    716c4dc View commit details
    Browse the repository at this point in the history
  3. add sort componentt

    meljaszuk committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    87a98ed View commit details
    Browse the repository at this point in the history
  4. temproary disable sorting

    meljaszuk committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    af906ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0c84e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    0e7850f View commit details
    Browse the repository at this point in the history
  2. enable sorting by year

    meljaszuk committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    60e3e96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f9201 View commit details
    Browse the repository at this point in the history
  4. add LimitedProduct type

    meljaszuk committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    30c18b5 View commit details
    Browse the repository at this point in the history
  5. add product name to url

    meljaszuk committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    65926be View commit details
    Browse the repository at this point in the history
  6. add url to product links

    meljaszuk committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    d1e4942 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d261088 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b8f05d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9cbf8f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. remove errors from file

    meljaszuk committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7d05f02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a392fc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acf87ed View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    dba7e63 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    99acf92 View commit details
    Browse the repository at this point in the history
  2. fix Loader in ProductList

    meljaszuk committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7756b73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6569bc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    2624095 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fix cod style issues

    meljaszuk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    01751bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed321a1 View commit details
    Browse the repository at this point in the history
  3. update rules

    meljaszuk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fb28baa View commit details
    Browse the repository at this point in the history
  4. fix linter error

    meljaszuk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    aefaf71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e38d567 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43e7f89 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    42eddf0 View commit details
    Browse the repository at this point in the history
  2. create GoBack component

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3d020b6 View commit details
    Browse the repository at this point in the history
  3. fix code style

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c0f1fae View commit details
    Browse the repository at this point in the history
  4. fix linter issue

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    53e64a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1750c1a View commit details
    Browse the repository at this point in the history
  6. add automatic scrolling

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0737d79 View commit details
    Browse the repository at this point in the history
  7. remove comments

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e5d7ffb View commit details
    Browse the repository at this point in the history
  8. add read hear button

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e8fc802 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfd70f3 View commit details
    Browse the repository at this point in the history
  10. fix icon style: rotate

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1748d93 View commit details
    Browse the repository at this point in the history
  11. remove comments

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    398e844 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90f8802 View commit details
    Browse the repository at this point in the history
  13. add dynamic gallery

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    eeb325d View commit details
    Browse the repository at this point in the history
  14. fix code style

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    328b922 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    be06d7e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1cfedf5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b238100 View commit details
    Browse the repository at this point in the history
  18. add Link to product photo

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a730ef4 View commit details
    Browse the repository at this point in the history
  19. delete temporary folder

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a3439c9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    668b2e6 View commit details
    Browse the repository at this point in the history
  21. move alert tocontext

    meljaszuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7de4016 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    b24c46c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08b244b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab11dcf View commit details
    Browse the repository at this point in the history
  4. update banner images

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e0e012c View commit details
    Browse the repository at this point in the history
  5. add font weights

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    05a4539 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4de26ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d19d84 View commit details
    Browse the repository at this point in the history
  8. update banner images

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    47a2072 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd30922 View commit details
    Browse the repository at this point in the history
  10. update styles ac to figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c6bdc47 View commit details
    Browse the repository at this point in the history
  11. update ac to figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5670908 View commit details
    Browse the repository at this point in the history
  12. update styles ac to figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d48921f View commit details
    Browse the repository at this point in the history
  13. align style with figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9453720 View commit details
    Browse the repository at this point in the history
  14. align style with figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    42f93ea View commit details
    Browse the repository at this point in the history
  15. align style with figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8abb340 View commit details
    Browse the repository at this point in the history
  16. align style with figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7f08dd5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c1ff226 View commit details
    Browse the repository at this point in the history
  18. delete unnecessary line

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ff052e5 View commit details
    Browse the repository at this point in the history
  19. align style with figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d77a89d View commit details
    Browse the repository at this point in the history
  20. align style with figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b023651 View commit details
    Browse the repository at this point in the history
  21. align style with figma

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    794941a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    005a996 View commit details
    Browse the repository at this point in the history
  23. add stle to test NOT FOUND

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    092ba2a View commit details
    Browse the repository at this point in the history
  24. delete placholder image

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6be4140 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5ec1191 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    30e8f14 View commit details
    Browse the repository at this point in the history
  27. add DarkTheme icons

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    91310fa View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bccb613 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    149e882 View commit details
    Browse the repository at this point in the history
  30. add DarkTheme icons

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c44285f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d700d64 View commit details
    Browse the repository at this point in the history
  32. add dark them icons

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6eb2951 View commit details
    Browse the repository at this point in the history
  33. update theme buttons

    meljaszuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    116560a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    762651d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0f686bc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    88682cf View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. remove horizontal scroll

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4374f1c View commit details
    Browse the repository at this point in the history
  2. tablet: align with figma

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b2008fa View commit details
    Browse the repository at this point in the history
  3. tablet: align with figma

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c2c794e View commit details
    Browse the repository at this point in the history
  4. change icon size

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8e04b6f View commit details
    Browse the repository at this point in the history
  5. tablet: align with figma

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9b505c9 View commit details
    Browse the repository at this point in the history
  6. tablet: align with figma

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    76a5907 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35be752 View commit details
    Browse the repository at this point in the history
  8. update project status

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ac01c5f View commit details
    Browse the repository at this point in the history
  9. tablet: align with figma

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d447478 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af6e70d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    712aa0e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    466bf69 View commit details
    Browse the repository at this point in the history
  13. add mobile menu status

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1e2b66c View commit details
    Browse the repository at this point in the history
  14. add mobile menu

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    78bfd9d View commit details
    Browse the repository at this point in the history
  15. add mobile menu

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bb904ea View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25a82c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f0d6487 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2854a31 View commit details
    Browse the repository at this point in the history
  19. add mobile sliding menu

    meljaszuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    932512d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    10d6580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b220966 View commit details
    Browse the repository at this point in the history
  3. add max width for mobile

    meljaszuk committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6718c66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e76b95b View commit details
    Browse the repository at this point in the history
  5. add product slider

    meljaszuk committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    86c64ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6187f3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e6e9fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5596f13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdcb03b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7a5984 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    493f734 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d8d745 View commit details
    Browse the repository at this point in the history
  13. import fetching

    meljaszuk committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d488074 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e4150ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1aa38fe View commit details
    Browse the repository at this point in the history
  16. align types in props

    meljaszuk committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    3166c39 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5e36323 View commit details
    Browse the repository at this point in the history
  18. forec ignoring line

    meljaszuk committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ea17e45 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4584efa View commit details
    Browse the repository at this point in the history
  20. remove alert

    meljaszuk committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    74d1d27 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c65d2d0 View commit details
    Browse the repository at this point in the history
  22. fix incorect sorting logic

    meljaszuk committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    433b787 View commit details
    Browse the repository at this point in the history
  23. force ignoring line

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

Commits on Sep 9, 2024

  1. add mobile swiper

    meljaszuk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2bcaed0 View commit details
    Browse the repository at this point in the history
  2. install swiper

    meljaszuk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6d693b4 View commit details
    Browse the repository at this point in the history
  3. add Swiper photos

    meljaszuk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    91de768 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d1f47c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23e94f9 View commit details
    Browse the repository at this point in the history
  6. add MobileSwiper

    meljaszuk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a55419e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c9b102 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bb4008 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e914c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae600af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    705fe9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9596d44 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c897e5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe42531 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6adea0c View commit details
    Browse the repository at this point in the history
  16. add sort parameter to URLs

    meljaszuk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    de88fab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9394e4a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b24405d View commit details
    Browse the repository at this point in the history
  19. update readme

    meljaszuk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c73014d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    26d5a1f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    485210c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    eaea683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6332b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb38cb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edfd8fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b20d76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4a4cf8 View commit details
    Browse the repository at this point in the history
  7. delete temporary file

    meljaszuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    56ecf03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bdf7fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb224c8 View commit details
    Browse the repository at this point in the history
  10. unify input data

    meljaszuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    33ea7be View commit details
    Browse the repository at this point in the history
  11. update input data

    meljaszuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    43e2038 View commit details
    Browse the repository at this point in the history
  12. correct input data

    meljaszuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0c77405 View commit details
    Browse the repository at this point in the history
  13. correct input data

    meljaszuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f979a26 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ae4601 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5df1839 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc6611e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b05009 View commit details
    Browse the repository at this point in the history
  18. remove automatic scrolling

    meljaszuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5c1c58e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0150e24 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    47d5637 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ceed328 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9f0c257 View commit details
    Browse the repository at this point in the history
  23. remove smooth scrolling

    meljaszuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d9339e2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b40b47e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4847639 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d42747a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0c6a122 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    aea56ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bed0f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7ebdbd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. remove console logs

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9f7d3a7 View commit details
    Browse the repository at this point in the history
  2. remove consol logs

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    68e51a3 View commit details
    Browse the repository at this point in the history
  3. clean code

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    428b4cf View commit details
    Browse the repository at this point in the history
  4. clean code

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ef26549 View commit details
    Browse the repository at this point in the history
  5. clean code

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    648ef59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bc95b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16b9a31 View commit details
    Browse the repository at this point in the history
  8. clear console logs

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a5e1c44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a3af00 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb93b0b View commit details
    Browse the repository at this point in the history
  11. fix Mobile Menu on Android

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    997ee21 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d1e3fc View commit details
    Browse the repository at this point in the history
  13. set dynamica padding

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    709ebbf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    44b12f6 View commit details
    Browse the repository at this point in the history
  15. add scrol event listener

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    344ed18 View commit details
    Browse the repository at this point in the history
  16. remove useRef in import

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6928c6a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    41d9166 View commit details
    Browse the repository at this point in the history
  18. set menu position to fixed

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f6ce765 View commit details
    Browse the repository at this point in the history
  19. add box sizing border box

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8358f12 View commit details
    Browse the repository at this point in the history
  20. fix mobile menu style

    meljaszuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2726d02 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c8bf24d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b2fe923 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9955fc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. add viewport-fit: cover

    meljaszuk committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    11c1da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    125e8fb View commit details
    Browse the repository at this point in the history
  3. update title

    meljaszuk committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    935afaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7710d78 View commit details
    Browse the repository at this point in the history
  5. fix footer links

    meljaszuk committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    dfb20a7 View commit details
    Browse the repository at this point in the history
  6. fix GoBack on NotFoundPage

    meljaszuk committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0500365 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    757cbbb View commit details
    Browse the repository at this point in the history
  8. fix issue: scrolling was blocked after switching to mobile menu and r…

    …esizing window to tablet size
    meljaszuk committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2d1e147 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99f091e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0fd5c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e2bf84 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f84be5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fbff711 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b7c7d8 View commit details
    Browse the repository at this point in the history
  15. remove semicolon

    meljaszuk committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4121ff2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. update styles

    meljaszuk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    35034d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c2526c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    964db77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    537f3e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e934b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7ea9b9 View commit details
    Browse the repository at this point in the history