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

Add heart aa1 to implement 1 #49

Merged
merged 31 commits into from
Jun 7, 2020
Merged

Add heart aa1 to implement 1 #49

merged 31 commits into from
Jun 7, 2020

Commits on Jun 6, 2020

  1. Add theme utility

    A utility for themes has been added.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    3d12407 View commit details
    Browse the repository at this point in the history
  2. Add modals index

    Implemented for export them for
    easy access from parent components.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    00268f9 View commit details
    Browse the repository at this point in the history
  3. Add forms index

    Implemented for export them for
    easy access from parent components.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    da54118 View commit details
    Browse the repository at this point in the history
  4. Update modal import

    Now the modals are imported directly from
    the models folder.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    6d248b7 View commit details
    Browse the repository at this point in the history
  5. Add utilities

    Added some utilities for base and variables.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    80e4dbb View commit details
    Browse the repository at this point in the history
  6. Add Navbar and Footer to UI

    The navbar and footer are displayed now.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    28b4ef4 View commit details
    Browse the repository at this point in the history
  7. Add authentication

    Methods for authentications has been
    added.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    3b57b86 View commit details
    Browse the repository at this point in the history
  8. Add packages

    js-sha256, obelisk.js, react-dropzone
    and tippy.js has been added.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ac7dc3f View commit details
    Browse the repository at this point in the history
  9. Add MDB progress

    A progress bar has been added.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7504457 View commit details
    Browse the repository at this point in the history
  10. Add HomePage to UI

    The homepage is displayed now.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    da7a878 View commit details
    Browse the repository at this point in the history
  11. Add Navbar login redirect

    Now when pressing the login button
    in the navbar, it will be redirected to
    the root location.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    329f214 View commit details
    Browse the repository at this point in the history
  12. Add caching and data handling

    Caching methods and data handling for
    intel data have been implemented.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    1b4a76b View commit details
    Browse the repository at this point in the history
  13. Add Registration

    Registration is now available. This includes
    a oAuth and gitlab connection.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    746c78e View commit details
    Browse the repository at this point in the history
  14. Add CompanyPage to UI

    The companypage is displayed now.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    df7894a View commit details
    Browse the repository at this point in the history
  15. Add ScrollToTop

    Starts the page on top when reloaded 
    or redirected.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8cb9571 View commit details
    Browse the repository at this point in the history
  16. Add ProfilePage to UI

    The profilepage is displayed now.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    f4fa616 View commit details
    Browse the repository at this point in the history
  17. Add Settings

    A settings modal has been added and
    implemented.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ea386d5 View commit details
    Browse the repository at this point in the history
  18. Update Calendar3D

    A invalid variable type has changed.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    2b4b962 View commit details
    Browse the repository at this point in the history
  19. Add talk upload and delete

    Now it is possible to upload and
    delete talks.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    d20372b View commit details
    Browse the repository at this point in the history
  20. Change site title

    The site title has been changed to SNEK.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    4f6dd95 View commit details
    Browse the repository at this point in the history
  21. Add TalksPage to UI

    The talkspage is displayed now.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8df2f04 View commit details
    Browse the repository at this point in the history
  22. Update prop passing

    Now only the globalFunctions and
    globalState are passed as props.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    e7a6924 View commit details
    Browse the repository at this point in the history
  23. Improve code quality

    Code quality has been improved
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    6d34e4b View commit details
    Browse the repository at this point in the history
  24. Apply suggestions from code review

    Suggestions from @pinterid and @schettn are
    applied now.
    
    Co-authored-by: Pinterics David <55298934+pinterid@users.noreply.github.com>
    schettn and pinterid authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    c8b70e7 View commit details
    Browse the repository at this point in the history
  25. Update talks mount condition

    The mount condition has been refined
    and simplified.
    schettn committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    05f091d View commit details
    Browse the repository at this point in the history
  26. Improve code quality

    The code quality was improved due to request by Codacy.
    pinterid committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    d4ec7f9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c033884 View commit details
    Browse the repository at this point in the history
  28. Improve code quality

    The code quality was improved due to a request by Codacy.
    pinterid committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    3bce1f2 View commit details
    Browse the repository at this point in the history
  29. Improve code quality

    The code quality was improved due to a request by Codacy.
    pinterid committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    1c72e61 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Improve code quality

    The code quality was improved due to a request by @kleberbaum.
    
    Co-authored-by: Florian Kleber <kleberbaum@erebos.xyz>
    pinterid and kleberbaum authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    26f6ec0 View commit details
    Browse the repository at this point in the history
  2. Update site title

    The site title was changed due to a request by @kleberbaum.
    
    Co-authored-by: Florian Kleber <kleberbaum@erebos.xyz>
    pinterid and kleberbaum authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    b35995b View commit details
    Browse the repository at this point in the history