Silberengel
|
ece42f3021
|
Fix a type error. Got rid of unused style and applied a style from the main css. Implemented Svelte props. Made sure entire element is visible on page, and added a hyperlink to the publication based upon eventID. Limit content to 200 chars.
|
11 months ago |
Silberengel
|
4842627bed
|
make the node information human-readable
|
11 months ago |
buttercat1791
|
9e35d58205
|
Update heading snippet for commonality with Preview component
|
11 months ago |
buttercat1791
|
732d518eac
|
Fix errors blocking publication load
|
11 months ago |
Silberengel
|
2ca9014702
|
Allow for publications to be found with naddr or event, and not only d-tags. Prettified the json formatting in the View JSON window. Change the remaining blank links to buttons. Refactored.
Closes#194
|
11 months ago |
buttercat1791
|
0a5ae19905
|
Remove a redundant lazy object instantiation
|
11 months ago |
buttercat1791
|
613c3a4185
|
Scope Pharos extensions to Asciidoctor extension registry
We were previously registering extensions globally, which impacted every usage of Asciidoctor.js, even those where the extensions were not needed.
|
11 months ago |
Nuša Pukšič
|
3969a60e07
|
Switch columns and styles, additional navigation
|
11 months ago |
Silberengel
|
aa09101487
|
made header handling more concise and dynamic section/disrete
|
11 months ago |
Silberengel
|
d62c424a10
|
Handle discrete headings
|
11 months ago |
Silberengel
|
b763ecd99f
|
Refactored a bit. Changed a tags to buttons that look like hyperlinks, to preserve normal button functionality.
|
11 months ago |
buttercat1791
|
f1bdb20e21
|
Add `getChildAddresses` function to publication tree
|
12 months ago |
buttercat1791
|
ef0c033d9b
|
Fix import for findindexasync
|
12 months ago |
buttercat1791
|
1272d312d9
|
Support async find for lazy publication tree nodes
|
12 months ago |
Nuša Pukšič
|
f03db123a4
|
Extract publication details
|
12 months ago |
Nuša Pukšič
|
8271dacec6
|
Additional navigation bar for publication view
|
12 months ago |
Nuša Pukšič
|
7327d28c54
|
open #199 some extra data
|
12 months ago |
Nuša Pukšič
|
309028a187
|
close #206 remove PfPs
|
12 months ago |
buttercat1791
|
947470b3a1
|
Small edits to publication tree
|
12 months ago |
buttercat1791
|
3a313b1f39
|
Fix some bugs in the publication tree traversal
|
1 year ago |
Nuša Pukšič
|
98fd412c18
|
Fix #77 preserve ratio of book cover thumbnail
|
1 year ago |
Nuša Pukšič
|
7ce41bbeb9
|
Fix #133 make anon profiles better, include avatar in the link
|
1 year ago |
buttercat1791
|
c403a245b8
|
Move some publication rendering snippets to a separate file
|
1 year ago |
buttercat1791
|
9011eb643f
|
Make `getHierarchy` synchronous
|
1 year ago |
buttercat1791
|
e8ed3ac08f
|
Throw error rather than return `null`
|
1 year ago |
buttercat1791
|
837b371551
|
Add a method to return the hierarchy in which an event lives
|
1 year ago |
buttercat1791
|
7ef3cb8ab8
|
Fix an iterator error that would cause an infinite loop
|
1 year ago |
Nuša Pukšič
|
9391b8e678
|
Add some tags
|
1 year ago |
Nuša Pukšič
|
d84cb6ee12
|
Change order of actions
|
1 year ago |
Nuša Pukšič
|
a6edcdfda3
|
closes #77 closes #189 closes #133 available actions moved to ... menu, profiles, details
|
1 year ago |
buttercat1791
|
177a571155
|
Move Modal component to components directory
|
1 year ago |
buttercat1791
|
acea0fc078
|
Code organization
|
1 year ago |
buttercat1791
|
43dac80578
|
Use ES2025 private member syntax
|
1 year ago |
buttercat1791
|
7da145fb5e
|
Implement iterator `next()` method using cursor
|
1 year ago |
buttercat1791
|
b4906215c5
|
Work with lazy-loading nodes
|
1 year ago |
buttercat1791
|
d723a56fe5
|
Make node children lazy-load
|
1 year ago |
buttercat1791
|
866a54be49
|
Implement tree walking via internal Cursor class
|
1 year ago |
Silberengel
|
940f13e56a
|
closes issue#171
|
1 year ago |
buttercat1791
|
04c2a80937
|
Define a nested Cursor class for tree iteration
|
1 year ago |
Nuša Pukšič
|
7fb3d6f120
|
open #133 active user data
|
1 year ago |
Silberengel
|
9588d1704c
|
Change code references from "article" to "publication" to fit the domain.
|
1 year ago |
Silberengel
|
382c148910
|
Remove the word "articles" from the web page and replace it with "publications".
|
1 year ago |
buttercat1791
|
baca84f487
|
Iteration WIP
|
1 year ago |
buttercat1791
|
8c9319aa64
|
Stub out methods to make the tree both iterable and its own iterator
Consumers should be able to invoke `.next()` on an instance of the tree to retrieve events one at a time.
|
1 year ago |
buttercat1791
|
f11dca162c
|
Add depth-first traversal to the publication tree
|
1 year ago |
buttercat1791
|
874103a6e0
|
Start work on publication tree data structure
|
1 year ago |
Nuša Pukšič
|
d5857af227
|
closes #185 - slightly larger buttons, simplified nested containers for cards
|
1 year ago |
Nuša Pukšič
|
8c23b8a366
|
Closes #186 - moved styles
|
1 year ago |
Silberengel
|
4082e25941
|
Correct About page menu location and hyperlink underlines
|
1 year ago |
Silberengel
|
5c9bd4bc72
|
close issue#166 update master to newest version
|
1 year ago |