Nuša Pukšič
cb88020064
Just because...
10 months ago
Nuša Pukšič
8d4f628a63
Adjust space
10 months ago
Nuša Pukšič
82f0d20e23
Refactored visibility store, changed styles yet again...
10 months ago
buttercat1791
da2cae365f
Detect when publication loading is done in component
10 months ago
buttercat1791
f72adcb6d3
Display a "Load More" button if load-on-scroll fails
10 months ago
buttercat1791
b9925813db
Remove completed TODOs
10 months ago
buttercat1791
74d6b306b9
Track loaded addresses in a publication
10 months ago
buttercat1791
e9aa513d5f
Load only one element at a time on scroll
10 months ago
buttercat1791
557f3c0dfb
Add `content-visibility-auto` Tailwind utility
10 months ago
Nuša Pukšič
5283ebf1a7
Added hashtags and interaction counters, changed layouts
10 months ago
buttercat1791
e35bfd75a7
Gracefully handle missing events when loading a publication
10 months ago
Nuša Pukšič
1a537239ed
More dynamic and reactive columns
10 months ago
Nuša Pukšič
5f7236fb08
Better interactivity
10 months ago
Nuša Pukšič
e104a48c7e
Declutter publication navi
10 months ago
Nuša Pukšič
1da1065471
Layout issues - make content fill screen and move publication navi again
10 months ago
Nuša Pukšič
0595916644
Blog contents with placeholder interactions
11 months ago
Nuša Pukšič
86976c5bf8
Update ArticleNav
11 months ago
Nuša Pukšič
3605eb295b
Display height was off, innerHeight overestimates the viewport
11 months ago
buttercat1791
adada4efd9
Wrap text in block quotes
11 months ago
buttercat1791
035ef934d5
Support loading single content events
...
Handles the case where the root of a publication tree is identical to its one and only leaf, i.e., the publication consists of a single event.
11 months ago
Nuša Pukšič
f220e2e88c
Merge branch 'refs/heads/master' into issue#199#202
11 months ago
Silberengel
826dcd094b
Merge remote-tracking branch 'origin/master' into Issue#215-only-contact-page
11 months ago
silberengel
22dbaa290f
Merges pull request #30
...
Bring back styles
11 months ago
Silberengel
fabd54fde7
fix broken or missing links
11 months ago
Nuša Pukšič
3560ddb221
Restyle other stuff...
11 months ago
Nuša Pukšič
14c6d31156
Restyle admonitions
11 months ago
Nuša Pukšič
05755293e8
Check if tags exist
11 months ago
Nuša Pukšič
e922f112cf
Merge ate some code... now it's back
11 months ago
Nuša Pukšič
e739f1b49b
Merge branch 'master' into issue#199#202
...
# Conflicts:
# src/lib/components/Publication.svelte
# src/routes/publication/+page.svelte
11 months ago
Nuša Pukšič
6d7f4217ee
Intermediate state where publications have 'covers' and columns are still all messed up
11 months ago
Michael J
2cf4dccda2
Merges pull request #29
...
[WIP] New Publication Loader and Renderer
## Changes
- The new publication tree loader is used to dynamically load publication events.
- The Preview Svelte component is replaced by the PublicationSection component for read-only mode. Editing is not yet defined.
- Only part of a publication loads, initially. Scrolling within a publication causes additional sections of that publication to load.
- This just-in-time loading currently works only in one direction. Users start at the top of a publication and scroll down.
- Planned work will implement bookmarks to allow users to return to a saved point in the middle of a publication.
- The table of contents placeholder is removed.
- Tailwind utilities and components are used for styling within HTML generated from AsciiDoc sources.
- Asciidoctor extensions are scoped so as not to pollute the global scope.
11 months ago
buttercat1791
689bd61ae5
Add a "construction" banner to the base layout
11 months ago
Silberengel
dddc154b09
interim state
11 months ago
buttercat1791
da0a7dc3cd
Polish up some styles
11 months ago
buttercat1791
823d522395
Comment out ToC placeholder
11 months ago
buttercat1791
3f479169a7
Remove leftover console debug statements
11 months ago
buttercat1791
1ecc6bccbd
Get rendering to work properly with new loader
...
Load-on-scroll can stand to be improved, but it works at a basic level. Event content is rendered correctly, with headings, and many content block types have proper styling.
11 months ago
buttercat1791
9e35e0b229
Update D3
11 months ago
buttercat1791
787eb04028
Add Cursor rules
...
These are used as instructions for all LLMs working on this repo within the Cursor IDE.
11 months ago
buttercat1791
ea72f50286
Merge remote-tracking branch 'onedev/master' into Issue#11#153
11 months ago
Silberengel
77f9069038
fix img tag linting errors
11 months ago
silberengel
1c222f3569
Merges pull request #27
...
Issue#217 Fix Visualization page
11 months ago
Silberengel
110d14a5af
Removed outdated file and updated the packages
11 months ago
Silberengel
01dad59732
removed redundant inline code implementation
11 months ago
Silberengel
abb3f2a75b
Fixed the bugs. Added the m/M tags. Fixed the formatting. Split the parser into smaller functions and separated by basic/advanced. Added more test cases to the markdown test file.
11 months ago
Nuša Pukšič
1df1da95ce
Changed the styles of the visualization page, moved the settings
11 months ago
Silberengel
0f80ac585a
Revert all the special json formatting. Use only the standard functions.
...
Fixed the formatting.
Added Cancel button, Preview tab, and Submission confirmation modal.
Added copy buttons to each code block.
Made sure the focus and the workflow are correct.
Changed the text within the input box to Markdown instructions.
Issue #215
11 months ago
Nuša Pukšič
94842e2326
Moved buttons and consolidated stylesheet
11 months ago
Silberengel
a7d1e9cf9c
remove fira font
11 months ago
Silberengel
1c3b96882e
Implemented code formatting and more markdown. Code formatting to be further improved.
11 months ago