-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DRAFT - experimental] Migrate from next12 pages to next13 app dir #145
base: stable
Are you sure you want to change the base?
Commits on Feb 7, 2023
-
Anna Harrington authored and Anna Harrington committed
Feb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 57a90c9 - Browse repository at this point
Copy the full SHA 57a90c9View commit details -
feat: working on adding a disclaimer to the data page
Amir Kaudinov authored and Amir Kaudinov committedFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 76a81bc - Browse repository at this point
Copy the full SHA 76a81bcView commit details
Commits on Feb 8, 2023
-
Anna Harrington authored and Anna Harrington committed
Feb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for c0a9623 - Browse repository at this point
Copy the full SHA c0a9623View commit details -
Anna Harrington authored and Anna Harrington committed
Feb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 837c155 - Browse repository at this point
Copy the full SHA 837c155View commit details -
migrate to app folder structure
Anna Harrington authored and Anna Harrington committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 04d7113 - Browse repository at this point
Copy the full SHA 04d7113View commit details -
- Added a Disclaimer to the Data top bar - Updated the Data top bar styles to account for the disclaimer - Created disclaimer styles to be responsive
Amir Kaudinov authored and Amir Kaudinov committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 40c3065 - Browse repository at this point
Copy the full SHA 40c3065View commit details -
Anna Harrington authored and Anna Harrington committed
Feb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for b9d1b4d - Browse repository at this point
Copy the full SHA b9d1b4dView commit details -
Anna Harrington authored and Anna Harrington committed
Feb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 50401b8 - Browse repository at this point
Copy the full SHA 50401b8View commit details
Commits on Feb 9, 2023
-
Anna Harrington authored and Anna Harrington committed
Feb 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 017d658 - Browse repository at this point
Copy the full SHA 017d658View commit details -
Anna Harrington authored and Anna Harrington committed
Feb 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 5990753 - Browse repository at this point
Copy the full SHA 5990753View commit details -
Anna Harrington authored and Anna Harrington committed
Feb 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 9a4757f - Browse repository at this point
Copy the full SHA 9a4757fView commit details -
Anna Harrington authored and Anna Harrington committed
Feb 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 753c684 - Browse repository at this point
Copy the full SHA 753c684View commit details -
Merge branch 'disclaimer/link' into next-13-app-dir
Anna Harrington authored and Anna Harrington committedFeb 9, 2023 Configuration menu - View commit details
-
Copy full SHA for d60f217 - Browse repository at this point
Copy the full SHA d60f217View commit details
Commits on Feb 10, 2023
-
update endpoint to use constants
Anna Harrington authored and Anna Harrington committedFeb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for f5ab271 - Browse repository at this point
Copy the full SHA f5ab271View commit details -
Anna Harrington authored and Anna Harrington committed
Feb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for ed04899 - Browse repository at this point
Copy the full SHA ed04899View commit details -
Anna Harrington authored and Anna Harrington committed
Feb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for df119b5 - Browse repository at this point
Copy the full SHA df119b5View commit details -
Anna Harrington authored and Anna Harrington committed
Feb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for aefaeaa - Browse repository at this point
Copy the full SHA aefaeaaView commit details -
Anna Harrington authored and Anna Harrington committed
Feb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for da55070 - Browse repository at this point
Copy the full SHA da55070View commit details -
update data template and container classnames
Anna Harrington authored and Anna Harrington committedFeb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 645ad0a - Browse repository at this point
Copy the full SHA 645ad0aView commit details -
update content nav dashboard link
Anna Harrington authored and Anna Harrington committedFeb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 041dc08 - Browse repository at this point
Copy the full SHA 041dc08View commit details -
Anna Harrington authored and Anna Harrington committed
Feb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 7a4ed6d - Browse repository at this point
Copy the full SHA 7a4ed6dView commit details -
updated to usePathName with new next13 app directory
Amir Kaudinov authored and Amir Kaudinov committedFeb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 5c90de9 - Browse repository at this point
Copy the full SHA 5c90de9View commit details -
refactor: deleted useRouter from navbar
Amir Kaudinov authored and Amir Kaudinov committedFeb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 4399406 - Browse repository at this point
Copy the full SHA 4399406View commit details -
Anna Harrington authored and Anna Harrington committed
Feb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 98dcfed - Browse repository at this point
Copy the full SHA 98dcfedView commit details -
page state to boolean showBanner
Anna Harrington authored and Anna Harrington committedFeb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 495839d - Browse repository at this point
Copy the full SHA 495839dView commit details -
Anna Harrington authored and Anna Harrington committed
Feb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 3e86eae - Browse repository at this point
Copy the full SHA 3e86eaeView commit details -
fetch data interval changed to 10 min
Anna Harrington authored and Anna Harrington committedFeb 10, 2023 Configuration menu - View commit details
-
Copy full SHA for e6275d6 - Browse repository at this point
Copy the full SHA e6275d6View commit details
Commits on Feb 21, 2023
-
refactor: DateRangePicker window size hydration issue fix (#147)
- Created a new hook: useIsMobile - which executes on the client side - Refactored DateRangePicker to a functional component so it can use the new `useIsMobile` hook when mounting - Removed the usage of isMobile layout helper that was trying to access the window width directly on React hydration after server render, which caused different rendered content issues. - the new isMobile hook uses `useEffect` which fires after mount, preventing hydration mismatches Co-authored-by: Amir Kaudinov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fe1de3 - Browse repository at this point
Copy the full SHA 5fe1de3View commit details