Skip to content

[website] Add PWA feature to website#218

Merged
wuchong merged 2 commits into
apache:mainfrom
liyubin117:fluss-web-pwa
Dec 20, 2024
Merged

[website] Add PWA feature to website#218
wuchong merged 2 commits into
apache:mainfrom
liyubin117:fluss-web-pwa

Conversation

@liyubin117

@liyubin117 liyubin117 commented Dec 18, 2024

Copy link
Copy Markdown
Contributor

Purpose

Linked issue: close #229
Support PWA (Progressive Web App) feature for website to make experience more user-friendly.

Tests

image image image

API and Format

Documentation

@liyubin117

liyubin117 commented Dec 18, 2024

Copy link
Copy Markdown
Contributor Author

@wuchong @swuferhong Hi, I found that Apache Flink, Paimon websites already support PWA feature, the feature is really practical for users, PTAL, thanks!

@wuchong wuchong left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to debug in local? I couldn't find the button on Chrome URL even after I installed the npm package.

Comment thread website/docusaurus.config.ts Outdated
pwaHead: [
{ tagName: 'link', rel: 'icon', href: '/img/logo.svg' },
{ tagName: 'link', rel: 'manifest', href: '/manifest.json' },
{ tagName: 'meta', name: 'theme-color', content: '#12affa' },

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use the Fluss primary color #0071e3?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done:)

@liyubin117

liyubin117 commented Dec 20, 2024

Copy link
Copy Markdown
Contributor Author

How to debug in local? I couldn't find the button on Chrome URL even after I installed the npm package.

@wuchong use the following commands, refer to https://docusaurus.io/zh-CN/docs/deployment#testing-build-locally

cd website
npm run build
npm run serve

@wuchong wuchong left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@wuchong wuchong merged commit c0fb32e into apache:main Dec 20, 2024
sunxiaojian pushed a commit to sunxiaojian/fluss that referenced this pull request Dec 24, 2024
ZmmBigdata pushed a commit to ZmmBigdata/fluss that referenced this pull request Jun 20, 2025
Ugbot pushed a commit to Ugbot/fluss that referenced this pull request Apr 26, 2026
fresh-borzoni pushed a commit to fresh-borzoni/fluss that referenced this pull request Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] [website] Add PWA feature to website

2 participants