Skip to content

Commit

Permalink
Merge pull request #20 from ElfenB:rename-application-for-user
Browse files Browse the repository at this point in the history
Rename-application-for-user
  • Loading branch information
ElfenB authored Mar 11, 2024
2 parents f45f1e1 + 1f8ed8a commit df8fa7e
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 106 deletions.
2 changes: 1 addition & 1 deletion capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { CapacitorConfig } from "@capacitor/cli";

const config: CapacitorConfig = {
appId: "com.benelfen.jobsearchportal",
appName: "job-search-portal",
appName: "Jobber",
server: {
androidScheme: "https",
},
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Job Search Portal</title>
<title>Jobber</title>

<base href="/" />

Expand Down
2 changes: 1 addition & 1 deletion ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "job-search-portal",
"name": "Jobber",
"integrations": {
"capacitor": {}
},
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
504EC2FC1FED79650016851F /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 0920;
LastSwiftUpdateCheck = 920;
LastUpgradeCheck = 920;
TargetAttributes = {
504EC3031FED79650016851F = {
CreatedOnToolsVersion = 9.2;
Expand Down
116 changes: 58 additions & 58 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>job-search-portal</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Jobber</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>com.benelfen.jobsearchportal</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.benelfen.jobsearchportal</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.benelfen.jobsearchportal</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
</plist>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
</plist>
38 changes: 19 additions & 19 deletions src/locales/de.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"label.backbutton": "Zurück",
"label.chatnotfound": "Chat konnte nicht gefunden werden.",
"label.chats": "Unterhaltungen",
"label.conversations": "Deine Unterhaltungen",
"label.delete": "Löschen",
"label.error": "Fehler",
"label.errormessage": "Ups ... etwas ist schief gelaufen.",
"label.login": "Login",
"label.logout": "Abmelden",
"label.offerdetails": "Angebotsdetails",
"label.offernotfound": "Angebot konnte nicht gefunden werden",
"label.overview": "Übersicht",
"label.personal": "Persönlich",
"label.profiledetails": "Dein Profil",
"label.settings": "Einstellungen",
"label.yourpicture": "Dein Profilbild",
"offer": "Angebot",
"request": "Gesuch",
"welcomemessage": "Willkommen im Job Suche Portal!"
"label.backbutton": "Zurück",
"label.chatnotfound": "Chat konnte nicht gefunden werden.",
"label.chats": "Unterhaltungen",
"label.conversations": "Deine Unterhaltungen",
"label.delete": "Löschen",
"label.error": "Fehler",
"label.errormessage": "Ups ... etwas ist schief gelaufen.",
"label.login": "Login",
"label.logout": "Abmelden",
"label.offerdetails": "Angebotsdetails",
"label.offernotfound": "Angebot konnte nicht gefunden werden",
"label.overview": "Übersicht",
"label.personal": "Persönlich",
"label.profiledetails": "Dein Profil",
"label.settings": "Einstellungen",
"label.yourpicture": "Dein Profilbild",
"offer": "Angebot",
"request": "Gesuch",
"welcomemessage": "Willkommen bei Jobber!"
}
38 changes: 19 additions & 19 deletions src/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"label.backbutton": "Back",
"label.chatnotfound": "Chat could not be found.",
"label.chats": "Chats",
"label.conversations": "Your conversations",
"label.delete": "Delete",
"label.error": "Error",
"label.errormessage": "Whoops ... something is wrong.",
"label.login": "Login",
"label.logout": "Logout",
"label.offerdetails": "Offer details",
"label.offernotfound": "Offer not found",
"label.overview": "Overview",
"label.personal": "Personal",
"label.profiledetails": "Your details",
"label.settings": "Settings",
"label.yourpicture": "Your picture",
"offer": "Offer",
"request": "Request",
"welcomemessage": "Welcome to the Job Search Portal!"
"label.backbutton": "Back",
"label.chatnotfound": "Chat could not be found.",
"label.chats": "Chats",
"label.conversations": "Your conversations",
"label.delete": "Delete",
"label.error": "Error",
"label.errormessage": "Whoops ... something is wrong.",
"label.login": "Login",
"label.logout": "Logout",
"label.offerdetails": "Offer details",
"label.offernotfound": "Offer not found",
"label.overview": "Overview",
"label.personal": "Personal",
"label.profiledetails": "Your details",
"label.settings": "Settings",
"label.yourpicture": "Your picture",
"offer": "Offer",
"request": "Request",
"welcomemessage": "Welcome to Jobber!"
}
15 changes: 10 additions & 5 deletions src/pages/Personal.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useAuth0 } from "@auth0/auth0-react";
import { IonButton, IonContent, IonHeader, IonIcon, IonPage, IonTitle, IonToolbar } from "@ionic/react";
import { IonContent, IonHeader, IonIcon, IonPage, IonRouterLink, IonTitle, IonToolbar } from "@ionic/react";
import { cog } from "ionicons/icons";
import { useTranslation } from "react-i18next";
import { fallbackUserImage } from "../components/ChatList.consts";
Expand All @@ -16,17 +16,22 @@ export function Personal() {
<IonHeader>
<IonToolbar>
<IonTitle>{t("label.personal")}</IonTitle>

<IonButton fill="clear" routerDirection="forward" routerLink="/personal/settings" slot="end">
<IonIcon aria-hidden="true" icon={cog} />
</IonButton>
</IonToolbar>
</IonHeader>

<IonContent fullscreen>
<IonHeader collapse="condense">
<IonToolbar>
<IonTitle size="large">{t("label.personal")}</IonTitle>

<IonRouterLink
routerDirection="forward"
routerLink="/personal/settings"
slot="end"
style={{ margin: "auto", marginRight: "0.5rem" }}
>
<IonIcon aria-hidden="true" icon={cog} style={{ fontSize: "2rem" }} />
</IonRouterLink>
</IonToolbar>
</IonHeader>

Expand Down

0 comments on commit df8fa7e

Please sign in to comment.