Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CookBook Connect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Schreuders
CookBook Connect
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
3
19-stylesheet
4-create-common-classes
master
default
protected
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
29
Dec
25
24
21
20
19
17
15
14
13
12
11
10
9
8
6
4
2
29
Nov
28
27
26
25
22
21
20
18
17
13
added error messages for opening recipes
19-stylesheet
19-stylesheet
Added IngredientService, POSTing recipes does not work yet, but commiting anyway, because I require sustenance
4-create-common…
4-create-common-classes
fixed one extra space, but want to commit so I can update vs to support .NET 9
Merge branch '14-page-navigation' into 'master'
master
master
Upgrade to dotnet 9.0
Clean up common classes
adjusted servings and prep time indication structure
Fixed main window vs login window issues
adjustments to the OnGotFocus and OnLostFocus
Added the Gotfocus and LostFocus for the textboxes
The ability to open the details of a recipe is now possible
Added DTO for the relation between recipe and ingredient, but this breaks the user-recipe relation.
Removed RecipeContains, and added one-to-many relation between recipe and ingredient, this will be changed to many-to-many: one ingredient can be
Via the login as guest the main window is opened
rename documents
update documents
Update README.md
Merge branch '10-home-and-new-page' into 'master'
Merge branch 'Database' into 'master'
App.axaml.cs now with MainWindow
Update App.axaml with default value for theme
Cleaned up code
Image can be opened and displayed in UI window
Created an open file dialog via button
Design the UI in more detail
Trying to add README
Merge branch 'master' into Database
Added comments and expanded README
Had to revert after tesing, working again
Api accepts post and get without causing object cycles
The content of different pages is seperated from the page switch buttons
fixed preparation steps textboxes
Editing HomePageViewModel and succesfully changing pages via buttons
Merge branch 'ClientFramework' into 'master'
Paste back overwritten changes on login window
re-add assets because git ignored them
Merge branch 'master' of git.science.uu.nl:fsschreuders/cookbook-connect into ClientFramework
work on new recipe page ui
Experimenting with RecipeCreate
Can create recipes but user is not automatically added based on UserId
Loading