Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahalsamman committed Mar 17, 2024
1 parent 026d44c commit 1a4eb21
Show file tree
Hide file tree
Showing 41 changed files with 16,576 additions and 1,915 deletions.
4 changes: 2 additions & 2 deletions app/Http/Livewire/CreateTutoringSessionComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CreateTutoringSessionComponent extends Component
{
/** @var \App\Models\TutoringSession */
public $tutoringSession;
public $tutors, $parents, $children;
public $tutors, $parents, $children, $duration;
public $durations = [
['id' => 30, 'title' => '30 minutes'],
['id' => 60, 'title' => '1 hour'],
Expand Down Expand Up @@ -47,7 +47,7 @@ public function mount()

public function updatedTutoringSessionParentId($value)
{
$this->children = User::find($value)->children()->get();
$this->children = User::find($value)->children();
}

/**
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"minimum-stability": "stable",
"prefer-stable": true,
"scripts": {
"post-update-cmd": [
"@php artisan vendor:publish --tag=livewire:assets --ansi --force"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
Expand Down
17 changes: 6 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
{
"type": "module",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
"dev": "vite"
},
"devDependencies": {
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.41",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"alpinejs": "^3.8.1",
"axios": "^0.25.0",
"websocket-driver": "^0.7.4"
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"laravel-vite-plugin": "^1.0.2",
"vite": "^5.1.6"
}
}
18 changes: 18 additions & 0 deletions public/build/assets/adminlte-D8iHaIIq.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions public/build/assets/app-B7vtSa2P.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/build/assets/custom-BilvU6og.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/build/assets/fa-brands-400-BMj94tJl.ttf
Binary file not shown.
Binary file added public/build/assets/fa-brands-400-CwMhTPFj.woff
Binary file not shown.
Binary file added public/build/assets/fa-brands-400-DNXCI7vV.eot
Binary file not shown.
Binary file added public/build/assets/fa-brands-400-UEZeU8cs.woff2
Binary file not shown.
3,496 changes: 3,496 additions & 0 deletions public/build/assets/fa-brands-400-oFLvx_U2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
803 changes: 803 additions & 0 deletions public/build/assets/fa-regular-400-CLGGrRKN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/build/assets/fa-regular-400-DK7qvToU.woff2
Binary file not shown.
Binary file added public/build/assets/fa-regular-400-DtFYXIM2.woff
Binary file not shown.
Binary file added public/build/assets/fa-regular-400-RK6M3Auz.ttf
Binary file not shown.
Binary file added public/build/assets/fa-regular-400-azyMXj7c.eot
Binary file not shown.
Binary file added public/build/assets/fa-solid-900-B6e-Hhi-.eot
Binary file not shown.
Binary file added public/build/assets/fa-solid-900-BiAi1MSV.woff
Binary file not shown.
Binary file not shown.
Binary file added public/build/assets/fa-solid-900-CWs4lwq8.ttf
Binary file not shown.
4,667 changes: 4,667 additions & 0 deletions public/build/assets/fa-solid-900-CcuCRYoc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/build/assets/font-awesome-D1Z3Dtza.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/build/assets/google-font-B1479BKo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a4eb21

Please sign in to comment.