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

Version 3 #136

Draft
wants to merge 70 commits into
base: master
Choose a base branch
from
Draft

Version 3 #136

wants to merge 70 commits into from

Commits on Jul 1, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    05a3f98 View commit details
    Browse the repository at this point in the history
  2. feat: update settings

    severinsimmler committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    eb550b1 View commit details
    Browse the repository at this point in the history
  3. feat: add tsconfig

    severinsimmler committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6aa6dbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb85887 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdaa23d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0ddd89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    257144b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bf2400 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4a695e View commit details
    Browse the repository at this point in the history
  10. feat: add favicon

    severinsimmler committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6ae9b6f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e47133 View commit details
    Browse the repository at this point in the history
  12. fix: config

    severinsimmler committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    91a41b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    406fa60 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. feat: add main script

    severinsimmler committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bd6944f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7023319 View commit details
    Browse the repository at this point in the history
  3. feat: add src

    severinsimmler committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    af9c6eb View commit details
    Browse the repository at this point in the history
  4. feat: add app

    severinsimmler committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    587d745 View commit details
    Browse the repository at this point in the history
  5. fix: comma

    severinsimmler committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    befa299 View commit details
    Browse the repository at this point in the history
  6. feat: add dom.iterable

    severinsimmler committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    11897a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. feat: add stopwords

    severinsimmler committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e792b09 View commit details
    Browse the repository at this point in the history
  2. feat: add interfaces

    severinsimmler committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9729618 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. feat: shared utils

    severinsimmler committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5da06ff View commit details
    Browse the repository at this point in the history
  2. feat: update bow type

    severinsimmler committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e4fe739 View commit details
    Browse the repository at this point in the history
  3. feat: add types

    severinsimmler committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    089a356 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf1f12f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    9b2a7ea View commit details
    Browse the repository at this point in the history
  2. feat: add stopwords

    severinsimmler committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    71c99ef View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat: tokenization

    severinsimmler committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6e116cf View commit details
    Browse the repository at this point in the history
  2. chore: docs

    severinsimmler committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bb00ba0 View commit details
    Browse the repository at this point in the history
  3. feat: components

    severinsimmler committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5b1baec View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. feat: add alpha/beta

    severinsimmler committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5894189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a091eeb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    98effb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7232b89 View commit details
    Browse the repository at this point in the history
  3. feat: comments

    severinsimmler committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    09bd8cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faa8342 View commit details
    Browse the repository at this point in the history
  5. feat: get topics

    severinsimmler committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5f93ad1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    854663c View commit details
    Browse the repository at this point in the history
  7. feat: topics table

    severinsimmler committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d7b13de View commit details
    Browse the repository at this point in the history
  8. feat: training modal

    severinsimmler committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    56d785c View commit details
    Browse the repository at this point in the history
  9. feat: formatting

    severinsimmler committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f38b997 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ced93d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. chore: formatting

    severinsimmler committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0a87468 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    b24dea7 View commit details
    Browse the repository at this point in the history
  2. feat: add icons

    severinsimmler committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    86fe81f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fc14a3 View commit details
    Browse the repository at this point in the history
  4. feat: add navbar

    severinsimmler committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    53239d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    8b2a1d6 View commit details
    Browse the repository at this point in the history
  2. fix: skip lib check

    severinsimmler committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    15760eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9495573 View commit details
    Browse the repository at this point in the history
  4. feat: show toast

    severinsimmler committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1166b59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50f49da View commit details
    Browse the repository at this point in the history
  6. feat: sort imports

    severinsimmler committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e63ba66 View commit details
    Browse the repository at this point in the history
  7. feat: use signals

    severinsimmler committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f825558 View commit details
    Browse the repository at this point in the history
  8. feat: use signals

    severinsimmler committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    37fe910 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. feat: navbar component

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4a15b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e373f6 View commit details
    Browse the repository at this point in the history
  3. feat: training modal

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    00e7e68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09a5b8c View commit details
    Browse the repository at this point in the history
  5. feat: add todos

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    addd0db View commit details
    Browse the repository at this point in the history
  6. feat: add routes

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ab79f64 View commit details
    Browse the repository at this point in the history
  7. feat: app componetn

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    cb75691 View commit details
    Browse the repository at this point in the history
  8. feat: toast service

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f5e6c41 View commit details
    Browse the repository at this point in the history
  9. feat: model guard

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1ac1d2a View commit details
    Browse the repository at this point in the history
  10. feat: corpus service

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    13e0e59 View commit details
    Browse the repository at this point in the history
  11. feat: set after saving

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9d7d45f View commit details
    Browse the repository at this point in the history
  12. feat: model service

    severinsimmler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    44a3dea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3a24326 View commit details
    Browse the repository at this point in the history