Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

(old) dashboard prototype #92

Draft
wants to merge 57 commits into
base: feature/navbar
Choose a base branch
from
Draft

(old) dashboard prototype #92

wants to merge 57 commits into from

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    90cb140 View commit details
    Browse the repository at this point in the history
  2. new navbar design

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    634f406 View commit details
    Browse the repository at this point in the history
  3. continued work on navbar styling

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    36d84b4 View commit details
    Browse the repository at this point in the history
  4. vis archive

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    af2b884 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    073515c View commit details
    Browse the repository at this point in the history
  6. hello world

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e042d1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92f0052 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db65b84 View commit details
    Browse the repository at this point in the history
  9. gray tones

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    0a6b6d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a59e126 View commit details
    Browse the repository at this point in the history
  11. feat: show list of teams in submenu (#87)

    * feat: show list of teams in submenu
    
    * feat: show active team in create menu
    
    * styles refactoring to reach TeamSelect and VisArchive
    
    * feat: user can switch active team via submenu
    
    * ui: fix styles in vis archive
    
    * show active team in hello world view
    
    * check if user.teams exists
    
    * show active team in hello world page
    
    * add "(private)" to no team
    
    * bump service-utils
    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    abe1eb6 View commit details
    Browse the repository at this point in the history
  12. feat: sign in and signout (#88)

    * feat: signout via nav bar
    
    * limit navbar options for guests
    
    * feat: signup form
    
    * feat: new signup form design
    
    * refactoring
    
    * variable height
    
    * make new signin page a layout
    
    * title
    
    * fix
    
    * add password check
    
    * translations
    
    * more translations
    
    * slightly adapt old signin page layout
    
    * implement sign in
    
    * add auth strategy user
    
    * no box shadow
    
    * show login by default
    
    * rename index
    
    * refactore login and signup into separate views
    
    * signin: refactoring
    
    * reset password
    
    * nicer provider icons
    
    * ..
    
    * use mail icon
    
    * read list of signin providers from config
    
    * l10n: update translations
    
    * l10n: update translations
    
    * translations
    
    * prevent guest accesss
    
    * fix signup layout on mobile
    
    * more helpful error message on ssr eval failures
    
    * only show providers in two columns if there are more than 3
    gka authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    c219f8a View commit details
    Browse the repository at this point in the history
  13. pass referrer to oauth sign in

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a5953c3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f08f818 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c196a8a View commit details
    Browse the repository at this point in the history
  16. l10n: update translations

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    998085c View commit details
    Browse the repository at this point in the history
  17. l10n: update translations

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    fdb95d0 View commit details
    Browse the repository at this point in the history
  18. feat: language selector!

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    bbec929 View commit details
    Browse the repository at this point in the history
  19. l10n: update translations

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f32eb31 View commit details
    Browse the repository at this point in the history
  20. translate navbar

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    8391056 View commit details
    Browse the repository at this point in the history
  21. use styles from davidw

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ea5bbf8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cdaf0d7 View commit details
    Browse the repository at this point in the history
  23. fix colors

    gka committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ec2ffc3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    34aa347 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    09ca7f1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    86931b9 View commit details
    Browse the repository at this point in the history
  27. adjust footer5

    davidw-dw committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    9c05013 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5e816fc View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. fix navbar colors

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    4fa19e8 View commit details
    Browse the repository at this point in the history
  2. bump icons

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    50eaa2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32aeda4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68ca914 View commit details
    Browse the repository at this point in the history
  5. fix team selector icon colors

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    80298df View commit details
    Browse the repository at this point in the history
  6. style navbar divider

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    1ce868a View commit details
    Browse the repository at this point in the history
  7. remove unused code

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    fb51e2c View commit details
    Browse the repository at this point in the history
  8. navbar work

    davidw-dw committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7c064d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9df291 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c3e06d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e0813d View commit details
    Browse the repository at this point in the history
  12. update

    davidw-dw committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    8feabe7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e5f65a View commit details
    Browse the repository at this point in the history
  14. fix dropdown navbar arrow

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    cd475df View commit details
    Browse the repository at this point in the history
  15. nav item bg

    davidw-dw committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    746c5a7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d86eec1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    576195d View commit details
    Browse the repository at this point in the history
  18. hello world is gray now

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    db58a03 View commit details
    Browse the repository at this point in the history
  19. transparent footer

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    6df39af View commit details
    Browse the repository at this point in the history
  20. change default section padding

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    5456412 View commit details
    Browse the repository at this point in the history
  21. fix dropdown navbar arrow

    gka authored and davidw-dw committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    e26f36e View commit details
    Browse the repository at this point in the history
  22. add vars

    davidw-dw committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    a4d9407 View commit details
    Browse the repository at this point in the history
  23. update

    davidw-dw committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    764e42e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    765d927 View commit details
    Browse the repository at this point in the history
  25. adjust error page, add icon

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    81b0dde View commit details
    Browse the repository at this point in the history
  26. dashboard mockup

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7eaae7f View commit details
    Browse the repository at this point in the history
  27. refactoring

    show thumbnails
    
    use imageDomain from config
    
    load changelog from website xml feed
    
    ignore circular depdency warning in xmlbuilder
    
    use dayjs reltime
    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7bcaa6b View commit details
    Browse the repository at this point in the history
  28. use section

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ffbd9b9 View commit details
    Browse the repository at this point in the history
  29. set htmlClass

    gka committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    836015f View commit details
    Browse the repository at this point in the history