- Mar 20, 2023
-
-
Saurabh Kumar authored
Fixes #ISSUEID Introduce tailwindcss[1] utilities and django-web-component[2] for frontend design isolation and reusability. Notes: - Saas rules take preference over the tailwind (we might want to change it) - In the future, the saas should be depreciated, and reusable classes should be updated to use tailwindcss [1] https://tailwindcss.com/ [2] https://github.com/Xzya/django-web-components --------- Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
Saurabh Kumar authored
While editing a form, do not use the form assigned to the Round/lab, instead, use the form used while writing the review for the first time This PR also tweaks the look of the view review page; see the screenshot below. Fixes #3254 Closes #3263
-
Saurabh Kumar authored
- Update "section text" in ApplictionsFrom to Paragraph - Update "Section Text/heading" in Determination Form to Paragraph Fixes: #3272 --------- Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
Fredrik Jonsson authored
Fixes #3064 --------- Co-authored-by:
Ghulam Murtaza <gmurtaza@opentechstrategies.com> Co-authored-by:
Frank Duncan <frank@kank.net>
-
Sandeep Chauhan authored
Fixes #3209 Add SOW Form Model, add it to wagtail admin, avail for funds and labs
-
- Mar 16, 2023
-
-
Sandeep Chauhan authored
Fixes #3265
-
gmurtaza00 authored
Fixes #3283 Titles are formatted as links.
-
- Mar 15, 2023
-
-
Fredrik Jonsson authored
Fixes https://github.com/HyphaApp/hypha/issues/3255
-
Saurabh Kumar authored
- Add a guide on how to enable and setup sentry - Upgrades sentry-sdk to 1.16.0 - Add optional performance monitoring - Add Browser Javascript Tracking & Tracing
-
- Mar 14, 2023
-
-
Saurabh Kumar authored
Run Django and docs preview server, and watch and compile frontend changes in parallel. This lets you quickly spin up and run everything in a single terminal.
-
- Mar 09, 2023
-
-
Saurabh Kumar authored
Moves ApplicationRevision and AssignedReviewers model classes to the it's own file. The submissions model file is quite big, this tries to make it little lean.
-
Saurabh Kumar authored
Fixes #3172 The messaging module use model's `get_absolute_url` method to determine and link a model object to its page. The user model is linked in the slack messagge template but didn't have `get_absolute_url()`.
-
Frank Duncan authored
Fixes #6253 Users receive an email when their accounts are created as part of the application process but NOT when their account is created by an administrator through the administrative interface. This adds logic to send the activation email after an account has been created Co-authored-by:
Dan Schultz <slifty@gmail.com>
-
Sandeep Chauhan authored
Fixes #3171
-
Fredrik Jonsson authored
Fixes #3242
-
Sandeep Chauhan authored
Fixes #3165 Fixes #3174
-
- Mar 03, 2023
-
-
Sandeep Chauhan authored
Fixes #3188
-
Sandeep Chauhan authored
Fixes #3154 Update Email subjects for `PROJECT_FINAL_APPROVAL`, `SENT_TO_COMPLIANCE`, `UPLOAD_CONTRACT`, Project transition to `CONTRACTING`, `INPROGRESS`, and others.
-
Saurabh Kumar authored
Fixes #3213 Fixes #3194 - Allow the user to enter any input - Display instant feedback if the input is not a valid number. It uses alpine and `isNaN` javascript function for validation Also, move alpine to be included in both public and apply site; forms right now doesn't use `base_apply.html`
-
- Mar 02, 2023
-
-
Saurabh Kumar authored
Fixes: #3250
-
- Feb 27, 2023
-
-
Fredrik Jonsson authored
-
- Feb 24, 2023
-
-
Fredrik Jonsson authored
Fixes #3244
-
- Feb 23, 2023
-
-
Saurabh Kumar authored
Fixes: #3158
-
Sandeep Chauhan authored
Add a 'Update Project Status' button to change project status in between 'in-progress, closing and complete' state (#3155) Fixes #3128
-
Sandeep Chauhan authored
Fixes #3166 Shows the uploaded file title and also provides the flexibility to drag and drop.
-
- Feb 22, 2023
-
-
Saurabh Kumar authored
- Add htmx integration - Add hx-boost for header nav; it degrades gracefully! Configure https://github.com/rstacruz/nprogress to show progress on ajax activities. Note: django-htmx is not used right now but will be used to add more htmx-based functionalities.
-
Fredrik Jonsson authored
-
Saurabh Kumar authored
No visual change, but make the tab logic isolated and independent
-
Saurabh Kumar authored
Also, update the look of the dropdown.
-
Saurabh Kumar authored
The combined effect of `padding: 3rem` and margin: 3rem` caused the spacing for `wrapper--bottom-space` to have a total of 6rem on tablet+ screen size. It made the spacing look weird and wasted a lot of vertical spacing.
-
- Feb 21, 2023
-
-
Fredrik Jonsson authored
-
Saurabh Kumar authored
-
Saurabh Kumar authored
The "By Status" feels unnecessary here, and the UI on the "submissions" and "projects" is made similar to how the info in displayed on the "Dashboard" page.
-
Saurabh Kumar authored
-
Sandeep Chauhan authored
Fixes #3167 Use ContractPrivateMediaView instead of direct calling the file.url
-
Sandeep Chauhan authored
Fixes #3136
-
Sandeep Chauhan authored
Fixes #3175
-
Sandeep Chauhan authored
Fixes #3176 Show the contract correction option after the contract upload and hide after the contract approved.
-
Sandeep Chauhan authored
Fixes #3179
-
Sandeep Chauhan authored
Fixes #3222
-