Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LevelUpJosh-dev/Js.Land
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LevelUpJosh-dev/Js.Land
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/rust
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 39 files changed
  • 2 contributors

Commits on Jul 10, 2022

  1. WIP

    Basic grid mostly done, fetch content not working still playing around with how I want to approach that. Sub routes with a appended /value can't reference resource includes with nested resources that call public assets in the more general context. So when rendering the nested footer within the content page is not rendering the icons in the footer. content/assets/...
    Joshua Rei committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    29ce756 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Dynamic Grid

    Click triggers fetch which returns Json with html. Event is dispatched with data from the server which is picked up by the event handler. Dynamically loaded content Js is init events etc. in this case the content close button to reveal the gird and clear the content.
    Joshua Rei committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    428a280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75779f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from RedVanJosh/master

    Master Patch
    LevelUpJosh-dev authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5983fba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bbcd7d View commit details
    Browse the repository at this point in the history
  5. Content Grid WIP #2

    Content Gird
    Fetch the article by Id, return article data, and populate the content section.
    Adds Mutation Observer to watch for the content update then enact any needed Js on the newly added elements. This handles the issues with deferred event handling as we use our mutation events to enact our new element functionality. For example the close button for the article to re-show the content grid and currently clear the content section.
    Joshua Rei committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    cbdb88c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Routes to Controllers

    Broke down routes in jsLand.js to the controllers folder as well as created the controllers bundle for managing controller exports. Add new controller calls to the main js file. All we pass is the server object to set up the routes.
    LevelUpJosh-dev committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d11dd3f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Formatting

    Formatting updates and some basic tasks.
    Joshua Rei committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c051ac6 View commit details
    Browse the repository at this point in the history
  2. Wip

    LevelUpJosh-dev committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    80215d3 View commit details
    Browse the repository at this point in the history
  3. WIP Break up server into routers

    Routers, grid inline caching of content if present load from inline-cache no fetch needed. Wrote tests for both routers.
    Joshua Rei committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    71270fa View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. WIP

    Require comment for later use, another variant on the masthead.
    LevelUpJosh-dev committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    98aab67 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. WIP

    Some pre rust expexperimenting.
    LevelUpJosh-dev authored and Joshua Rei committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    5d1f493 View commit details
    Browse the repository at this point in the history
Loading