Skip to content
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

Task List for Admin #91

Merged
merged 9 commits into from
Nov 25, 2023
Merged

Task List for Admin #91

merged 9 commits into from
Nov 25, 2023

Conversation

gmochid
Copy link
Collaborator

@gmochid gmochid commented Nov 16, 2023

#83

@atnanahidiw atnanahidiw linked an issue Nov 16, 2023 that may be closed by this pull request
4 tasks
Copy link
Collaborator

@atnanahidiw atnanahidiw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kalau requestnya ga mungkin bisa dibalas dikomen ya bung @gmochid 🙇

Comment on lines 40 to 53
BlocBuilder<MainCubit, MainState>(builder: (context, state) {
if (state is MainSuccess) {
return Align(
alignment: Alignment.centerLeft,
child: RichText(
text: TextSpan(
text: 'Selamat Datang\n',
style: FontTheme.blackTitle(),
children: <TextSpan>[
TextSpan(
text: toBeginningOfSentenceCase(
'${state.userData['name']}!',
),
style: FontTheme.blackTitleBold(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

milihnya yg ini bung @gmochid, biar tulisannya mepet kiri
kalau pake yg bawah jadi posisinya ditengah walaupun align kiri

image

app/lib/features/main/presentation/pages/setting_page.dart Outdated Show resolved Hide resolved
app/lib/features/main/presentation/pages/setting_page.dart Outdated Show resolved Hide resolved
app/lib/features/main/presentation/pages/setting_page.dart Outdated Show resolved Hide resolved
app/lib/features/main/presentation/pages/setting_page.dart Outdated Show resolved Hide resolved
@@ -30,7 +32,7 @@ GoRouter router = GoRouter(
),
GoRoute(
path: '/main',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
path: '/main',
path: '/home',

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

biar konsisten 😆 minta tolong redirect yg pakai ini di page2 lain direplace juga ya

@gmochid gmochid merged commit 226d0b5 into main Nov 25, 2023
1 check passed
@gmochid gmochid deleted the feature-admin-task branch November 25, 2023 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task] Ops - Hidden Admin menu to preview all of the Bebras Tasks
2 participants