Skip to content

Commit 37dcb27

Browse files
committed
refactor: fix typos and remove footer based on the design
1 parent 498832b commit 37dcb27

10 files changed

Lines changed: 839 additions & 89 deletions

File tree

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
1919
SEGMENT_KEY=''
2020
SITE_NAME=localhost
2121
USER_INFO_COOKIE_NAME='edx-user-info'
22-
APP_ID='console'
22+
APP_ID='admin-console'
2323
MFE_CONFIG_API_URL=''
2424
# Fallback in local style files
2525
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
1717
SEGMENT_KEY=''
1818
SITE_NAME=localhost
1919
USER_INFO_COOKIE_NAME='edx-user-info'
20-
APP_ID='console'
20+
APP_ID='admin-console'
2121
MFE_CONFIG_API_URL=''
2222
PARAGON_THEME_URLS={}

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
apiVersion: backstage.io/v1alpha1
55
kind: Component
66
metadata:
7-
name: "frontend-frontend-app-admin-console"
7+
name: "frontend-app-admin-console"
88
description: ""
99
links:
10-
- url: "https://github.com/openedx/frontend-frontend-app-admin-console/blob/master/README.rst"
10+
- url: "https://github.com/openedx/frontend-app-admin-console/blob/master/README.rst"
1111
title: "README"
1212
icon: "Article"
1313
annotations:

package-lock.json

Lines changed: 833 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"snapshot": "fedx-scripts jest --updateSnapshot",
1818
"start": "fedx-scripts webpack-dev-server --progress",
1919
"start:with-theme": "paragon install-theme && npm start && npm install",
20-
"dev": "PUBLIC_PATH=/console/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io",
20+
"dev": "PUBLIC_PATH=/admin-console/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io",
2121
"test": "fedx-scripts jest --coverage --passWithNoTests",
2222
"types": "tsc --noEmit"
2323
},
@@ -39,7 +39,6 @@
3939
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
4040
"@openedx/frontend-plugin-framework": "^1.7.0",
4141
"@edx/frontend-component-header": "^6.4.0",
42-
"@edx/frontend-component-footer": "^14.6.0",
4342
"@edx/frontend-platform": "^8.3.0",
4443
"@edx/openedx-atlas": "^0.7.0",
4544
"@openedx/paragon": "^23.4.5",

src/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@use "@openedx/paragon/styles/css/core/custom-media-breakpoints" as paragonCustomMediaBreakpoints;
22

33
@import "~@edx/frontend-component-header/dist/index";
4-
@import "~@edx/frontend-component-footer/dist/footer";

src/plugin-slots/FooterSlot/README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.
-6.25 KB
Binary file not shown.
-6.52 KB
Binary file not shown.

src/plugin-slots/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# `frontend-app-profile` Plugin Slots
1+
# `frontend-app-admin-console` Plugin Slots
22

3-
* [`org.openedx.frontend.layout.footer.v1`](./FooterSlot/)

0 commit comments

Comments
 (0)