Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33228066
D6341.1768562230.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
651 B
Referenced Files
None
Subscribers
None
D6341.1768562230.diff
View Options
diff --git a/web/topbar/topbar.css b/web/topbar/topbar.css
new file mode 100644
--- /dev/null
+++ b/web/topbar/topbar.css
@@ -0,0 +1,4 @@
+.container {
+ border-bottom: 1px solid var(--border);
+ height: 60px;
+}
diff --git a/web/topbar/topbar.react.js b/web/topbar/topbar.react.js
new file mode 100644
--- /dev/null
+++ b/web/topbar/topbar.react.js
@@ -0,0 +1,13 @@
+// @flow
+
+import * as React from 'react';
+
+import css from './topbar.css';
+
+function Topbar(): React.Node {
+ return <div className={css.container}>dummy</div>;
+}
+
+const MemoizedTopbar: React.ComponentType<{}> = React.memo<{}>(Topbar);
+
+export default MemoizedTopbar;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 16, 11:17 AM (16 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5943769
Default Alt Text
D6341.1768562230.diff (651 B)
Attached To
Mode
D6341: [web] Create a dummy topbar component
Attached
Detach File
Event Timeline
Log In to Comment