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

Make "Tinkering Resources" footer link editable and attach to frontend #391

Merged
merged 18 commits into from
Apr 13, 2022

Conversation

khabdrick
Copy link
Contributor

@khabdrick khabdrick commented Apr 8, 2022

Summary

Added the tinkering_resource_url to Hero model and also altered the frontend to use the tinkering_resource_url.
Closes #345

Changes

  • Added a tinkering_resource_url field to the Hero model, serializer and view.
  • I made tinkering resources in the footer point to kriti.unstructured.studio if the tinkering_resource_url is empty.
  • Modified how explore_ideas_url is used in the hero section to explore_ideas_url --- if not present ---> tinkering_resource_url --- if not present ----> https://kriti.unstructured.studio

Please pardon the numerous commits, I messed up with some git commands. It won't happen again.

khabdrick and others added 17 commits April 6, 2022 09:26
Added updates to the frontend development setup.
* Finish creators and projects search migration

* Finish creators and projects search migration

* Add tag search

* Add search for projects with tags

* Fix search bar on mobile

* use 0 rather than 0 with units in css

* Remove print

* Default search type to projects

* Disable scroll lock
…nstructuredstudio#369)

* improveConsistency: fixed title text small, extra vertical space and inconsitent padding of buttons
@khabdrick khabdrick changed the title New thinker Make "Tinkering Resources" footer link editable and attach to frontend Apr 8, 2022
Copy link
Collaborator

@NdibeRaymond NdibeRaymond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is nothing major, just a minor change

@@ -113,6 +113,8 @@ function PageWrapper(props) {
const { anchor_el, loading, open_search_form } = state;
const { t } = props;
const { zubhub } = props.projects;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const { zubhub, hero } = props.projects;

@NdibeRaymond NdibeRaymond merged commit 4be5625 into unstructuredstudio:master Apr 13, 2022
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.

Make "Tinkering Resources" footer link editable from admin backend
7 participants