Carter
1c00976ac2
got rid of log
2025-10-29 11:03:03 -06:00
Carter
49e8160ccf
timestamping chat viewed timestamp when closing the header team chat
2025-10-29 10:50:41 -06:00
Carter
792eea73bf
Merge branch 'service-worker-bust' into staging_environment
2025-08-21 15:23:53 -06:00
Carter
85ccecdcdc
hotfix: if getting user with team fails, just get the user
2025-08-13 14:37:38 -06:00
Noor
58ca2dff31
Merge branch 'libracart' of gitlab.com:brandx/bxt-app into libracart
2025-07-29 11:19:48 -06:00
csawatzky
a0a54bee2a
moved all of the libracart suff from the old frontend into the new new, also added libracart as an option alongside jd and cnh to skip the auth0 callback when redirected back to us from there
2025-07-17 13:42:11 -06:00
Carter
24d27121d1
added signup callback page that runs an api call to finish signup
2025-07-03 13:41:09 -06:00
csawatzky
48f3c03ebc
removed the default padding from page container, and changed the prop from padding to spacing, this will add left and right padding and a top margin, also disable the page wide scroll bar in app.css
2025-06-09 14:12:42 -06:00
Carter
7537c120b4
added some service worker settings, it should now serve cached website while getting the latest. the new listener in main.tsx will fire if a change is detected
2025-05-29 15:45:25 -06:00
Carter
4bd66d3d24
added manifest for staging, title actually gets set based on whiteLabel name now
2025-05-14 13:50:01 -06:00
Carter
188a2f2023
replacing title instead of href
2025-05-14 12:49:20 -06:00
Carter
19c741a5f8
replacing title by id based on whiteLabel name
2025-05-14 12:41:31 -06:00
Carter
8590d8f694
added white label client ids
2025-05-12 12:03:20 -06:00
csawatzky
765ac72431
Merge branch 'integrations' into dev_environment
2025-04-28 16:11:01 -06:00
csawatzky
f8fb4b7c7d
fixing redirect stuff
2025-04-28 16:05:12 -06:00
Carter
ea2ba42024
Merge branch 'staging_environment' into dev_environment
2025-04-25 14:41:04 -06:00
Carter
afdbe3426e
fixed a bunch of group/team permission stuff on the devices page
2025-04-25 14:40:49 -06:00
csawatzky
5d697091e0
fixed the actions on the bin settings and the bottom navigator opening up the side when buttons other than more waere clicked
2025-04-24 10:57:21 -06:00
csawatzky
1e1152b563
fixed the textfield select menu being behind the dialog
2025-04-23 14:43:42 -06:00
csawatzky
424b75afb8
put the jd and cnh pages in, still need to test that the re-directs still function as expected with the new platform
2025-04-23 13:25:45 -06:00
Carter
11b523e8e5
fixed css z axis issue when provisioning
2025-04-23 12:52:55 -06:00
Carter
6727d9f132
fixed theme not using theme.ts
2025-04-22 15:05:26 -06:00
Carter
ffa060cee8
fixed margin causing app to scroll when it shouldn't
2025-04-22 12:59:10 -06:00
Carter
b314dd76e5
added docker-compose for production
2025-04-22 11:22:02 -06:00
Carter
62e3a164d9
added manifest for AdaptiveDashboard
2025-04-22 11:06:51 -06:00
Carter
b9544d6a7b
made staging the fallback client id
2025-04-22 10:07:58 -06:00
Carter
631865578d
getting client id from white label
2025-04-22 09:45:47 -06:00
Carter
9df40db30f
loading screen circle is now properly centered all the time
2025-04-16 10:21:43 -06:00
Carter
0ed8d961f6
organizing env variables and white label stuff
2025-04-16 09:33:40 -06:00
Carter
1c3f088ea1
brought back App.css mui custom classes for drawer indexes
2025-04-15 14:06:54 -06:00
Carter
4ff7609493
got rid of index.css
2025-04-15 13:55:01 -06:00
Carter
3454d16f36
got new theme system to work without re-rendering
2025-04-14 16:25:33 -06:00
Carter
2c4aceb13c
changed the swipeable drawer to use a different variant when closed so the faded background doesn't linger
2025-04-01 11:42:46 -06:00
Carter
9ac8958ff4
changed navigation logic of side navigator to make sur ebackground goes away
2025-03-24 10:19:00 -06:00
Carter
89b964fef6
setting default team to view as when user is first loaded
2025-03-07 15:18:30 -06:00
Carter
9db2f1fa8c
fixed favicon not rendering when not visiting base url
2025-03-04 15:33:06 -06:00
Carter
85b184ce5e
fixed favicon not rendering when not visiting base url
2025-03-04 15:32:28 -06:00
Carter
81e98da93e
putting default values for manifest and icon in app.tsx
2025-02-28 12:06:52 -06:00
Carter
aa4106806e
setting favicon based on whiteLabel
2025-02-28 10:59:19 -06:00
Carter
6dab685c2d
fixed notification drawer linking to team/id instead of teams/id
2025-02-27 14:26:14 -06:00
Carter
900b11582b
linked manifest in the proper index file
2025-02-27 13:25:15 -06:00
Carter
1979976ad5
implemented vite caching and added adaptive agriculture logos and manifest
2025-02-27 12:06:41 -06:00
Carter
d7dc1fa417
put error boundary around the group page
2025-01-30 13:16:01 -06:00
Carter
9edb6bbb2f
fixed permission issue with groups, added groups and devices links to team page
2025-01-30 11:38:39 -06:00
Carter
400b7d54a4
just logging user data
2025-01-29 14:34:01 -06:00
Carter
4f31d036ef
merged tag stuff
2025-01-27 12:16:47 -06:00
Carter
0076f2d208
tags owned by device are loaded with device page data, adding tag is object agnostic
2025-01-22 13:44:56 -06:00
csawatzky
f891e4c29b
moved the side and bottom navigator out of the navigation container and into the header to stop the wildcard pages from re-rendering/loading whenever the navigator drawer is opened
2025-01-21 15:09:38 -06:00
csawatzky
38e0bcb33c
added notification drawer to the header
...
for the moment commented out the code to get the component icons and am just displaying the device icons until the component stuff is added to the new frontend
2025-01-20 14:58:36 -06:00
Carter
3ce00facd1
tag stuff
2025-01-08 14:45:45 -06:00