Skip to content
Snippets Groups Projects
  1. Mar 11, 2024
  2. Mar 08, 2024
  3. Mar 06, 2024
  4. Mar 04, 2024
  5. Feb 29, 2024
  6. Feb 27, 2024
    • Saurabh Kumar's avatar
      Minor improvements to UI of submission beta (#3783) · bec28999
      Saurabh Kumar authored
      - Update the row spacing, make them more comfortable for reading with
      increased padding top and bottom.
      - Update the ordering on the dropdown items, essentially aligns the
      "lead" and "reviewers" to be near the lead column and reviewers column
      in the rows. They are expected to align, but in one of earlier feedback
      people found it would be helpful if the "lead" dropdown was near the
      "lead" column.
  7. Feb 22, 2024
    • Fredrik Jonsson's avatar
      Fix url namespace warnings. (#3750) · 37b2f494
      Fredrik Jonsson authored
      Fixes #3748.
      
      To silence the remaning Django check warning one can add this to
      `local.py`:
      
      `SILENCED_SYSTEM_CHECKS = ["urls.W003"]`
      37b2f494
    • Saurabh Kumar's avatar
      Refractor the home module, move it 1-level up at hypha.home (#3766) · 244b8940
      Saurabh Kumar authored
      With public site removed, it make sense to move the home module to
      hypha.home instead of hypha.apply.home. This PR refractors the code with no added functionality
      244b8940
    • Saurabh Kumar's avatar
      Update primary nagivation dropdown UX (#3769) · 06e53e65
      Saurabh Kumar authored
      - Fix the dropdown being hidden on the beta all page
      - Use mouseover for quick access
      - Update over states
      - Update the urls to that any external urls can also be added via
        settings, removes dependeny of `reverse` while specifying urls
      - How active page in the dropdown as well, a dark-blue border
      - Update the focus outline to be a simple dashed-border, instead of
      bulky outline
      06e53e65
    • Fredrik Jonsson's avatar
      Flatten static src dirs (#3781) · 7674ce5a
      Fredrik Jonsson authored
      Removes the "src" and "apply" sub directory levels resulting in a more
      flat directory structure for static assets.
      
      No changes in functionality should be a result of this. It is only to
      make it easier for developers to move around the code base.
      7674ce5a
    • Wes Appler's avatar
      Fixed category labels not being populated (#3778) · 30e8b395
      Wes Appler authored
      Fixes #3741. Adds a new tag to get the label of the category from the ID
      30e8b395
  8. Feb 19, 2024
  9. Feb 16, 2024
  10. Feb 15, 2024
  11. Feb 12, 2024
  12. Feb 09, 2024
  13. Feb 07, 2024
  14. Feb 06, 2024
  15. Jan 30, 2024
    • Saurabh Kumar's avatar
      Replace sprite svg icons with heroicons alternatives (#3711) · fdec894e
      Saurabh Kumar authored
      - Upgrade heroicons to 2.6.0, adds support for heroicons_mirco
      - Remove/upgrade sprite icons
      - Update icons in the global messages widget
      - Remove unused bgg-logo sprite
      - Update calendar icon with heroicon
      - Update anchor-link icon
      - Remove speech-bubble icon and link—-open-feed, link--close-feed and
      link—to-top
      - Remove arrow-up and arrow-down
      - Remove arrow-split
      - Remove "website" icon
      - Remove “error” icon
      - Update like & dislike button in the screening section
       - Remove 'bulb' svg from sprite
       - Remove 'hero-home-left-pixels' sprite
       - Remove 'hero-home-right-pixels' from sprite
       - Remove 'magnifying-glass' svg from sprite
      -  Remove 'person-icon' and profile_button.html
       - Replace 'caret-down' and 'caret-up' icon
       - Remove 'side-arrow' from svg sprite
       - Remove 'add-user' icon, replace with 'user-plus'
       - Remove 'logo-desktop', 'logo-mobile' and 'logo-desktop--dark' icons
       - Remove 'logo-mobile-no-text' icon
       - Remove 'logo-mobile-dark' and 'logo-desktop--dark-alt'
       - Remove 'hero-standard-left-pixels' and 'hero-standard-right-pixels'
       - Remove 'eye' icon and replace with heroicon 'eye'
      - Remove 'exclamation-point' icon and replace by heroicon
      exlaimation-circle
       - Remove 'github' icon
       - Remove 'person-icon' and profile_button.html
       - Replace 'caret-down' and 'caret-up' icon
       - Remove 'side-arrow' from svg sprite
      
      closes #3703 
      depends on #3722
      fdec894e
    • Fredrik Jonsson's avatar
      User with Staff role can approve contracts (#3736) · 62654205
      Fredrik Jonsson authored
      Fixes #3735
      62654205
  16. Jan 29, 2024
Loading