feat(homepage): refactor hero and certificates for better visuals and…#205
Open
faweizhao26 wants to merge 7 commits intoIvorySQL:mainfrom
Open
feat(homepage): refactor hero and certificates for better visuals and…#205faweizhao26 wants to merge 7 commits intoIvorySQL:mainfrom
faweizhao26 wants to merge 7 commits intoIvorySQL:mainfrom
Conversation
✅ Deploy Preview for ivorysql ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
OreoYang
reviewed
Mar 10, 2026
src/pages/index.js
Outdated
| const INSTALL_CARD_ICONS = [Icon04, Icon01, Icon06]; | ||
|
|
||
| const RELEASES_URL = 'https://github.com/IvorySQL/IvorySQL/releases'; | ||
| const ONLINE_TRIAL_URL = 'http://trial.ivorysql.org:8080/'; |
Contributor
There was a problem hiding this comment.
const ONLINE_TRIAL_URL = 'http://trial.ivorysql.org:8080/';
==>
const ONLINE_TRIAL_URL = 'https://trial.ivorysql.org/';
Contributor
Author
There was a problem hiding this comment.
const ONLINE_TRIAL_URL = 'http://trial.ivorysql.org:8080/';==>const ONLINE_TRIAL_URL = 'https://trial.ivorysql.org/';
modified
OreoYang
reviewed
Mar 10, 2026
| { title: '地理信息', items: ['PostGIS', 'pgRouting'] }, | ||
| { title: '机器学习及 AI', items: ['pgvector', 'MADlib', 'pg_ai_query'] }, | ||
| { title: 'DDL 及数据加载工具', items: ['pg_bulkload', 'ddlx'] }, | ||
| { title: '在线体验平台', items: ['postgres-wasm', 'IVYOnlineTrial'] }, |
Contributor
There was a problem hiding this comment.
{ title: '在线体验平台', items: ['postgres-wasm', 'IVYOnlineTrial'] },
这俩是什么区别postgres-wasm / IVYOnlineTrial
NotHimmel
reviewed
Mar 10, 2026
| 'IvorySQL 是一款先进、功能齐全的开源 Oracle 兼容 PostgreSQL,致力于保持高兼容性,并可作为最新 PostgreSQL 的完全替代品。通过 compatible_mode 开关可在 Oracle 与 PostgreSQL 兼容模式间切换,PL/iSQL 支持 Oracle PL/SQL 语法及 Oracle 风格包(Packages)。', | ||
| heroBadges: ['Oracle 兼容', 'Apache 2.0 开源', '基于 PostgreSQL 内核'], | ||
| latestVersionPrefix: '最新版本', | ||
| latestVersionLabel: 'IvorySQL 5.1', |
Contributor
There was a problem hiding this comment.
Could we fetch the latest version label dynamically, rather than hardcoding it manually?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… mobile UX