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

Create Vercel app for onefetch with ASCII preview #701

Merged
merged 70 commits into from
Jul 29, 2022
Merged

Create Vercel app for onefetch with ASCII preview #701

merged 70 commits into from
Jul 29, 2022

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    651ccf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d28934c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe0a333 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bdc8c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    d9e3cb2 View commit details
    Browse the repository at this point in the history
  2. Merge remote and local

    spenserblack committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    434866b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c95a586 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    add2e43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0f920b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d19df7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74a9edd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Add function to get language data

    Conditionally gets data based on environment. If in production, then it
    is gotten from the API, but if in development, it gets it from the local
    file.
    spenserblack committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    53d597e View commit details
    Browse the repository at this point in the history
  2. Pluralize API

    spenserblack committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    39ebcc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ddabac View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    3fa609c View commit details
    Browse the repository at this point in the history
  2. Colorize ASCII previews

    spenserblack committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    dc22780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e90fda9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fedbb77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f30ebed View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Set type of key parameter

    Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
    spenserblack and o2sh authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    1a11f9b View commit details
    Browse the repository at this point in the history
  2. Fix incorrect response value

    Requesting an individual language value was actually returning all languages.
    
    Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
    spenserblack and o2sh authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    9f354a6 View commit details
    Browse the repository at this point in the history
  3. Darken background of dark preview

    The "terminal" background was too light and not representative of a typical configuration.
    
    Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
    spenserblack and o2sh authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b399750 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    ad93cdf View commit details
    Browse the repository at this point in the history
  2. Move chip out of <h3>

    Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
    spenserblack and o2sh authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0fe081e View commit details
    Browse the repository at this point in the history
  3. Add language count to preview header

    Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
    spenserblack and o2sh authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    819d88f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff57618 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. remove unused div

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    4cc5d65 View commit details
    Browse the repository at this point in the history
  2. fix hyperlink

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    58601d0 View commit details
    Browse the repository at this point in the history
  3. remove useless css class

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0f104be View commit details
    Browse the repository at this point in the history
  4. remove bg color of nav

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    655e148 View commit details
    Browse the repository at this point in the history
  5. remove unused div

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    083f871 View commit details
    Browse the repository at this point in the history
  6. remove app.css

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    ddc0850 View commit details
    Browse the repository at this point in the history
  7. try to fix build

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    85c975a View commit details
    Browse the repository at this point in the history
  8. bump sakura.css dep

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    020c51e View commit details
    Browse the repository at this point in the history
  9. revert change on tsconfig.ts

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    f5ce56e View commit details
    Browse the repository at this point in the history
  10. update tsconfig

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    959acbb View commit details
    Browse the repository at this point in the history
  11. remove api

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    d30407a View commit details
    Browse the repository at this point in the history
  12. directly read from yaml

    o2sh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    f36f610 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. revert change on tsconfig

    o2sh committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    2b75854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135589c View commit details
    Browse the repository at this point in the history
  3. remove yarn.lock

    o2sh committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    6eb4443 View commit details
    Browse the repository at this point in the history
  4. reorganize folders

    o2sh committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    c054891 View commit details
    Browse the repository at this point in the history
  5. link sakura.css from HTML

    o2sh committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    16fde81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e25e3d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    aaaa764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a0f28 View commit details
    Browse the repository at this point in the history
  3. switch to language-documentation

    o2sh committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    1f7aed9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. fix ally warning + type

    o2sh committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b5ef4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16d1516 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. run prettier on all files

    o2sh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    22f00a9 View commit details
    Browse the repository at this point in the history
  2. added eslint

    o2sh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    770c70a View commit details
    Browse the repository at this point in the history
  3. run prettier

    o2sh committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    8d29b9d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. run prettier

    o2sh committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    63b7544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486568d View commit details
    Browse the repository at this point in the history
  3. prettier on .svelte files

    o2sh committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7b8a2ea View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    c93ef82 View commit details
    Browse the repository at this point in the history
  2. Ignore dist/

    If a user runs `npm run build` locally to build the Vite deployment,
    this folder will be generated with built assets. We probably don't want
    those assets to be tracked.
    spenserblack committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    4001e80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8edb82f View commit details
    Browse the repository at this point in the history
  4. use sakura earthly theme

    o2sh committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    0179115 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    9ce8e13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    558ccdb View commit details
    Browse the repository at this point in the history
  3. Fix check step

    spenserblack authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    506c9c0 View commit details
    Browse the repository at this point in the history
  4. Fix styling of labels

    spenserblack authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    b64d590 View commit details
    Browse the repository at this point in the history
  5. Update vercel deployment (#148)

    - Add CI
    - Change label styling and usage
    spenserblack authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7625a4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d69c8f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd02212 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bdba257 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90fcea0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a59136 View commit details
    Browse the repository at this point in the history
  11. fix svelte check

    o2sh committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    75c6e0c View commit details
    Browse the repository at this point in the history