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

Section settings side panel #11314

Merged
merged 30 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fbdf16a
added text inputs and buttons on the sidepanel
AllanOXDi Sep 27, 2023
2578202
spaced and aligned elements
AllanOXDi Sep 27, 2023
a1b4119
change units from px to em
AllanOXDi Sep 27, 2023
159f445
increased side panel width
AllanOXDi Sep 28, 2023
32cc609
increased size of the description textbox
AllanOXDi Sep 28, 2023
3af7f21
styled apply settings button
AllanOXDi Sep 28, 2023
9f6a99f
code cleanup
AllanOXDi Sep 28, 2023
2b50cff
changed edit buttons to createQuizSection
AllanOXDi Sep 28, 2023
ce19f0b
reduce the spacing between the sidepanel top margin and its content
AllanOXDi Oct 3, 2023
933edff
removed KRouterlinks
AllanOXDi Oct 5, 2023
0be7f1b
replaced hexa codes with theme tokens
AllanOXDi Oct 6, 2023
1fc99b6
added more layouts for smaller screens
AllanOXDi Oct 6, 2023
9746eff
set a checked radio button
AllanOXDi Oct 10, 2023
c506e2f
added v-model to the KTexbox
AllanOXDi Oct 10, 2023
b668f59
added events on apply and delete buttons
AllanOXDi Oct 10, 2023
c5e2c47
added dragging feature
AllanOXDi Oct 10, 2023
3a8a2be
changed the KButton to KRouterLink
AllanOXDi Oct 10, 2023
5ce9482
changed the layout8 size to algin the current section label
AllanOXDi Oct 11, 2023
6a45f45
used enhancedQuizString composable
AllanOXDi Oct 11, 2023
9803279
moved all strings to enhancedQuizManagementStrings
AllanOXDi Oct 11, 2023
ffa7339
apply settings updates quiz
AllanOXDi Oct 12, 2023
aa89646
changed sectionOrder list to a computed property
AllanOXDi Oct 12, 2023
3c900c8
sorting updates items updates the quiz
AllanOXDi Oct 12, 2023
9dde49c
used quizForge to load sections and sort them
AllanOXDi Oct 13, 2023
e65b382
removed duplicate delete section string
AllanOXDi Oct 13, 2023
3fbafe9
clicking the apply settings button updates the section
AllanOXDi Oct 13, 2023
cc7bb75
descritpion,question_count and learnes_see_fixed_order updates on app…
AllanOXDi Oct 13, 2023
8a2d382
changed section to uppercase
AllanOXDi Oct 13, 2023
833d310
added background color to the draggable items
AllanOXDi Oct 23, 2023
603eb94
used the quiz object to populate the sidepanel fields
AllanOXDi Oct 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>

<div class="add-padding">
<KGrid>
<div>
<KGrid
class="add-padding"
>
<KGridItem
:layout4="{ span: 1 }"
:layout8="{ span: 1 }"
Expand Down
Loading