Skip to content

Date and Time Updates: SimpleDateChooser allow both past and future, time picker #33

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

Closed
wants to merge 39 commits into from
Closed
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
311a97b
Rebuilt, fixed cherry pick
gabeabrams Feb 3, 2025
f5ec60f
Encoded secrets
gabeabrams Feb 6, 2025
a0d31c0
More documentation
gabeabrams Feb 6, 2025
d7b3b1e
Rebuilt
gabeabrams Feb 6, 2025
af7a3b9
Added beta version name
gabeabrams Feb 12, 2025
4efd95d
Exporting init for cross server collection
gabeabrams Feb 12, 2025
2277ce4
Fixed JSDoc
gabeabrams Feb 12, 2025
dd90791
New oauth-based process
gabeabrams Feb 24, 2025
18ea68b
Rebuilt
gabeabrams Mar 12, 2025
40a81fe
Using cryptr instead of crypto
gabeabrams Mar 12, 2025
9d28420
updated version
gabeabrams Mar 12, 2025
30f4335
Using browserified crypto lib
gabeabrams Mar 12, 2025
bbf44ab
Added cypher-base
gabeabrams Mar 12, 2025
43b04f6
Added stream polyfill
gabeabrams Mar 12, 2025
713197d
Require instead of import
gabeabrams Mar 12, 2025
d0f8f9a
New version
gabeabrams Mar 12, 2025
9f5de67
Client-only code now
gabeabrams Mar 17, 2025
ca0969b
Removed raixa dependency
gabeabrams Mar 17, 2025
8d60698
Export constants too
gabeabrams Mar 17, 2025
473de6c
Fixed building process
gabeabrams Mar 17, 2025
9691835
Removed server docs from readme
gabeabrams Mar 17, 2025
62770b2
Rebuilt with fewer react restrictions
gabeabrams Mar 17, 2025
f516c0a
change unchecked to variant light (#27)
yuenler Feb 5, 2025
8335c0a
Fix rebase issues
gabeabrams Mar 19, 2025
43d5bd6
Rebuilt
gabeabrams Mar 19, 2025
65e2d21
Resolved merge conflict
gabeabrams Mar 19, 2025
b4b5136
Rebase resolve
gabeabrams Mar 19, 2025
5e82759
Merge resolve
gabeabrams Mar 19, 2025
51c96ba
Rebase resolve
gabeabrams Mar 19, 2025
be6e67a
Merge resolve
gabeabrams Mar 19, 2025
573374d
Adding past and future to simple date chooser
gardenialiu2 Mar 17, 2025
6ceac94
Change logic for getting months for date chooser
gardenialiu2 Mar 19, 2025
b88c09a
Clean up
gardenialiu2 Mar 19, 2025
23a52e2
Added SimpleTimeChooser
gardenialiu2 Mar 19, 2025
0ad3e79
fixed merge issue
gabeabrams Mar 19, 2025
2ef2f44
Rebuilt
gabeabrams Mar 19, 2025
0cb2a2d
Fixed past/future booleans, LogReviewer
gabeabrams Mar 19, 2025
26e4b37
Rebuilt
gabeabrams Mar 19, 2025
06e858c
Updated version number
gabeabrams Mar 19, 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
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"cSpell.words": [
"Copiable",
"Gabe",
"Intelli",
"pickable",
"Subcontext",
"subcontexts",
"Uncategorized"
"Uncategorized",
"Zhang"
]
}
Loading