Skip to content

Commit

Permalink
Merge pull request #1698 from Prerna290/refactor-admin-community-sidebar
Browse files Browse the repository at this point in the history
refactor: sidebar community page
  • Loading branch information
arpansac authored Jan 4, 2025
2 parents 9d1c8d4 + ce00aad commit 824c9d3
Show file tree
Hide file tree
Showing 13 changed files with 439 additions and 174 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,11 @@ const routes = [
},
{
path: 'forms',
component: CommunityFormsAndSurveysComponent,
children: [
{
path: '',
component: CommunityFormsListComponent,
},
{
path: 'surveys',
component: CommunitySurveysComponent,
},
],
component: CommunityFormsListComponent,
},
{
path: 'surveys',
component: CommunitySurveysComponent,
},
{
path: 'edit',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ import { CommunityChannelsModule } from 'apps/commudle-admin/src/app/feature-mod
import { AdminCommunityHackathonComponent } from './components/admin-community-hackathon/admin-community-hackathon.component';
import { CommunityPaymentLogsComponent } from 'apps/commudle-admin/src/app/feature-modules/community-control-panel/components/community-payments/community-payment-logs/community-payment-logs.component';
import { CommunityBankDetailsComponent } from 'apps/commudle-admin/src/app/feature-modules/community-control-panel/components/community-payments/community-bank-details/community-bank-details.component';
import { SidebarComponent } from 'apps/shared-components/sidebar/sidebar.component';

@NgModule({
declarations: [
Expand Down Expand Up @@ -103,6 +104,9 @@ import { CommunityBankDetailsComponent } from 'apps/commudle-admin/src/app/featu
AppSharedComponentsModule,
CommunityChannelsModule,

//standalone
SidebarComponent,

// Nebular
NbCardModule,
NbInputModule,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.hackathons {
@apply com-m-4;
@apply com-m-6;
}
Loading

0 comments on commit 824c9d3

Please sign in to comment.