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

The (Editor and Collection) Merge #108

Merged
merged 52 commits into from
Mar 1, 2024
Merged

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    cc89c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a23a29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dfca99 View commit details
    Browse the repository at this point in the history
  4. Deleted 'editor.tsx'

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d66d902 View commit details
    Browse the repository at this point in the history
  5. Renamed components for sanity

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    69ef672 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ff3fc6 View commit details
    Browse the repository at this point in the history
  7. refactored variable names

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a368f86 View commit details
    Browse the repository at this point in the history
  8. consistent css

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e711cea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2f0de7 View commit details
    Browse the repository at this point in the history
  10. Renamed dir 'editor' to 'collection'

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b6cb6a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67636a1 View commit details
    Browse the repository at this point in the history
  12. Allow player to save empty deck

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e7fa296 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c85e050 View commit details
    Browse the repository at this point in the history
  14. Removed unused css

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    da488da View commit details
    Browse the repository at this point in the history
  15. renamed queryParamLink to just link.

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9fd6a0b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    36e70d5 View commit details
    Browse the repository at this point in the history
  17. minor typo

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    05d0817 View commit details
    Browse the repository at this point in the history
  18. minor typo

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8b21444 View commit details
    Browse the repository at this point in the history
  19. file renames and import updates

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d4f508b View commit details
    Browse the repository at this point in the history
  20. readded the props to to keep css.

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    109500a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    168087a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3080773 View commit details
    Browse the repository at this point in the history
  23. removed unneeded default props

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b1ce4ba View commit details
    Browse the repository at this point in the history
  24. Added custom tailwind box shadow

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    de6fc70 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    474592a View commit details
    Browse the repository at this point in the history
  26. remove semicolons

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0c01ce5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f431eba View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c141bd0 View commit details
    Browse the repository at this point in the history
  29. use Deck type instead of card[]

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3d2223b View commit details
    Browse the repository at this point in the history
  30. made explicit types

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    99c3b1e View commit details
    Browse the repository at this point in the history
  31. made sure the index param stays

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    46956eb View commit details
    Browse the repository at this point in the history
  32. corrected error message

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    102fc6d View commit details
    Browse the repository at this point in the history
  33. add queryParamLink

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    634a867 View commit details
    Browse the repository at this point in the history
  34. remove extra import

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f029ccd View commit details
    Browse the repository at this point in the history
  35. better card art selection

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a270ef7 View commit details
    Browse the repository at this point in the history
  36. Removed redundant comments

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2661a57 View commit details
    Browse the repository at this point in the history
  37. deck names...

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    70c9423 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7705e70 View commit details
    Browse the repository at this point in the history
  39. flex the deck panel

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    aa8b578 View commit details
    Browse the repository at this point in the history
  40. made text readable by humans

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f859439 View commit details
    Browse the repository at this point in the history
  41. use our own buttons

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9a8eaf9 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    345996f View commit details
    Browse the repository at this point in the history
  43. fixes

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3294eab View commit details
    Browse the repository at this point in the history
  44. add .vs and .vscode to gitignore

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    661c69f View commit details
    Browse the repository at this point in the history
  45. removed fallback art for cards

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1c06d68 View commit details
    Browse the repository at this point in the history
  46. quick fix starting index is 1

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3a83806 View commit details
    Browse the repository at this point in the history
  47. Improved flexing the deck panel

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    36e35ae View commit details
    Browse the repository at this point in the history
  48. Fix bug where deck was not editable

    eviterin authored and norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    42f25f7 View commit details
    Browse the repository at this point in the history
  49. make check

    norswap committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    928aded View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    60aff3f View commit details
    Browse the repository at this point in the history
  51. Removed unnessecarily complex props from collection and resolved a bu…

    …g when saving an existing deck
    eviterin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3cf1f44 View commit details
    Browse the repository at this point in the history
  52. Removed unused imports

    eviterin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0f1f0aa View commit details
    Browse the repository at this point in the history