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

Implement Resources Button Functionality and Resources Page #38

Open
wants to merge 18 commits into
base: f24
Choose a base branch
from

Commits on Sep 30, 2024

  1. Add example button on topic-list-bar

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c222b9e View commit details
    Browse the repository at this point in the history
  2. Add custom button to topic-list-bar.tpl for additional functionality

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5bda04a View commit details
    Browse the repository at this point in the history
  3. Add custom button CSS styles to match the rest of the buttons in topi…

    …c.css
    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a126d36 View commit details
    Browse the repository at this point in the history
  4. Change icon from plus to link for custom button

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    351e0da View commit details
    Browse the repository at this point in the history
  5. Update button name to 'Resources' in both HTML and CSS files

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    05e9fb9 View commit details
    Browse the repository at this point in the history
  6. Style #Resources button to match other buttons with padding, color, a…

    …nd hover effects
    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    82ce967 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add route for Resources button linking to resources-button.tpl

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    75dbf60 View commit details
    Browse the repository at this point in the history
  2. Create view and controller files for resources button

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c060beb View commit details
    Browse the repository at this point in the history
  3. Added controller import for resources button functionality

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f6aace0 View commit details
    Browse the repository at this point in the history
  4. Add controller for resources button page to render resources-button t…

    …emplate
    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4f74811 View commit details
    Browse the repository at this point in the history
  5. Create resources template file with basic structure and example links

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    411acc2 View commit details
    Browse the repository at this point in the history
  6. Add resources-button controller to the index.js file

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e82b082 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Fix Server Error by Updating Routes and Template References

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6672e8b View commit details
    Browse the repository at this point in the history
  2. Fix unused variable error for resourcesButtonController in routes/ind…

    …ex.js
    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d2df83b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. attempt to fix issue

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c9c019c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Fix github issue

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    417c5d1 View commit details
    Browse the repository at this point in the history
  2. Testing issue

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1fbb6d8 View commit details
    Browse the repository at this point in the history
  3. fixing space error

    Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fff787e View commit details
    Browse the repository at this point in the history