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

Basic UI functionality #365

Merged
merged 39 commits into from
Oct 21, 2023
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f5835f3
begin implementing home timeline
aumetra Oct 7, 2023
eb68844
up
aumetra Oct 7, 2023
f25f340
yarn up
aumetra Oct 7, 2023
d996bce
flake.lock: Update
aumetra Oct 7, 2023
fa2dda0
begin implementing post component
aumetra Oct 7, 2023
dfe84c4
virtual scrolling
aumetra Oct 7, 2023
1f2eb0f
infinite scrolling
aumetra Oct 7, 2023
95dbca5
cleanup
aumetra Oct 7, 2023
91ed291
nice effects, post progress
aumetra Oct 7, 2023
388bf2c
add attachment rendering
aumetra Oct 7, 2023
320e052
add post page
aumetra Oct 7, 2023
1dbe285
add changing titles
aumetra Oct 7, 2023
72e6eef
some i18n, new post modal
aumetra Oct 8, 2023
2382be0
add move to thread view
aumetra Oct 8, 2023
e02f603
add character limit calculation, fix bundle size
aumetra Oct 8, 2023
6f63e5d
up
aumetra Oct 8, 2023
221b3c2
progress
aumetra Oct 12, 2023
a34e415
flake.lock: Update
aumetra Oct 12, 2023
1e8a9ad
remove obsolete tokens
aumetra Oct 12, 2023
6e807ca
create glitchedelement wrapper that respects the reduced motion direc…
aumetra Oct 12, 2023
8573b95
remove vue logo
aumetra Oct 13, 2023
8fedb7c
fix lints
aumetra Oct 13, 2023
8a3aa3a
remove templated html pages
aumetra Oct 14, 2023
174da63
Merge branch 'main' into aumetra/basic-ui-functionality
aumetra Oct 14, 2023
90b575f
remove conditional wrapper
aumetra Oct 14, 2023
34d778d
remove unused css and templates
aumetra Oct 14, 2023
53062b8
remove google fonts reference
aumetra Oct 14, 2023
6f36a3a
update oauth forms
aumetra Oct 14, 2023
26a0c34
fix templates up
aumetra Oct 14, 2023
09e4f9e
Merge branch 'main' into aumetra/basic-ui-functionality
aumetra Oct 15, 2023
936b8f0
up
aumetra Oct 15, 2023
9e149c8
flake.lock: Update
aumetra Oct 15, 2023
7ddc054
Merge branch 'main' into aumetra/basic-ui-functionality
aumetra Oct 15, 2023
4a4d2a5
add local timeline, add global timeline, add infinite scrolling
aumetra Oct 15, 2023
eed4979
fix infinite scroll
aumetra Oct 15, 2023
fbe3a61
fix up styling
aumetra Oct 15, 2023
cf998c3
fix modal style
aumetra Oct 16, 2023
7df05e8
Merge branch 'main' into aumetra/basic-ui-functionality
aumetra Oct 21, 2023
9a44a27
up
aumetra Oct 21, 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
14 changes: 6 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/flake.nix",
"rust-analyzer.cargo.buildScripts.enable": true,
"editor.formatOnSave": true,
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.cargo.features": [
"oidc"
]
}
"nixEnvSelector.nixFile": "${workspaceRoot}/flake.nix",
"rust-analyzer.cargo.buildScripts.enable": true,
"editor.formatOnSave": true,
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.cargo.features": ["oidc"]
}
Loading