You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/24 02:11:09 UTC

[GitHub] [inlong-website] bluewang opened a new pull request, #616: [INLONG-614] Better optimized display download page

bluewang opened a new pull request, #616:
URL: https://github.com/apache/inlong-website/pull/616

   ### Prepare a Pull Request
   *(Change the title refer to the following example)*
   
   - Title Example: [INLONG-XYZ][Component] Title of the pull request
   
   *(The following *XYZ* should be replaced by the actual [GitHub Issue](https://github.com/apache/inlong/issues) number)*
   
   - Fixes https://github.com/apache/inlong-website/issues/614
   
   ### Modifications
   ![企业微信截图_16692553631264](https://user-images.githubusercontent.com/88174078/203678583-c8270b78-9e0b-4d6c-9480-7243c5b84486.png)
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong-website] leezng commented on a diff in pull request #616: [INLONG-614] Better optimized display download page

Posted by GitBox <gi...@apache.org>.
leezng commented on code in PR #616:
URL: https://github.com/apache/inlong-website/pull/616#discussion_r1031005223


##########
src/pages/downloads/index.js:
##########
@@ -0,0 +1,157 @@
+import React, { useState }  from 'react';
+import useIsBrowser from '@docusaurus/useIsBrowser';
+import useBaseUrl from '@docusaurus/useBaseUrl';
+import Layout from '@theme/Layout';
+import styles from './download.module.less';
+import config from './config.json';
+
+export default function() {
+    const isBrowser = useIsBrowser();
+
+    const [p1Animation, setP1Animation] = useState(false);

Review Comment:
   remove useless code



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong-website] leezng merged pull request #616: [INLONG-614] Better optimized display download page

Posted by GitBox <gi...@apache.org>.
leezng merged PR #616:
URL: https://github.com/apache/inlong-website/pull/616


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org