aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
AgeCommit message (Collapse)Author
2024-11-22added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵bobzel
image and an svg.
2024-08-12more any -> type fixesbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-19fixed text search highlighting. fixed first typed characfter of note to ↵bobzel
have marks.
2024-04-17restoring eslint - updates not complete yetbobzel
2023-12-15more fixes for mapbox and datavizbobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-06catch mongo errors. delete (some) sessions from mongo. more package ↵bobzel
updates. cleanup of express-validator.
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2022-08-09fixed presbox pinning from crashing/failing by making it a prefetchproxy. ↵bobzel
update user cache when switching active page.
2022-04-07added grouping and write mode vs pen modeNaafiyan Ahmed
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-03fixed pdf rendering and interactionbobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2021-03-01added basic math typeset equation inputbobzel
2020-08-02fixed up import order on server to allow 'npm start' to work without hanging.bobzel
2020-06-06initial commitSam Wilkins
2020-05-15Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-05-15cleaned up frame animation buttons. Added server code for https? removed ↵Bob Zeleznik
unused devserver from webpack.config
2020-05-15undoing env fixes lolSam Wilkins
2020-05-15env fixes?Sam Wilkins
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam Wilkins
2020-04-14added bidirectional geocoding for map viewSam Wilkins
2020-04-13fixed some map api issues. fixed image box rotations.Bob Zeleznik
2020-04-13final env cleanupSam Wilkins
2020-04-13completed migration to webpack-transferred environment variables, rather ↵Sam Wilkins
than a server route
2020-04-12fixed edge case that caused npm crash on start if no .env fileSam Wilkins
2020-04-12rough pass at collection map viewSam Wilkins
2019-08-06word2vec is functionalab
2019-05-24Added basic repl pageTyler Schicke
2019-04-16Changed config stuff to make compilation fasterTyler Schicke
Fixed linter errors
2019-04-11made css globals avabile from code. cleaned up formattedText overlay api..bob
2019-04-04Started adding lintingTyler Schicke
2019-03-19started to integrate Northstar. changed server port to 4321.bob
2019-03-16Set up ink and image webpack entriesTyler Schicke
2019-03-05Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Andrew Kim
PDFNode
2019-02-27Fixes for context menu stuffTyler Schicke
2019-02-23PDFNodeAndrew Kim
2019-02-16Fixed server and added a field debug viewerTyler Schicke
2019-02-11Merge branch 'database' of https://github.com/browngraphicslab/Dash-Web into ↵yipstanley
server_database_merge
2019-02-09Got Hot-Module-Reloading workingTyler Schicke
2019-02-09Added our own server with webpack-dev-middlewareTyler Schicke
2019-02-09Moved client code to client folderTyler Schicke
2019-02-09databaseab