index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fields
/
List.ts
Age
Commit message (
Expand
)
Author
2025-04-14
fixed how templates are expanded to avoid template sub-component conflicts by...
bobzel
2024-08-08
many changes to add typing in place of 'any's etc
bobzel
2024-04-24
fixed search on pdfs to display results when pDF is not selected. fixed pres...
bobzel
2024-04-23
more lint cleanup
bobzel
2024-04-21
more lint cleanup
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2024-02-05
changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed li...
bobzel
2024-01-27
made dataViz nodes linked to schema nodes update automatically as cahnges are...
bobzel
2023-12-29
cleaned up imports, mobx observable initialization and some compile errors.
bobzel
2023-12-10
massive changes to use mobx 6 which means not accessing props directly in @co...
bobzel
2023-10-26
a variety of fixes to the animation timeline to make it make some sense. lots...
bobzel
2023-07-31
fixed dictation into text boxes to stop when component unmounts. fixed some...
bobzel
2023-07-10
updated how Lists and Docs get updated when they contain an ObjectField that ...
bobzel
2023-06-06
updated Symbol naming. fixed various compile errors related to type checking.
bobzel
2023-05-10
Merge pull request #170 from brown-dash/james-server-stats
bobzel
2023-05-09
fixed exporting to work with collections that have no assets, and with ink do...
bobzel
2023-05-06
clean up and comment remFromList
James Hu
2023-05-04
First attempt at remfromlsit
James Hu
2022-12-23
fixed list lastElement() to return real field value, not proxy. fixed getFie...
bobzel
2022-12-21
cleaning up ACLs for performance and clarity
bobzel
2022-12-09
fixed how proxyFields work so that field promises generate mobx invalidations...
bobzel
2022-10-28
fixed proxyfields to use cache if it's available which saves orders of magnit...
bobzel
2022-08-04
fixed undo/redo for notetaking view. fixed list undo/redo for schemaheaderf...
bobzel
2022-06-02
fixed previously introduced bug where pin doc added pres to first tab collect...
bobzel
2022-03-07
got rid of include cycles for Scripting globals to make hot updates work better.
bobzel
2021-08-09
fixed bug where shared list field items weren't being received as Documents s...
bobzel
2020-10-15
got rid of isDragging in favor of a field on the PresElement. fixed moving i...
bobzel
2020-10-10
fixes to issues with updating interactively whe groups change. fixes for mul...
bobzel
2020-10-06
fixes for undo with multi-users
bobzel
2020-10-06
fixed list additions to be truly incremental to allow undo to work
bobzel
2020-10-05
handled concurrent list additions as a special case (need to handle all concu...
bobzel
2020-08-25
major rewrite of schema table and schem cells. lists/docs work now. dates d...
bobzel
2020-08-22
more search cleanup. searches over dashboards, not collections now. fixed d...
bobzel
2020-08-22
major overhaul of search to avoid writing anything to filtered documents and ...
bobzel
2020-06-27
fixed icon button of document deoratins. cleaned up several compile errors an...
Bob Zeleznik
2020-05-15
renamed new_fields to fields
Sam Wilkins