Commit Graph

537 Commits

Author SHA1 Message Date
jerlendds
3250b63e3f Update launcher cmds
alpha-compose.override.yml and pkg:update
2023-12-08 13:36:01 -07:00
jerlendds
5b8d07cc87 Rework ui and improve styles
craco.config.js, package.json, App.tsx, middleware.ts, store.ts, tabler-sprite.svg, global.css, nodes.css, EntityEditor.tsx, Icons.tsx, Table.tsx, accountSlice.ts, graphSlice.ts, AppLayout.tsx, AppRoutes.tsx, NotFound.tsx, EntityDetails.tsx, GraphDetails.tsx, GraphHeader.tsx, CreateEntityModal.tsx, CreateGraphModal.tsx, EntitiesPanel.tsx, GraphPanel.tsx, Subpanel.tsx, and 15 more files
2023-12-08 13:35:52 -07:00
jerlendds
56d7bdb44a Update readme 2023-12-04 20:32:23 -07:00
jerlendds
ec6141ea51 Update readme 2023-12-04 20:27:37 -07:00
jerlendds
8ebfff79cd Update readme 2023-12-04 20:27:06 -07:00
jerlendds
18f8211564 Update readme with default login
README.md
2023-12-04 03:15:25 -07:00
jerlendds
c5577ef2bf Fix undefined entity element position grid on graph
global.css, BaseNode.tsx, Graph.tsx, and index.tsx
2023-12-04 03:15:14 -07:00
jerlendds
97e7187490 Update readme with link to affine base we plan to use 2023-12-03 15:36:01 -07:00
jerlendds
ac9b9b5bd8 Update readme formatting 2023-12-03 15:30:50 -07:00
jerlendds
df49c344dd Update length to max github readme width... 2023-12-03 15:26:43 -07:00
jerlendds
6d55c27644 Update length to max github readme width... 2023-12-03 15:26:16 -07:00
jerlendds
c5625822e1 Update readme 2023-12-03 15:24:59 -07:00
jerlendds
9c197a1c14 Update readme phrasing 2023-12-03 15:17:11 -07:00
jerlendds
ac04511bf1 Update readme links 2023-12-03 15:15:58 -07:00
jerlendds
79092eba3a Update license motivation to short form on readme 2023-12-03 15:12:52 -07:00
jerlendds
21f87aa97a Add note for how to work with the project on windows 2023-12-03 15:09:34 -07:00
jerlendds
feebebf458 Polish readme to prepare for upcoming release
README.md
2023-12-03 12:46:31 -07:00
jerlendds
576b161415 Polish and remove prints and console.logs
node.py, BaseNode.tsx, EntityOptions.tsx, and index.tsx
2023-12-02 23:06:57 -07:00
jerlendds
171a287f42 Rework readme demo to webm
README.md, Graph.tsx, and index.tsx
2023-12-02 22:54:41 -07:00
jerlendds
f2eec9ce94 Rework readme demo to webm for testing purposes
README.md
2023-12-02 22:53:09 -07:00
jerlendds
fc9dfe75b4 Fix force layout bug caused when many layout changes then edits
nodes.css, graphSlice.ts, GraphDetails.tsx, BaseMiniNode.tsx, BaseNode.tsx, ContextMenu.tsx, EntityOptions.tsx, Graph.tsx, and index.tsx
2023-12-02 20:06:56 -07:00
jerlendds
937b475239 Fix none edge label bug
node.py
2023-12-02 20:06:10 -07:00
jerlendds
30a64c3223 Adjust graph panel styling
subpanel.module.css
2023-12-02 15:15:09 -07:00
jerlendds
fcea81c063 Polish readme formatting
README.md
2023-12-02 12:41:39 -07:00
jerlendds
6da77a6bc8 Polish readme and add new future idea
README.md
2023-12-02 12:39:27 -07:00
jerlendds
55ba5fe2d1 Polish readme demo
README.md
2023-12-02 12:26:04 -07:00
jerlendds
2a5acfa03b Polish graphs/entities sidepanel styling
subpanel.module.css and Graph.tsx
2023-12-02 12:21:40 -07:00
jerlendds
f575f6c46c Fix node add/delete logic on layouts that arent manual
globals.d.ts, ContextMenu.tsx, Graph.tsx, and index.tsx
2023-12-02 11:07:51 -07:00
jerlendds
a65fe20266 Update graph fitView logic
EntityOptions.tsx, Graph.tsx, and index.tsx
2023-12-02 10:13:25 -07:00
jerlendds
4c63f10268 Fix entity update logic to support multiple values
entity.py and node.py
2023-12-02 10:12:19 -07:00
jerlendds
8c90c66dd2 Improve graph performance by reducing render calls
node.py, EntityOptions.tsx, ConnectionLine.tsx, and index.tsx
2023-12-02 07:30:42 -07:00
jerlendds
ebbc4861e6 Update readme demo
README.md
2023-12-01 16:41:55 -07:00
jerlendds
1c02656bd6 Update readme demo
README.md
2023-12-01 15:50:51 -07:00
jerlendds
52e4c64306 Add more layout modes and fix layout bugs
graphSlice.ts, BaseMiniNode.tsx, BaseNode.tsx, EntityOptions.tsx, Graph.tsx, and index.tsx
2023-12-01 11:04:10 -07:00
jerlendds
028e3489e4 Fix initial graph read duplicate data
node.py and deps.py
2023-12-01 11:03:38 -07:00
jerlendds
a50a032b52 Add tree layout modes
package.json, global.css, nodes.css, tables.css, EntityEditor.tsx, Headers.tsx, Loaders.tsx, OverlayModal.tsx, graphSlice.ts, AppLayout.tsx, EntityDetails.tsx, GraphOverview.tsx, form.module.css, Subpanel.tsx, subpanel.module.css, index.tsx, BaseMiniNode.tsx, BaseNode.tsx, EntityOptions.tsx, ProjectGraph.tsx, ConnectionLine.tsx, Graph.tsx, SimpleFloatingEdge.tsx, utils.ts, and 5 more files
2023-12-01 06:13:50 -07:00
jerlendds
bb702ab591 Update initial graph read edge data
node.py
2023-12-01 06:13:28 -07:00
jerlendds
552820ae82 Fix styles and ui bugs
buttons.css, EntityEditor.tsx, InputField.tsx, InputTextArea.tsx, InputToggleSwitch.tsx, OverlayModal.tsx, globals.d.ts, EntityDetails.tsx, CreateEntityModal.tsx, CreateGraphModal.tsx, form.module.css, EntitiesPanel.tsx, Subpanel.tsx, subpanel.module.css, and index.tsx
2023-11-30 02:46:29 -07:00
jerlendds
c6e158710b Update readme
README.md
2023-11-30 02:46:10 -07:00
jerlendds
b9a8724284 Rework get entities to use sqids id
entity.py, deps.py, crud_entities.py, and entities.py
2023-11-30 02:46:01 -07:00
jerlendds
a8f932453c Fix and remove error log
yarn-error.log
2023-11-29 23:35:43 -07:00
jerlendds
9c8a7be14c Polish tour styles and graph layouts
App.tsx, buttons.css, InputToggleSwitch.tsx, accountSlice.ts, AppLayout.tsx, AppRoutes.tsx, CreateGraphModal.tsx, EntityOptions.tsx, index.tsx, tailwind.config.js, and yarn-error.log
2023-11-29 23:35:24 -07:00
jerlendds
13965be857 Rework default value for graph when empty
graph.py
2023-11-29 23:34:32 -07:00
jerlendds
ee00f814a7 Update frontend dependencies
yarn.lock
2023-11-29 20:26:08 -07:00
jerlendds
141345dc88 Fix launcher commands
bootstrap and restart
2023-11-29 20:25:59 -07:00
jerlendds
219087c4b9 Update frontend dependencies
package.json
2023-11-29 20:25:16 -07:00
jerlendds
739db90937 Update all readme files
README.md, README.md, and README.md
2023-11-29 20:24:33 -07:00
jerlendds
ea53745c98 Update readme demo 2023-11-28 17:41:08 -07:00
jerlendds
6c22193324 Add layout/position styles and fix bugs/styles 2023-11-28 17:17:29 -07:00
jerlendds
23f7005559 Rework styling and graph entity components
AppLayoutSidebar.tsx, dashboard.module.css, index.tsx, DisplayOptions.tsx, EntityOptions.tsx, and index.tsx
2023-11-25 17:50:04 -07:00