-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: LevelUpJosh-dev/Js.Land
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/rust
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 39 files changed
- 2 contributors
Commits on Jul 10, 2022
-
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 committedJul 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 29ce756 - Browse repository at this point
Copy the full SHA 29ce756View commit details
Commits on Jul 11, 2022
-
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 committedJul 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 428a280 - Browse repository at this point
Copy the full SHA 428a280View commit details -
Merge branch 'master' into feature/Pre_release_product_grid
Joshua Rei committedJul 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 75779f1 - Browse repository at this point
Copy the full SHA 75779f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5983fba - Browse repository at this point
Copy the full SHA 5983fbaView commit details -
Merge branch 'develop' into feature/Pre_release_product_grid
Joshua Rei committedJul 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 9bbcd7d - Browse repository at this point
Copy the full SHA 9bbcd7dView commit details -
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 committedJul 11, 2022 Configuration menu - View commit details
-
Copy full SHA for cbdb88c - Browse repository at this point
Copy the full SHA cbdb88cView commit details
Commits on Jul 12, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for d11dd3f - Browse repository at this point
Copy the full SHA d11dd3fView commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c051ac6 - Browse repository at this point
Copy the full SHA c051ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80215d3 - Browse repository at this point
Copy the full SHA 80215d3View commit details -
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 committedJul 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 71270fa - Browse repository at this point
Copy the full SHA 71270faView commit details
Commits on Jul 14, 2022
-
Require comment for later use, another variant on the masthead.
Configuration menu - View commit details
-
Copy full SHA for 98aab67 - Browse repository at this point
Copy the full SHA 98aab67View commit details
Commits on Jul 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d1f493 - Browse repository at this point
Copy the full SHA 5d1f493View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...feature/rust