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

Template refactoring part 3 #655

Merged
merged 3 commits into from
Sep 9, 2024
Merged

Template refactoring part 3 #655

merged 3 commits into from
Sep 9, 2024

Conversation

rebkwok
Copy link
Contributor

@rebkwok rebkwok commented Sep 5, 2024

Following on from #650, which moved the button logic for request pages out of the templates and into the views, this does the same for workspace views.

Code views don't have any buttons to deal with, but the request/workspace refactoring means that we can get rid of a few template variables that aren't used any more.

This means we can use it with the user dicts in the functional tests
These variables were previously used in shared code for the request
and workspace views. Now that we're refactored those to move logic
into the views, we don't need them here either.
@rebkwok rebkwok merged commit 067b90a into main Sep 9, 2024
10 checks passed
@rebkwok rebkwok deleted the view-context-2 branch September 9, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants