Skip to content

Commit a71a6cf

Browse files
authored
Merge pull request #5 from devaslanphp/master
Merge with master
2 parents cce707a + 8ca170e commit a71a6cf

5 files changed

Lines changed: 43 additions & 8 deletions

File tree

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,40 @@
77
<a href="https://php.net"><img alt="PHP 8.0" src="https://img.shields.io/badge/PHP-8.0-777BB4?style=for-the-badge&logo=php"></a>
88
</p>
99

10-
Help Desk is a Laravel based project, that let you manage your support tickets and communicate with your customers, with a beautiful and simple to use platform.
10+
Help Desk is a Laravel based project, that let you manage your support tickets and communicate with your customers, with
11+
a beautiful and simple to use platform.
1112

1213
Help Desk is based on the latest version of Laravel and any other Open Source packages and technologies.
1314

1415
![Help Desk](github-contents/banner.jpg)
1516

16-
1717
## Online demo
1818

1919
You can check our online demo here: [Online demo](http://helpdesk.devaslan.com/)
2020

21+
> **Use the following accounts to access demo:**
22+
>
23+
> *Important: The save / delete users functions are disabled only in demo instance*
24+
>
25+
> **Administrator**
26+
> - Email: darkvador@gmail.com
27+
> - Password: secret
28+
>
29+
> **Customer**
30+
> - Email: janedoe@gmail.com
31+
> - Password: secret
32+
>
33+
> **Employee**
34+
> - Email: johndoe@gmail.com
35+
> - Password: secret
36+
2137
## Documentation
2238

2339
You can find a full documentation here: [Documentation](http://helpdesk.devaslan.com/docs/)
2440

25-
2641
## Credits
2742

28-
- [All Contributors](https://github.com/heloufir/filament-workflow-manager/graphs/contributors)
43+
- [All Contributors](https://github.com/devaslanphp/help-desk/graphs/contributors)
2944

3045
## License
3146

lang/fr.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,22 @@
191191
"Your account details has been updated": "Les détails de votre compte ont été mis à jour",
192192
"Your comment has been successfully added to the ticket": "Votre commentaire a bien été ajouté au ticket",
193193
"Your password is now updated": "Votre mot de passe est maintenant à jour",
194-
"Default language": "Langue par défaut"
194+
"Default language": "Langue par défaut",
195+
"Created": "Créé",
196+
"In progress": "En cours",
197+
"Done": "Fait",
198+
"Validated": "Validé",
199+
"Rejected": "Rejeté",
200+
"Lowest": "Très basse",
201+
"Low": "Basse",
202+
"Normal": "Normale",
203+
"High": "Haute",
204+
"Highest": "Très haute",
205+
"Improvement": "Amélioration",
206+
"New feature": "Nouvelle fonctionnalité",
207+
"Task": "Tâche",
208+
"Bug": "Bug",
209+
"Administrator": "Administrateur",
210+
"Employee": "Employé",
211+
"Customer": "Client"
195212
}

public/docs/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<li class="nav-item"><a class="nav-link" href="#idocs_faq">FAQ</a></li>
9292
<li class="nav-item"><a class="nav-link" href="#idocs_changelog">Changelog</a>
9393
<ul class="nav flex-column">
94+
<li class="nav-item"><a class="nav-link" href="#v1-0-2">v1.0.2</a></li>
9495
<li class="nav-item"><a class="nav-link" href="#v1-0-1">v1.0.1</a></li>
9596
<li class="nav-item"><a class="nav-link" href="#v1-0-0">v1.0.0</a></li>
9697
</ul>
@@ -117,7 +118,7 @@ <h2>Help Desk</h2>
117118
<div class="row">
118119
<div class="col-sm-6 col-lg-4">
119120
<ul class="list-unstyled">
120-
<li><strong>Version:</strong> 1.0</li>
121+
<li><strong>Version:</strong> 1.0.2</li>
121122
<li><strong>Author:</strong> <a href="mailto:eloufirhatim@gmail.com"
122123
target="_blank">heloufir</a>
123124
</li>
@@ -321,6 +322,8 @@ <h5 class="mb-0"> <a href="#" class="collapsed" data-toggle="collapse" data-targ
321322
<section id="idocs_changelog">
322323
<h2>Changelog</h2>
323324
<p class="text-4">See what's new added, changed, fixed, improved or updated in the latest versions. </p>
325+
<h3 id="v1-0-1">Version 1.0.2 <small class="text-muted">(15 September, 2022)</small></h3>
326+
<p>Add translations: Locale switcher, french translation file</p>
324327
<h3 id="v1-0-1">Version 1.0.1 <small class="text-muted">(14 September, 2022)</small></h3>
325328
<p>My notifications: Notifications page listing the authenticated user's received notifications</p>
326329
<h3 id="v1-0">Version 1.0.0 <small class="text-muted">(12 September, 2022)</small></h3>

resources/views/livewire/my-profile.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313
</div>
1414

15-
<form wire:submit.prevent="save" class="xl:w-2/5 lg:w-3/5 md:w-4/5 w-full">
15+
<form wire:submit.prevent="save" class="lg:w-3/5 md:w-4/5 w-full">
1616
<div class="w-full flex flex-row justify-start items-center gap-3 p-5">
1717
<x-user-avatar :user="$user" :size="100" />
1818
<div class="flex flex-col justify-center items-start gap-0">

resources/views/livewire/projects.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</span>
2525
<div class="w-full flex flex-row justify-start items-start flex-wrap -ml-2">
2626
@foreach(auth()->user()->favoriteProjects as $project)
27-
<div class="xl:w-1/5 lg:w-1/4 md:w-1/3 w-1/2 p-2">
27+
<div class="xl:w-1/5 lg:w-1/4 md:w-1/3 sm:w-1/2 w-full p-2">
2828
<div class="w-full flex flex-col gap-1 p-5 border border-gray-100 rounded-lg shadow bg-white hover:shadow-lg">
2929
<span class="text-gray-700 font-bold text-base">
3030
{{ $project->name }}

0 commit comments

Comments
 (0)