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
/
client
/
util
/
GroupMemberView.tsx
Age
Commit message (
Expand
)
Author
2025-01-01
monorepo setup
Geireann Lindfield Roberts
2024-08-08
many changes to add typing in place of 'any's etc
bobzel
2024-04-30
unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...
bobzel
2024-04-24
completing eslint pass
bobzel
2024-01-02
fixing more .props => ._props refernces.
bobzel
2023-08-27
lots of cleanup to streamline import orderings (ie packages should not mutual...
bobzel
2023-08-09
updated file system to include recentlyClosed, Shared, and Dashboards and fix...
bobzel
2023-07-28
cleanup of compile errors
bobzel
2023-07-20
components + homepage
srichman333
2021-06-24
more cleanup
usodhi
2020-10-09
backward compatibiilty with groupName
bobzel
2020-10-09
trying to get group updates to work automatically
bobzel
2020-08-24
cleaned up all library() calls to add icons. fixed import styles. fixed key...
bobzel
2020-07-27
css changes
usodhi
2020-07-15
bugfix + cleanup
usodhi
2020-07-15
ui + sorting
usodhi
2020-07-14
added group creation modal to GroupManager + much ui
usodhi
2020-07-09
acls now work I think + some cleanup
usodhi
2020-07-05
simplified exit on outside click + rotating arrow in dropdown menu
usodhi
2020-07-03
can now exit modal by clicking outside it
usodhi
2020-07-01
ui changes + related functionality changes
usodhi
2020-06-29
refactored group view into new file
usodhi