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

Autocomplete usernames when inviting students and teachers #6032

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a723cf8
add search endpoint
jpelay Dec 10, 2024
d2d25fe
undo unwated change
jpelay Dec 10, 2024
b4f6348
improe ui a bit
jpelay Dec 10, 2024
7873c27
Merge branch 'main' into search_usernames
jpelay Dec 10, 2024
edda8d4
update events
jpelay Dec 12, 2024
0f3c014
focus on input field after htmx requets completes
jpelay Dec 12, 2024
789af85
add list of students
jpelay Dec 13, 2024
021fee9
send empty array on empty strng
jpelay Dec 13, 2024
7ffb480
use grid instead of flex make width bigger
jpelay Dec 20, 2024
c7230df
Merge branch 'main' into search_usernames
jpelay Dec 27, 2024
7e7c031
merge from main
jpelay Dec 27, 2024
ca1a443
add filter to check if a set is emtpy or is not within a record
jpelay Jan 10, 2025
95105aa
fix sort key in users table and add query
jpelay Jan 10, 2025
98a9c87
delete search students route from app.py
jpelay Feb 6, 2025
663d913
add new search modal
jpelay Feb 6, 2025
64c7570
add functions in teachers to search usernames
jpelay Feb 6, 2025
4583954
modify templates to include new modal
jpelay Feb 6, 2025
d6b97ed
add new dynamo condition
jpelay Feb 6, 2025
33f1af8
add function to search and add invitations on classes py
jpelay Feb 6, 2025
7c0de85
search functions
jpelay Feb 6, 2025
f59758d
automatically generated files
jpelay Feb 6, 2025
7699527
🤖 Automatically update generated files
jpelay Feb 6, 2025
f51a50a
Merge branch 'main' into search_usernames
jpelay Feb 6, 2025
6196fbe
🤖 Automatically update generated files
jpelay Feb 6, 2025
9b71abf
fixing prompt modal
jpelay Feb 7, 2025
e86309f
fix query that gets all users
jpelay Feb 7, 2025
266c548
🤖 Automatically update generated files
jpelay Feb 7, 2025
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
8 changes: 8 additions & 0 deletions build-tools/heroku/tailwind/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,14 @@ div[class^="ace_incorrect_hedy_code"] {
grid-template-rows: 1fr;
}

.sliding-content-closed-test {
grid-template-columns: 0fr;
}

.sliding-content-open-test {
grid-template-columns: 1fr;
}

.adventure-item.selected {
@apply bg-blue-300;
}
Expand Down
12 changes: 3 additions & 9 deletions messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,9 @@ msgstr ""
msgid "invalid_username_password"
msgstr ""

msgid "invitations_sent"
msgstr ""

msgid "invite_by_username"
msgstr ""

Expand Down Expand Up @@ -1580,9 +1583,6 @@ msgstr ""
msgid "string"
msgstr ""

msgid "student"
msgstr ""

msgid "student_accounts_created"
msgstr ""

Expand All @@ -1592,9 +1592,6 @@ msgstr ""
msgid "student_adventures_table_explanation"
msgstr ""

msgid "student_already_in_class"
msgstr ""

msgid "student_already_invite"
msgstr ""

Expand All @@ -1607,9 +1604,6 @@ msgstr ""
msgid "student_information_explanation"
msgstr ""

msgid "student_not_existing"
msgstr ""

msgid "student_signup_header"
msgstr ""

Expand Down
Loading