-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organization system #335
Organization system #335
Changes from 46 commits
fbc3151
784e44f
6fb1974
58fa7b0
a901e56
9b4cac8
e71e187
53bdc70
4f387df
513c56d
c27828a
8bf49e7
3f9da86
7bc2069
8a6f523
7453b7e
dfd2576
57e021c
4da488b
d4ea0db
4533a2b
5dcf20e
7a56658
3d37e34
55ddbf1
0fb2046
47a43e2
fddbc05
74fcc82
ab80075
9bd0bec
85572a1
8181d27
a7fb5f3
9b87ea4
86e2ea1
37c56d3
b45e486
df72ab9
6a9f8c0
0881be8
3609e81
cfecaa3
3a8b81d
e0cc757
3e97098
223a7e4
a785bef
4f5df00
75d177f
20dc07d
3bdac72
f6974ad
d0db255
34b079a
b09f973
ca104bf
bd0b58b
ab067e8
ed36445
b22520c
51658bf
eb46c89
bf63530
d12b691
ec073b4
0d179b1
6ce7abd
e8c4bcc
01121f4
a81a93b
23f68ce
4774908
25aad8e
1fd0fd4
3dd1373
d1e8d8c
c1e7c78
9dd0caf
d84b139
c6c64f4
eeaa256
f0828af
1847b85
1ae4806
fa33f60
4cbc55f
2ee4fef
7113093
728851a
5adb9da
84995e6
8d3f432
39504c8
44b6ce4
17b3980
52dfd5a
55ae74c
d22b1cc
b2734e7
abb608b
50ca1a4
d30ed63
58e8554
eec8a95
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ export {} | |
declare module 'vue' { | ||
export interface GlobalComponents { | ||
ActionSheet: typeof import('./src/components/ActionSheet.vue')['default'] | ||
ApiKeys: typeof import('./src/components/ApiKeys.vue')['default'] | ||
AppCard: typeof import('./src/components/dashboard/AppCard.vue')['default'] | ||
AppStat: typeof import('./src/components/package/AppStat.vue')['default'] | ||
AppTable: typeof import('./src/components/tables/AppTable.vue')['default'] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: Code Review:
LGTM! The addition of the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: Code Review:
Bug Risk: Low Improvement Suggestion: None LGTM! These additions to the |
||
|
@@ -20,6 +21,7 @@ declare module 'vue' { | |
DeviceCard: typeof import('./src/components/package/DeviceCard.vue')['default'] | ||
DeviceTable: typeof import('./src/components/tables/DeviceTable.vue')['default'] | ||
Dialog: typeof import('./src/components/Dialog.vue')['default'] | ||
DropdownOrganization: typeof import('./src/components/dashboard/DropdownOrganization.vue')['default'] | ||
DropdownProfile: typeof import('./src/components/dashboard/DropdownProfile.vue')['default'] | ||
IIonCopyOutline: typeof import('~icons/ion/copy-outline')['default'] | ||
InfoRow: typeof import('./src/components/package/InfoRow.vue')['default'] | ||
|
@@ -32,7 +34,6 @@ declare module 'vue' { | |
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
Searchbar: typeof import('./src/components/Searchbar.vue')['default'] | ||
SharedApps: typeof import('./src/components/dashboard/SharedApps.vue')['default'] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did we deleted this? |
||
SharedUserTable: typeof import('./src/components/tables/SharedUserTable.vue')['default'] | ||
Sidebar: typeof import('./src/components/Sidebar.vue')['default'] | ||
Spinner: typeof import('./src/components/Spinner.vue')['default'] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,19 +25,26 @@ activation-validate: Validate | |
add: Add | ||
add-another-app: Add your app | ||
add-api-key: Added new API key successfully | ||
add-member: Add Member | ||
add-shared-user: Add shared user | ||
add-this-code-to-you: Add this code to your project | ||
add-your-app-to-your: Add your app to your account | ||
add-your-first-app-t: Add your first app to your account and let's push updates ! | ||
admin: Admin | ||
afternoon: afternoon | ||
alert-accept-inviation: Do you accept the invitation to %ORG%? | ||
alert-add-new-key: Select new API key type | ||
alert-confirm-delete: Confirm Delete | ||
alert-confirm-invite: Confirm invitation | ||
alert-confirm-regenerate: Confirm regenerating API key | ||
alert-delete-message: Are you sure you want to delete this | ||
alert-denied-invite: Invitation denied | ||
alert-generate-new-key: Please select the type of API key that you want to generate. | ||
alert-no-invite: This invitation does no longer exist | ||
alert-not-invited: Invalid invitation, cannot accept | ||
alert-not-reverse-message: This action is not reversible | ||
alert-regenerate-key: Are you sure you want to regenerate this key | ||
alert-unknown-error: Unknown error, see dev console | ||
allow-develoment-bui: Allow develoment build | ||
allow-device-to-self: Allow devices to self associate | ||
allow-emulator: Allow Emulators | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: Code Review for locales/en.yml:
LGTM! The suggested improvements will enhance clarity and consistency in the localization keys. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: Code Review:
LGTM! The changes look good. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: Code Review:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: Review for
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: Bug risk: None apparent. Improvement suggestions:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: LGTM! The changes in the "en.yml" file include adding translations for new features and error messages. No significant bug risks or improvement suggestions are apparent from the provided diff snippet. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: locales/en.yml:
OK There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: ```diff
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: ```diff
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: Code Review: locales/en.yml
Patch looks good. LGTM! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: Code Review: locales/en.yml
OK There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: LGTM! The changes in
Overall, the changes seem acceptable and address the mentioned improvements. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT: ```diff @@ -25,19 +25,26 @@ activation-validate: Validate
|
||
|
@@ -73,21 +80,29 @@ button-browse: Browse | |
button-camera: Camera | ||
button-cancel: Cancel | ||
button-delete: Delete | ||
button-deny-invite: Deny | ||
button-go: GO | ||
button-home: Home | ||
button-invite: Invite | ||
button-join: Accept | ||
button-options: Options | ||
button-regenerate: Regenerate | ||
button-remove: Remove | ||
button-tabs: Tabs | ||
button-toggle_dark: Toggle dark mode | ||
button-toggle_langs: Change languages | ||
by-clicking-on-them: by clicking on them. | ||
cancel: Cancel | ||
cannot-change-permission: Cannot change permissions, check browser console | ||
cannot-delete-app: Cannot delete App | ||
cannot-delete-app-icon: Cannot delete app icon | ||
cannot-delete-app-version: Cannot delete app version | ||
cannot-delete-bundle: Cannot delete bundle | ||
cannot-delete-channel: Cannot delete channel | ||
cannot-delete-member: Cannot delete member, check browser console | ||
cannot-delete-owner: Cannot delete owner from the organization | ||
cannot-get-the-test-: Cannot get the test version | ||
cannot-invite-owner: Cannot invite owner into organization | ||
cannot-save-custom-i: Cannot save custom ID | ||
cannot-set-this-vers: Cannot set this version | ||
cannot-test-app-some: Cannot test app something wrong happened | ||
|
@@ -132,7 +147,6 @@ defined-as: Defined as | |
defined-as-private: defined as normal | ||
defined-as-public: defined as default | ||
delete-account: Delete Account | ||
used-to-create: Account with this email used to exist, cannot recreate | ||
deleted: deleted | ||
details-and-logs: Details and logs | ||
device: Device | ||
|
@@ -151,6 +165,7 @@ dont-have-an-account: Don’t have an account? | |
download: Download | ||
email: Email | ||
email-address: Email address | ||
email-does-not-exist: This user does not exist | ||
enabled-ab-testing: Enabled AB testing | ||
enabled-progressive-deploy: Enabled progressive deploy | ||
encrypted: Encrypted bundles | ||
|
@@ -167,6 +182,7 @@ forgot: Forgot | |
forgot-check-email: Check your email to get the link to reset your password | ||
forgot-success: Password updated successfully | ||
from-device: from device | ||
general-information: General Informations | ||
generated-new-apikey: Generated new API key! | ||
good: Good | ||
id: ID | ||
|
@@ -175,16 +191,21 @@ in-your-project-fold: In your project folder | |
info: Information | ||
informations: Informations | ||
init-capgo-in-your-a: Init Capgo in your app | ||
insert-invite-email: Insert email of the user you want to invite | ||
install: Installed | ||
install-the-capacito: Install the Capacitor plugin | ||
into-your-app-folder: Into your app folder. | ||
invalid-auth: Your login are not a match, try again. | ||
invalid-email: Passed email is not valid | ||
invite-accepted: Successfully accepted oranization inviation | ||
is-emulator: Is Emulator | ||
is-production-app: Is Production app | ||
key-admin: Admin | ||
key-all: All | ||
key-copied: Key copied in your clipboard | ||
key-read: Read | ||
key-upload: Upload | ||
key-write: Write | ||
language: Language | ||
last-name: Last name | ||
last-update: Last update | ||
|
@@ -206,6 +227,8 @@ making-this-channel-: >- | |
Making this channel "normal" will need you to configure an other channel | ||
default or let device self assign. | ||
mau: Monthly active users | ||
member-deleted: Successfully deleted member | ||
members: Members | ||
module-heading: Modules | ||
monthly: Monthly | ||
monthly-active-users: Monthly active users | ||
|
@@ -220,6 +243,7 @@ need-more-contact-us: Need more ? Contact us for tailored plan | |
no-channel-linked: No channel, click to add | ||
no-devices: No devices | ||
no-logs: No logs | ||
no-permission: Insufficient permissions | ||
no-version-linked: No version, click to add | ||
not-found: Not found | ||
notifications: Notifications | ||
|
@@ -230,6 +254,8 @@ open-channel: Open channel | |
open-settings: Click to open settings | ||
open-sidebar: Open sidebar | ||
open-this-link-to-le: Open this link to learn how to test your update | ||
org-changes-saved: Organization updated successfully | ||
org-invited-user: Successfully invited user to org | ||
os-version: OS version | ||
pages: Pages | ||
password: Password | ||
|
@@ -238,6 +264,7 @@ password-heading: Create Password | |
password-hint: Enter a combination of at least 6 numbers, letters and punctuations. | ||
password-new: New Password | ||
percent-fail: Fail percentage | ||
permission-changed: Successfully changed user permission | ||
personal-information: Personal Informations | ||
plan-abtest: A / B testing | ||
plan-bandwidth: GB Bandwidth | ||
|
@@ -280,6 +307,7 @@ removed-apikey: API key has been successfully deleted | |
reset-password: Reset Password | ||
reset-your-password: Reset your password | ||
save: Saves | ||
save-changes: Save Changes | ||
search: Search | ||
search-bundle: Search Bundle | ||
search-bundle-id: Search by bundle ID | ||
|
@@ -291,6 +319,8 @@ search-by-name: Search by name | |
search-device: Search device | ||
search-user: Search User | ||
see-usage: See usage | ||
select-user-perms: Select user's permissions | ||
select-user-perms-expanded: Select which permission should the invited user have | ||
session_key: IvSessionKey | ||
set-bundle: Set bundle to channel | ||
settings: Settings | ||
|
@@ -339,7 +369,9 @@ usage: Usage | |
usage-success: Your plan has been setup this page will be update, in few minutes | ||
usage-title: Total | ||
use-the-command: 'Use the command:' | ||
used-to-create: Account with this email used to exist, cannot recreate | ||
user: User | ||
user-already-invited: This user is already invited to this organization | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nice job reorganizing this |
||
validate: Validate | ||
version: Version | ||
version-build: Version build | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT: Code review:
There is a new import statement for
ApiKeys.vue
component added. This change updates theGlobalComponents
interface in the 'vue' module declaration, adding theApiKeys
component.Bug Risk: Low
Improvement Suggestion: N/A
LGTM! The addition of the
ApiKeys
component to theGlobalComponents
interface looks good.