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

Activities list inline edit #389

Merged
merged 30 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
078075b
save components
syoungfntech Feb 10, 2024
981175b
place methods in reducers
syoungfntech Feb 15, 2024
361069c
save 2/22/2024
syoungfntech Feb 22, 2024
9c11aa0
save progress
syoungfntech Mar 28, 2024
20d2215
clean up
syoungfntech Mar 29, 2024
b62484d
first iteration commit
syoungfntech Mar 29, 2024
7b0a644
clean up
syoungfntech Mar 29, 2024
e0e6c27
clean up 2
syoungfntech Mar 29, 2024
212cde6
remove summit bulk actions changes
syoungfntech Mar 29, 2024
b80d721
reverse
syoungfntech Mar 29, 2024
9bfc27f
refactor editable table to allow to reuse on other pages
tomrndom Jun 10, 2024
db03f4b
Merge branch 'master' into features/events-list-inline-edit-2
tomrndom Jul 10, 2024
f3bdd3e
Merge branch 'master' into features/events-list-inline-edit-2
tomrndom Jul 17, 2024
a90a6f5
Update PR with lint rules
tomrndom Jul 18, 2024
438c6f1
Adjust rules on summit bulk event actions reducer
tomrndom Jul 18, 2024
1ade203
Merge branch 'master' into features/events-list-inline-edit-2
tomrndom Jul 18, 2024
c8f3fa3
Merge branch 'master' into features/events-list-inline-edit-2
tomrndom Jul 22, 2024
078a507
Remove lint warnings, fix issues with display and saving
tomrndom Jul 22, 2024
f27a881
Merge branch 'master' into features/events-list-inline-edit-2
tomrndom Jul 31, 2024
531787c
Fix speakers inline edit
tomrndom Jul 31, 2024
07b24f1
Update speakers edit, remove duplicate call, add custom styles
tomrndom Aug 2, 2024
0d4136a
Fix issues with selections plans, check ddl for other columns, adjust…
tomrndom Aug 8, 2024
37c6709
Merge branch 'master' into features/events-list-inline-edit-2
tomrndom Aug 8, 2024
d152d09
Add missing selection plan id to field
tomrndom Aug 8, 2024
03c091f
Merge branch 'master' into features/events-list-inline-edit-2
tomrndom Aug 8, 2024
06b3aee
Adjust UX details to editable table
tomrndom Aug 9, 2024
fd4be88
Create style module for editable table
tomrndom Aug 9, 2024
c941649
Fix textarea value
tomrndom Aug 12, 2024
e7558be
Adjust z-index values for ddl
tomrndom Aug 12, 2024
a76c3b7
Sticky checkbox column
tomrndom Aug 12, 2024
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"i18n-react": "^0.6.4",
"idtoken-verifier": "^1.2.0",
"immutability-helper": "^2.7.1",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"js-yaml-loader": "^1.2.2",
"less": "^4.1.2",
Expand Down
Loading
Loading