-
Notifications
You must be signed in to change notification settings - Fork 392
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
CB-5645 [EE\AWS] Change the instruction in the Version update tab #3017
CB-5645 [EE\AWS] Change the instruction in the Version update tab #3017
Conversation
* Licensed under the Apache License, Version 2.0. | ||
* you may not use this file except in compliance with the License. | ||
*/ | ||
export class GithubLinks { |
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.
Seems like its all static, we could convert it to const and function
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.
done
|
||
import type { InstructionComponent } from './VersionUpdateService.js'; | ||
|
||
const SPLITTER = '*splitter*'; |
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.
This splitter is confusing, why do we need it? Can we use \n or translate args?
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.
split to 2 locale keys. the best we can do here
@@ -1,5 +1,5 @@ | |||
{ | |||
"name": "@cloudbeaver/core-website", |
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.
Why do we need to rename the package? I think both has the similar meaning
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.
it was about our website dbeaver.com, but now I can see it can be any links we have: website, github, social media, marketplaces etc. so left it as it is right now
…e-version-update-tab
…e-version-update-tab
…e-version-update-tab
This reverts commit 6c53b90.
…e-version-update-tab
No description provided.