Skip to content
Snippets Groups Projects
  1. Mar 22, 2024
  2. Mar 21, 2024
  3. Mar 19, 2024
    • Wes Appler's avatar
      Swapped out hamburger menu for a `Login` button in mobile view (#3812) · db643d19
      Wes Appler authored
      Fixes #3811. This removes the hamburger menu for unauthenticated users
      in favor of a simple `Login` button. If a signup is intended and
      `ENABLE_PUBLIC_SIGNUP` is enabled on the instance, the signup button can
      be found on the `/auth/` view. I didn't want to overload the mobile view
      by putting login & signup next to eachother.
      db643d19
  4. Mar 18, 2024
  5. Mar 15, 2024
    • bickelj's avatar
      Let non-Staff (e.g. Admin) do batch determination (#3796) · 4145b4f0
      bickelj authored
      When an Admin who otherwise could make determinations on submissions
      does a batch determination then it should succeed. This commit allows it
      to succeed or throws a permissions error otherwise.
      
      Issue #3793 Batch determination `KeyError` for non-Staff user
      4145b4f0
  6. Mar 11, 2024
  7. Mar 08, 2024
  8. Mar 06, 2024
  9. Mar 04, 2024
  10. Feb 29, 2024
  11. 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.
  12. 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
  13. Feb 19, 2024
  14. Feb 16, 2024
  15. Feb 15, 2024
  16. Feb 12, 2024
  17. Feb 09, 2024
Loading